> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/other/live-snapshots/drafts-and-team-spaces.md).

# Drafts and Team spaces

### Drafts

By default, Snapshots are saved to your Drafts, which are only visible to you.

Snapshots and Pages in your Drafts are only visible to you, unless you explicitly [share them via a public link](/other/live-snapshots/ways-to-share/share-links.md) or [embed them in another tool](/other/live-snapshots/snapshot-integrations/embed-plus-in-other-apps.md), like Slack or Google slides.

![](/files/NCyz1aoZRpq063vAugHH)

### Team space

The Team space is shared across and visible to everyone in your Organization. You can move Snapshots and Pages from your Drafts into the Team space. You can also create Pages directly in the Team space.

You can use the Team space to do things like create a shared folder of metrics you review weekly as a team, give visibility to your coworker who doesn't have access to the same tools you do, and allow an executive to quickly access important data from their phone.

### Moving content

You can move Snapshots and Pages between Drafts and your Team space by dragging and dropping from the grid or using the Move to action. You can also select multiple Snapshots to move them all at once.

<figure><img src="/files/cYKx52kOVAx9ZTZsA41P" alt=""><figcaption><p>Moving multiple Snapshots at once</p></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://guide.plusai.com/other/live-snapshots/drafts-and-team-spaces.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.
