> ## 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.

# 邀請外部訪客進入樓層

> 建立可透過Web瀏覽器參與的訪客邀請連結的方法

export const ContactZhTW = () => <>
    <Tip>
      如有任何問題，請透過<a href="https://forms.gle/6AUho7oj3zBr79e96">此表單</a>與我們聯繫。
    </Tip>

    ## 官方連結

    <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在Web瀏覽器中存取虛擬辦公室。

## 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. 點選「複製連結」並分享給訪客

<ContactZhTW />
