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

# Share Links

> Create shareable links to your roadmap

## Overview

Share your roadmap with stakeholders using shareable links. Recipients can view your roadmap in a read-only format without needing an account.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-share-dialog.png" alt="Share Dialog" />
</Frame>

## Why Use Share Links?

Share links are ideal when you want to:

* Share with external stakeholders who don't have accounts
* Embed roadmaps in presentations or documents
* Provide read-only access to specific views
* Create persistent links that stay updated

## Creating a Share Link

<Steps>
  <Step title="Configure View">
    Set up filters, grouping, and view settings to show what you want to share.
  </Step>

  <Step title="Click Share">
    Click the **Share** button in the toolbar.
  </Step>

  <Step title="Select View Format">
    Choose Timeline or List format for the shared view.
  </Step>

  <Step title="Copy Link">
    Copy the generated link to share with others.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-create-share-link.png" alt="Create Share Link" />
</Frame>

## Share Formats

### Timeline View

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-shared-timeline.png" alt="Shared Timeline View" />
</Frame>

Recipients see a Gantt-style timeline with:

* Items displayed on the timeline
* Grouping by product area or priority
* Scrollable date range
* Item details on click

Best for: Visual presentations, stakeholder updates

### List View

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-shared-list.png" alt="Shared List View" />
</Frame>

Recipients see a structured list with:

* Hierarchical item display
* Expand/collapse functionality
* Item details visible
* Sortable columns

Best for: Detailed reviews, documentation

## Shared View Features

Recipients of share links can:

| Feature           | Available |
| ----------------- | --------- |
| View items        | ✅         |
| Click for details | ✅         |
| Scroll/zoom       | ✅         |
| Expand/collapse   | ✅         |
| Edit items        | ❌         |
| Apply filters     | ❌         |
| Export            | ❌         |

<Info>
  Shared views are read-only. Recipients cannot modify your roadmap.
</Info>

## Managing Share Links

### View Active Links

1. Open the **Share** menu
2. See all active share links for this workspace
3. Each link shows its format and creation date

### Disable a Link

1. Find the link in the Share menu
2. Click **Disable** or the trash icon
3. The link immediately stops working

<Warning>
  Disabling a link cannot be undone. You'll need to create a new link if you want to share again.
</Warning>

## Link Behavior

### Live Updates

Share links show current data:

* Changes you make appear for link viewers
* No need to regenerate links after updates
* Data refreshes when recipients reload

### Filters & Configuration

The share link captures:

* Current filter settings
* Grouping configuration
* View type (Timeline or List)

<Tip>
  Create different share links for different audiences by applying specific filters before sharing.
</Tip>

## Security Considerations

* Share links provide read-only access
* Anyone with the link can view the roadmap
* Links do not expire by default
* Disable links when no longer needed

## Best Practices

<AccordionGroup>
  <Accordion title="Create Purpose-Specific Links">
    Use filters to create focused links for specific meetings or stakeholders.
  </Accordion>

  <Accordion title="Disable Old Links">
    Regularly review and disable links you no longer need.
  </Accordion>

  <Accordion title="Communicate Updates">
    Let stakeholders know when significant changes are made so they can refresh.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Export Options" icon="download" href="/docs/sharing/export-options">
    Export as static image or PDF.
  </Card>

  <Card title="Using Filters" icon="filter" href="/docs/filters/using-filters">
    Filter before sharing.
  </Card>
</CardGroup>
