> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/share/share-link.md).

# Share Link

When sharing your Interactively demo via link, you have two options:

1. [Primary (public) share link](#primary-public-link)
2. [Custom share link](#custom-share-link)

## Primary (Public) Link

Once you publish your demo, a share link is generated and set as the **Primary link**. You can access this link at the top of the **Share** menu.

{% hint style="info" %}
Anyone can open this link without needing to create an Interactively account.
{% endhint %}

## Custom Share Link

{% hint style="info" %}
Custom share links can be created on our **Growth** and **Enterprise** plans.
{% endhint %}

Create custom share links if you want to personalize a demo for a specific viewer using [custom variables](/interactively-docs/build/personalization.md#custom-variables) and track its performance and engagement separately.

To generate a new custom share link, open the **Share** menu, go to the **Share links** tab, click <kbd>+ Create new link</kbd>, name your share link (visible only to you and your team), and click **Save**.

If you want to add **custom variables,** toggle on **Personalization,** enter the variable values for the intended viewer, and click **Save**.&#x20;

Then, simply copy and paste the link to share the demo with others.

### How do I track a share link's performance and engagement?

Go to the **Analyze** tab of the demo, select the share link's name from the **Link** dropdown menu, then choose or enter a time frame.

### Can I get alerted when someone opens a share link?

Yes! By default, link activity notifications are enabled and can be viewed by clicking the **notifications bell icon** in the top right of the screen and selecting the <kbd>Link activity</kbd> tab.

You can disable link activity notifications by going to **Settings > Notifications** and toggling off the **Share links** option under **Web**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://interactively.gitbook.io/interactively-docs/share/share-link.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
