# Live Link

Live Link lets you share a direct URL to a specific integration in your In-App Marketplace. This is useful for:

* **Testing**: Share access to an integration before publishing it
* **Beta programs**: Give select users access to integrations in development
* **Direct navigation**: Skip the marketplace browse experience and send users straight to a specific integration

## Requirements

* Your [In-App Marketplace](https://docs.pandium.com/marketplaces/embedding-the-marketplace) must be set up
* Your marketplace base URL must be configured in Settings

## How to Generate a Live Link

### Step 1: Configure your marketplace URL

Go to **Settings** in the left menu bar under the **Company** tab and ensure your marketplace base URL is saved.

<figure><img src="/files/a1urlT2M3vhyGzob5BDJ" alt=""><figcaption><p>Marketplace URL setting within the "Company" tab under "Settings"</p></figcaption></figure>

### Step 2: Get the Live Link

Navigate to the **Integrations** resource in the Integration Hub and find the integration you want to share.

<figure><img src="/files/RiQTX6RLFoNZAHSNmE7J" alt=""><figcaption></figcaption></figure>

Click the three dots on the integration tile and select **Live Link**.

<figure><img src="/files/Bv6pAvhY7HdscuFBvr3d" alt=""><figcaption></figcaption></figure>

### Step 3: Share the link

Copy the link and send it to your users. They will be taken directly to the integration page within your marketplace.

## What Users See

When users click a Live Link, they land on the integration's detail page in your marketplace. From there, they proceed with the standard installation flow—configuring settings, authenticating, and enabling the integration.

The experience is identical to browsing to the integration manually, except users skip the discovery step.

## Live Link vs Auth Link

| Feature                             | Live Link | Auth Link             |
| ----------------------------------- | --------- | --------------------- |
| Requires marketplace                | Yes       | No                    |
| User sees marketplace UI            | Yes       | No                    |
| Works with unpublished integrations | Yes       | N/A (connector-based) |
| Requires tenant to be created first | No        | Yes                   |

If you need to bypass the marketplace entirely and send users directly to an authentication flow, use [Auth Link](/marketplaces/app-installation-options/auth-link.md) instead.

*Note: This feature is not included in the Pandium Lite offering.*


---

# Agent Instructions: 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:

```
GET https://docs.pandium.com/marketplaces/app-installation-options/live-link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
