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

# Share Agent Demo Links

> Create hosted demo links so teammates, prospects, or customers can try your agent in a browser

Agent demo links let you send a browser-based version of your agent to other people without giving them access to your account.

**Access:** Open any agent in the [Agent Editor](/build/getting-started/agent-editor) and click **Share** in the top-right toolbar.

## What People See

The shared page shows a hosted demo experience for that agent.

Depending on the link settings, visitors can:

* see the agent name and avatar
* start a browser-based voice demo
* read the live transcript during the session
* see whether the link expires or has limited demo usage

If live calls are turned off for the link, the page can still open, but visitors cannot start a live demo call.

## Create a Demo Link

<Steps>
  <Step title="Open Share">
    In the [Agent Editor](/build/getting-started/agent-editor), click **Share** in the top bar.
  </Step>

  <Step title="Name the link">
    Add an optional name so you can recognize the link later, for example `Sales demo`, `Customer review`, or `Partner training`.
  </Step>

  <Step title="Set access limits">
    Choose an expiry window such as **24 hours**, **7 days**, **30 days**, **No expiry**, or a custom date and time. You can also set a maximum number of demos.
  </Step>

  <Step title="Copy and send">
    Create the link, copy it, and send it to the reviewer or customer.
  </Step>
</Steps>

<Note>
  The link is copied automatically after creation, but you should still store it somewhere safe if other team members need it later.
</Note>

## Manage Existing Links

Use **Manage Links** from the Share dialog to review existing links for the agent.

The link list shows:

* **Name**
* **Created**
* **Expires**
* **Live calls**
* **Views**
* **Demos**
* **Actions**

From the actions menu or edit dialog, you can:

* rename a link
* change its expiry
* set or change the demo cap
* enable or disable live calls
* delete the link completely

Deleting a link immediately stops access for anyone who still has the URL.

## Understanding Views And Demos

* **Views** count how often people opened the shared page
* **Demos** count how many live demo sessions were actually started

This is useful when you want to know whether a link was just opened for review or used in a real product demo.

## Best Practices

<AccordionGroup>
  <Accordion title="Use named links for each audience" icon="tag">
    Create separate links for sales demos, internal review, partner enablement, or customer sign-off so reporting stays easy to understand.
  </Accordion>

  <Accordion title="Set expiry by default" icon="clock">
    Short-lived links reduce the chance that an old demo keeps circulating after the agent changes.
  </Accordion>

  <Accordion title="Use demo limits for external sharing" icon="gauge-high">
    If a link is being shared outside your team, cap the number of demos so it does not become an open-ended public test link.
  </Accordion>

  <Accordion title="Turn off live calls when review is finished" icon="microphone-lines-slash">
    Keep the record for reference if needed, but disable live calls if you no longer want people testing the agent.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The page opens but the visitor cannot start a demo" icon="phone-slash">
    Check whether **Live calls** is turned off for that link.
  </Accordion>

  <Accordion title="The link no longer works" icon="link-slash">
    The link may have expired or been deleted. Create a fresh one and resend it.
  </Accordion>

  <Accordion title="The demo limit was reached" icon="ban">
    Edit the link and increase the demo cap, or create a new link for the next reviewer.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Agent Editor" icon="pen-to-square" href="/build/getting-started/agent-editor">
    Continue refining the agent before you share it more broadly
  </Card>

  <Card title="Web Widgets" icon="globe" href="/manage/web-widgets/overview">
    Deploy voice and chat on your website
  </Card>

  <Card title="Test Overview" icon="flask" href="/test/overview">
    Build a review process for internal testing and sign-off
  </Card>
</CardGroup>
