> ## 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>
  </>;

게스트는 앱을 설치하지 않고도 초대 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 />
