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

# Share via Link

> Learn how to create and manage share links for your documents.

## What Are Share Links?

In FeatPaper, you can create a unique share link for each document to distribute it to external users.
Recipients can view the document through the share link without needing to sign up for an account.

<Frame caption="Create and manage links from the Share tab on the document detail page">
  <img src="https://mintcdn.com/featcorp-f1a59635/_8Yj-KAYzbqZmNzF/images/en/share-dialog.png?fit=max&auto=format&n=_8Yj-KAYzbqZmNzF&q=85&s=c3b273a440e846ac2ef64555f59b14af" alt="Share link management screen" width="858" height="900" data-path="images/en/share-dialog.png" />
</Frame>

<Frame caption="Start link creation from the Share button at the top of the document detail page">
  <img src="https://mintcdn.com/featcorp-f1a59635/_8Yj-KAYzbqZmNzF/images/en/share-button-location.png?fit=max&auto=format&n=_8Yj-KAYzbqZmNzF&q=85&s=2b46b233590d3c05b8c2f7c9e63be14f" alt="Share button location" width="1320" height="220" data-path="images/en/share-button-location.png" />
</Frame>

## Copying the Default Share Link

<Steps>
  <Step title="Select a Document">
    Click on the document you want to share to open the document detail page.
  </Step>

  <Step title="Click the Share Tab">
    Click **Share** in the top tab bar.
  </Step>

  <Step title="Copy the Link">
    Click the default share link shown at the top of the Share tab to copy the URL. You can then send it via email, messenger, or other channels.
  </Step>
</Steps>

## Creating a Tracked Link

You can create **Tracked Links** that enable individual tracking per recipient. Assign a name to each link so you can easily identify which channel a visitor came from.

<Frame caption="Create and manage tracked links from the share link settings area">
  <img src="https://mintcdn.com/featcorp-f1a59635/_8Yj-KAYzbqZmNzF/images/en/share-link-settings.png?fit=max&auto=format&n=_8Yj-KAYzbqZmNzF&q=85&s=baa07857d5404ad3260d2bc122fd8332" alt="Share link settings" width="1014" height="702" data-path="images/en/share-link-settings.png" />
</Frame>

<Steps>
  <Step title="Enter a Link Name">
    Type a name for the link (e.g., Marketing Team, Client A) in the input field under the **Create Link** section. Names can be up to **30 characters**.
  </Step>

  <Step title="Create the Link">
    Click the **Create** button or press Enter to generate a unique link.
  </Step>

  <Step title="Copy and Send">
    Click the generated link to copy it, then send it to the intended recipient.
  </Step>
</Steps>

<Note>
  **Free plan limitation**: On the Free plan, you can create up to **3 tracked links per document**. Once the limit is reached, the create button displays a padlock icon — clicking it shows a plan upgrade prompt. On the Pro plan and above, you can create unlimited tracked links.
</Note>

***

## Understanding Link Types

FeatPaper's share links are automatically assigned the appropriate type based on how you share. You don't need to manually select a link type, but understanding each type helps when analyzing tracking data.

| Link Type | Name               | Description                                                                                                                                                                      |
| --------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/n/`     | **Space Link**     | A link generated from a workspace. Space-based tracking is applied, optimized for team-level document sharing and analytics.                                                     |
| `/u/`     | **Dedicated Link** | A unique link is generated per recipient, enabling individual tracking. Supports lead form collection and URL-based view count aggregation. Created directly from the Share tab. |

<Tip>
  Dedicated links (`/u/`) allow you to track viewing data separately for each recipient, even when sharing the same document with multiple people. This is especially useful when sending proposals to multiple clients.
</Tip>

<Note>
  Legacy `/v/` dedicated links are maintained for backward compatibility. Newly generated dedicated links use the `/u/` path.
</Note>
