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

# Invite External Guests to Floor

> How to create guest invitation links that can be joined via web browser

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

Guests can access the virtual office via web browser from a URL without needing to install the app.

## 1. Copy Invitation Link from Menu

<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. Click the "..." icon to the right of the floor to which you want to invite guests from the menu
2. Turn on "Enable Guest Web App"
3. Click "Copy Link" and share with guests

## 2. Copy Invitation Link from Clip Icon in Floor Upper Left Label

<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. Click "Settings (gear icon)" at the top of the app
2. Turn on "Enable Guest Web App"
3. Click "Copy Link" and share with guests

<FeedbackEn />
