> ## 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/">
        공식 웹사이트 방문
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 팔로우
      </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>
  </>;

게스트는 앱을 설치할 필요 없이 URL에서 웹 브라우저로 가상 오피스에 접속할 수 있습니다.

## 1. 메뉴에서 초대 링크 복사하기

<iframe src="https://www.loom.com/embed/728d69558787451a8fbb5ff1531dc6a5" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

1. 메뉴에서 게스트를 초대할 플로어 오른쪽에 있는 "..." 아이콘을 클릭
2. "게스트용 WEB 앱 활성화"를 켜기
3. "링크 복사"를 클릭하여 게스트에게 공유

## 2. 플로어 왼쪽 상단 라벨의 클립 아이콘에서 초대 링크 복사하기

<iframe src="https://www.loom.com/embed/e8bd3a54e13941929a704f19a62ac3ba" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

1. 앱 상단에 있는 "설정(톱니바퀴 아이콘)"을 클릭
2. "게스트용 WEB 앱 활성화"를 켜기
3. "링크 복사"를 클릭하여 게스트에게 공유

<FeedbackKo />
