> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 사용자 상태

> 가상 오피스 내의 사용자 상태 관리

export const FeedbackKo = () => <>
    <Tip>
      기능 개선 의견이나 요청은 <a href="/ko/product-feedback">Product Feedback</a>에서 보내 주세요.
    </Tip>

    <h2>공식 링크</h2>

    <CardGroup cols={2}>
      <Card title="공식 웹사이트" icon="globe" href="https://voiceping.net/en/">
        VoicePing 공식 웹사이트 열기
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 VoicePing 팔로우하기
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Facebook 페이지 열기
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        LinkedIn 페이지 열기
      </Card>
    </CardGroup>
  </>;

## 사용자 상태란

가상 오피스에 있는 멤버의 현재 접속 상태를 확인할 수 있습니다.

## 상태 종류

1. 온라인

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/rn3-arADt0-lIaf4/ja/images/user-status/01-status-menu.png?fit=max&auto=format&n=rn3-arADt0-lIaf4&q=85&s=7f17dcc42fb793a3bfef60cd64202f7b" alt="온라인 상태" width="568" height="126" data-path="ja/images/user-status/01-status-menu.png" />
</Frame>

2. 바쁨

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/rn3-arADt0-lIaf4/ja/images/user-status/02-status-selection.png?fit=max&auto=format&n=rn3-arADt0-lIaf4&q=85&s=704aee78015fc631cbbf74339607eac3" alt="바쁨 상태" width="576" height="116" data-path="ja/images/user-status/02-status-selection.png" />
</Frame>

3. 자리 비움

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/rn3-arADt0-lIaf4/ja/images/user-status/03-auto-status-settings.png?fit=max&auto=format&n=rn3-arADt0-lIaf4&q=85&s=e0d0bd11da31a9aeb00627c305803a06" alt="자리 비움 상태" width="564" height="142" data-path="ja/images/user-status/03-auto-status-settings.png" />
</Frame>

## 상태 변경하기

1. 앱 왼쪽 상단에서 이름 아래의 상태 버튼을 클릭합니다.
2. 원하는 상태를 선택합니다.

## 자동으로 자리 비움으로 전환하기(오너·매니저)

PC 입력이 없는 상태가 얼마나 지속되면 자리 비움으로 바뀔지 설정할 수 있습니다.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/GLQ42dyXZAg2LUBJ/ja/images/user-status/04-auto-away-config.png?fit=max&auto=format&n=GLQ42dyXZAg2LUBJ&q=85&s=b972c503a19dfcdbe40f1dba299f1855" alt="Presence & Status 설정" width="2048" height="980" data-path="ja/images/user-status/04-auto-away-config.png" />
</Frame>

1. 왼쪽 사이드바에서 **Settings**를 클릭합니다.
2. **Workspace Settings** 아래의 **Virtual Office**를 클릭합니다.
3. **Presence & Status**에서 **Away Status Interval**을 설정합니다.
4. 설정은 자동으로 저장됩니다.

## 바쁨 상태 자동 초기화

**Reset Busy Status**를 켜면 모든 멤버의 바쁨 상태가 24시간 후 온라인으로 돌아갑니다. 위와 같은 **Presence & Status** 화면에서 설정합니다.

1. 왼쪽 사이드바에서 **Settings**를 클릭합니다.
2. **Workspace Settings** 아래의 **Virtual Office**를 클릭합니다.
3. **Presence & Status**에서 **Reset Busy Status**를 켭니다.
4. 설정은 자동으로 저장되므로 **Update** 버튼은 없습니다.

## 작업 메모 설정하기

Virtual Office 왼쪽 사이드바의 작업 메모 입력란을 사용해 현재 작업 중인 내용을 표시할 수 있습니다.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/GLQ42dyXZAg2LUBJ/ja/images/user-status/06-custom-status.png?fit=max&auto=format&n=GLQ42dyXZAg2LUBJ&q=85&s=321d70b0ea1b568bf0ea8d37dda88de0" alt="Virtual Office 작업 메모 입력란" width="2048" height="1260" data-path="ja/images/user-status/06-custom-status.png" />
</Frame>

1. **Virtual Office**를 엽니다.
2. 왼쪽 사이드바에서 상태 또는 작업 타이머 아래의 입력란을 클릭합니다.
3. 현재 작업 내용을 입력합니다.

<FeedbackKo />
