> ## 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 FeedbackZh = () => <>
    <Tip>
      对该功能有想法或需求？请通过 <a href="/zh/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在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. 点击"复制链接"并分享给访客

<FeedbackZh />
