> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Share via link

> Generate a shareable URL for your chatbot with optional access control

The quickest way to get your chatbot in front of users is to share a direct link. VectorShift generates a unique URL for every chatbot. You send the link, they open it, and they are chatting immediately. You can also protect the link with SSO or a password so only authorized people can access it.

## Prerequisites

<Warning>
  Your chatbot must be deployed before the share link will work. Open the chatbot builder, go to the **Export** tab, and toggle **Deployment Enabled** to on. The chatbot URL is only live while deployment is enabled.
</Warning>

## Step 1. Enable deployment and copy the link

In the chatbot builder, open the **Export** tab. The first section you see is the share link panel.

* Toggle **Deployment Enabled** to make the chatbot live. When this toggle is off, anyone visiting the URL will see an error page.
* The **Share Chatbot URL** field shows your chatbot's unique link. Click **Open Chatbot** to test it in a new tab, or copy the URL to share it directly.

The URL follows this format: `https://app.vectorshift.ai/chatbots/deployed/{chatbot_id}`

<img src="https://mintcdn.com/vectorshift/PSG1OGMwi51Mi0EL/images/platform/interfaces/chatbots/export-link/chatbots-share-link-ui.png?fit=max&auto=format&n=PSG1OGMwi51Mi0EL&q=85&s=df57106d611cb7595d630eaff0a5c578" alt="Chatbot Export UI" width="2044" height="1016" data-path="images/platform/interfaces/chatbots/export-link/chatbots-share-link-ui.png" />

<img src="https://mintcdn.com/vectorshift/PSG1OGMwi51Mi0EL/images/platform/interfaces/chatbots/export-link/chatbots-share-link-deployment.png?fit=max&auto=format&n=PSG1OGMwi51Mi0EL&q=85&s=6dce2e98ccefa7916a306f9c93354a56" alt="Chatbot Export Deployment" width="1500" height="192" data-path="images/platform/interfaces/chatbots/export-link/chatbots-share-link-deployment.png" />

## Step 2. Configure access control (optional)

By default, anyone with the link can access your chatbot. If you need to restrict access, you have two options. SSO and password protection are mutually exclusive: enabling one disables the other.

### Protect with SSO

Toggle **Protect with SSO Auth** to require users to log into VectorShift before they can access the chatbot. When a user opens the link, they are redirected to VectorShift's login page and sent back to the chatbot after authentication.

You can customize the access denied page that users see if they do not have permission:

* **Access Permission Text** (default: "You do not have permission to access this chatbot.")
* **Access Contact Text** (default: "Please contact the owner to request access")

<img src="https://mintcdn.com/vectorshift/PSG1OGMwi51Mi0EL/images/platform/interfaces/chatbots/export-link/chatbots-share-link-auth.png?fit=max&auto=format&n=PSG1OGMwi51Mi0EL&q=85&s=51470e9064fc7140dec5850f1c5a04b9" alt="Chatbot Export SSO Auth" width="1674" height="878" data-path="images/platform/interfaces/chatbots/export-link/chatbots-share-link-auth.png" />

### Protect with password

Toggle **Protect with Password** to require a password before users can chat. When enabled, visitors see a custom login screen where they enter the password you set.

You can customize the login page appearance:

* **Login Header** (default: "Authenticate to Chatbot")
* **Login Password Text** (default: "Password")
* **Login Button Text** (default: "Submit")
* **Locked-Out Message** (default: "You do not have permission to access this chatbot.")

<img src="https://mintcdn.com/vectorshift/PSG1OGMwi51Mi0EL/images/platform/interfaces/chatbots/export-link/chatbots-share-link-password.png?fit=max&auto=format&n=PSG1OGMwi51Mi0EL&q=85&s=d1b46f4720048a0a34807788d9a33414" alt="Chatbot Export Password" width="1504" height="210" data-path="images/platform/interfaces/chatbots/export-link/chatbots-share-link-password.png" />

## Step 3. Test the link

Open the URL in an incognito or private browser window to see exactly what your users will experience. If you enabled SSO, you should be prompted to log in. If you set a password, you should see the custom login screen.

## Undeploying

To take the chatbot offline, toggle **Deployment Enabled** back to off. The URL will immediately stop working. You can re-enable it at any time without losing your chatbot's configuration or conversation history.

## Next steps

If you want to embed the chatbot directly on your website instead of sharing a standalone link, see [Embed on a website](/platform/interfaces/chatbots/export-script).

<CardGroup cols={2}>
  <Card title="Embed on a website" icon="code" href="/platform/interfaces/chatbots/export-script">
    Add a collapsible chat widget using a script tag or iFrame
  </Card>

  <Card title="Analytics and conversation history" icon="chart-line" href="/platform/interfaces/chatbots/analytics">
    Track usage and review conversations
  </Card>
</CardGroup>
