> For the complete documentation index, see [llms.txt](https://learn.shapesxr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.shapesxr.com/export-and-sharing/sharing-spaces-via-app-web.md).

# Sharing spaces via app/web

You can easily share spaces with other users by providing them with the space code or the space link.

## Via app

How to get a Space Code:

* While in a space, access the Collaboration menu and then go to the Share tab.&#x20;

<figure><img src="/files/7r9X6beAjem2GtSbetEA" alt=""><figcaption></figcaption></figure>

* In the Lobby, open the Space menu and choose Share.

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

Using a Space Code:

* In the Lobby, click on the “Join Space” button and enter the code.

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

## Via web

How to get a Space Code/Link:

* In the Dashboard, open a specific space and click on the Share button.&#x20;

<figure><img src="/files/3BBHFL4WhZ7UFklpOkCt" alt=""><figcaption></figcaption></figure>

* In the Dashboard within the list of spaces, select a space, open the menu, and click on Share.&#x20;

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

Using a Space Code:

* In the “Spaces” section of the Dashboard, click “Join Space” and enter the code. After adding a space through the Dashboard, you will also see this space in VR. In addition, you can open the space in VR by simply clicking on the “Open in VR” button in the Dashboard.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.shapesxr.com/export-and-sharing/sharing-spaces-via-app-web.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
