# How to embed spaces

You can embed space into the other platforms - it will be opened in view-only mode like when you [open spaces in a browser](/export-and-sharing/sharing-spaces-via-app-web.md#via-web).&#x20;

To embed a space, follow these steps:

1. Go to [the ShapesXR Dashboard](https://shapes.app/).
2. Open the space actions and click on the Share button.

<figure><img src="/files/kjvabkfkrA6fzyo1lZim" alt="" width="375"><figcaption></figcaption></figure>

3. Click on the Embed button.&#x20;

<figure><img src="/files/DVldSJHV45AToCgsPeeQ" alt="" width="337"><figcaption></figcaption></figure>

4. Now, you can:

* Copy the embed link.
* Define the starting Frame and Viewpoint.
* Set your preferred embed size or set it as responsive.

<figure><img src="/files/avyKQDpgyVBW8aSw1zj1" alt=""><figcaption></figcaption></figure>

5. Paste the link into the desired platform.

For example, you can embed your space into Notion in two ways:

* start writing "/embed", click on the Embed option, and paste the link.
* copy the space link in the Share menu, paste it into Notion, and choose "create embed".

<figure><img src="/files/9pzRBXtjDcg4zvmGP5lo" alt=""><figcaption><p>The first way to embed a space</p></figcaption></figure>

<figure><img src="/files/iHD3608pJbYBMn0wZQz5" alt=""><figcaption><p>The second way to embed a space using a space link</p></figcaption></figure>

<figure><img src="/files/unO4L0HresNR3A3MMdlU" alt=""><figcaption><p>This is how embedded space looks like in Notion</p></figcaption></figure>

Use the ShapesXR button to open this space on the Dashboard and the Share button to get a link to this space. This link is also accessible in the Share menu on the Dashboard and can be used as a visual link on social media.

{% hint style="info" %}
Embedding a space is a convenient way to showcase your space to individuals without ShapesXR accounts.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.shapesxr.com/export-and-sharing/how-to-embed-spaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
