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

# Share Dune Content

> How to share Dune content

In this guide, we'll outline various methods to share your Dune content.

## Via URL

Simply copy and share the URL of your query or dashboard.

<Note>
  Even private dashboards can be shared by directly providing their URLs.
</Note>

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/3acb7Jp37xdelZSHssDP?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="share private dash"
  />
</div>

## Embed Visualizations

* Instead of capturing screenshots, directly embed visualizations.
* Click the embed button to obtain the link.
* For detailed steps on embedding Dune charts across social platforms, [click here](/web-app/embeds#using-embeds-on-different-platforms).

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/MeRwAGm5IHrqK41U9MGc?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="embed button "
  />
</div>

## Invite to Your Team

For consistent collaboration, [invite colleagues to your team](learning/how-tos/create-and-manage-teams#inviting-members-assigning-roles) as viewers or editors.
