> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/asset-library/scene-share.md).

# Scene Share

Scene Share creates a server backed link to your current scene so other people can open it in their browser. The link&#x20;captures your loaded layers, annotations, and camera view, and you control who can open it.

You will need to be signed in to share a scene since the link is tied to your account on the AeroAI server.

### Sharing a Scene

Click "Share Scene" in the Top Toolbar to start a new share.

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

Type a name for the scene in the prompt that appears and click "OK" so the server can save and identify the scen

Wait a moment while the scene is created and the Share panel will open at the bottom of the screen with your link&#x20;ready.

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

### Copying the Link

Click "Copy" next to the link to place it on your clipboard so you can paste it into an email or chat.

You will see a "Copied" confirmation for a couple of seconds once the copy is done.

### Choosing Public or Private

The visibility toggle next to the link controls who can open the scene.

Click the toggle to switch between "Public" and "Private" at any time.

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

### Adding People to a Private Scene

When the scene is set to "Private" an email field appears next to the toggle.

Type one or more email addresses separated by commas in the Email field and press "Enter" or click "Add" to grant&#x20;those users access.

Each added email shows up as a chip below the field, and you can click the "X" on a chip to revoke that person's&#x20;access

<figure><img src="/files/lp0QI9jFa94m94DlodtD" 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://docs.aeroai.io/siega-web-features/asset-library/scene-share.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.
