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

# Share and Embed

> Share your Dune queries, dashboards, and visualizations via links, social media, or embedded iframes.

Dune makes it easy to share your work with the world. Whether you want to send a link to a colleague, post a chart on social media, or embed a live visualization on your website, there are several ways to get your queries and dashboards in front of the right audience.

<img src="https://mintcdn.com/dune/cGOHlF0puMR7caG6/web-app/images/share-your-work-dune-query.png?fit=max&auto=format&n=cGOHlF0puMR7caG6&q=85&s=2598dc672252f48e90b7e77017451fe7" alt="Share panel" width="2880" height="1618" data-path="web-app/images/share-your-work-dune-query.png" />

## Sharing a Query or Dashboard

To share, click the **Share** button located next to the title of any query or dashboard. This opens a share modal with the following options:

### Query URL

Copy the direct link to the query page. You can paste this anywhere — in a message, email, or document — to give someone a direct link to your work.

<Note>
  Private dashboards can also be shared by providing their URLs to users who have access.
</Note>

### Chart Link

Copy a link to a specific visualization. Use the dropdown in the share modal to select which chart output you want to share.

### Embed iframe

Copy the **Embed iframe** code to add live, auto-updating visualizations to any website:

```html theme={null}
<iframe src="https://dune.com/embeds/[query-id]/[visualization-id]" height="500" width="500"></iframe>
```

Instead of sharing static screenshots, embedded visualizations stay up to date as the underlying query re-runs. Simply paste the iframe snippet into your website's HTML.

<Tip>Enable **Share in dark mode** in the share modal for dark-themed embeds.</Tip>

### Social Sharing

Use the social icons in the share modal to share directly to LinkedIn, Telegram, X, or Threads.

## Embeds with Parameters

Embed links support [parameterized queries](/web-app/query-editor/parameters). The generated embed URL does not include parameters by default — you can append them manually to the URL:

```
https://dune.com/embeds/118220/238460/aa002dd3-f9e2-4d63-86c8-b765569306c6NFT?address=0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7&rolling_n_trades=500
```

This lets viewers interact with different parameter values directly from the embedded chart on your site.

## Collaborate via Teams

For ongoing collaboration, [create a team](/web-app/teams) and invite colleagues as viewers or editors. Team members can share credits and work on shared queries and dashboards together.
