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

# Share your Models

> View your 3D Model anywhere

## Share Using a URL link

With Speckle, sharing your 3D models is as easy as copying a link or embedding an interactive viewer—no huge file
transfers required. Because Speckle is a web app, you can access and interact with your models from any device—desktop,
tablet, or phone—from anywhere with an internet connection. **No special software or licenses are required to view and
interact with models;** everything runs right in your browser.

<Tip>
  Looking to create advanced analytics and dashboards from your model data? Check out [Speckle Intelligence Dashboards](/analytics/intelligence-dashboards) for interactive dashboards and insights.
</Tip>

You have two simple ways to share your Speckle model:

1. **Copy and paste the URL**\
   Just grab the link from your browser's address bar and send it to anyone who needs access.

2. **Use the Share button**\
   Click Share in the top-right corner, then select Copy link. Paste that link wherever you like.

<Frame caption="Share your model using the URL link">
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/share_url_link.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=8ca5b740c043d3339fd628f5a843faba" width="1620" height="1080" data-path="images/3d-viewer/share_url_link.jpg" />
</Frame>

<Warning>
  If someone can't open your link, check your project's permissions. You may need to give them access to your workspace or
  project first. For details, see [Managing Access and Permissions](/workspaces/roles-and-seats) guide.
</Warning>

## Embed the 3D Viewer

<Frame>
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/embed_1.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=8fd24eac443ced8fc953b8da08b71a2b" width="1620" height="1080" data-path="images/3d-viewer/embed_1.jpg" />
</Frame>

### Options and settings

* **Embed code** (iframe)
* **Embed URL**
  Use the direct viewer URL if you need a quick link to open the model in a new browser tab without embedding code.
* **Options and Preview**
  Customize and toggle the following: Transparent background, Hide viewer controls, Hide the selection info panel, Prevent scrolling (zooming), Load model manually.

<Frame caption="Embed your model using the iframe code">
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/embed_options.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=3e41fa2f8132ff420380f60fcf825a96" width="1620" height="1080" data-path="images/3d-viewer/embed_options.jpg" />
</Frame>

## Examples

### Speckle in Miro

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe
    src="https://player.vimeo.com/video/1087137665"
    allowFullScreen
    loading="lazy"
    style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
}}
  />
</div>

### Speckle in Notion

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe
    src="https://player.vimeo.com/video/1087045865"
    allowFullScreen
    loading="lazy"
    style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
}}
  />
</div>
