> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryscott.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing

> Share planspaces for collaboration, review, or handoff.

Sharing is how a planspace becomes team context. You can invite people to collaborate, request a formal review, send the document to someone, or share a public read-only link.

## Share intents

The share modal supports three common intents:

| Intent      | Use it for                                                            |
| ----------- | --------------------------------------------------------------------- |
| Collaborate | Add teammates who should edit, comment, or follow the planspace       |
| Review      | Ask specific people to approve or reject a document version           |
| Send to     | Send context to someone without changing the core collaboration setup |

## Invite members

1. Open the planspace
2. Click **Share**
3. Choose **Collaborate**
4. Add teammates by name or email
5. Select their role and send the invite

Invited members receive a notification and can access the planspace after accepting.

## Request review from Share

Use **Review** when the plan is ready for approval.

1. Open the document version you want reviewed
2. Click **Share**
3. Choose **Review**
4. Select reviewers
5. Add a focus note
6. Send the request

See [Reviews and approvals](/collaboration/reviews) for reviewer states and approval behavior.

## Share from your agent

The fastest way to create a shareable planspace is to ask the Scott plugin to [push](/developer-tools/push) from the coding-agent thread where the work happened:

`# from claude code, codex, gemini, opencode, etc`

```text theme={null}
Push this conversation to Scott so my teammates can review it.
```

Scott captures the current coding-agent thread, generates a planspace document, and prints the planspace URL. Share that URL in Slack, Linear, a design review, or a pull request.

## Public links

Toggle **Make public** in the Share modal to generate a read-only link.

<Info>
  Public links are read-only. Viewers cannot comment, edit, or see private comments. To collaborate, invite members directly.
</Info>

## Pulling shared context

When a planspace is ready for execution, start a fresh coding-agent thread and ask it to pull from Scott:

`# from claude code, codex, gemini, opencode, etc`

```text theme={null}
Pull from Scott using this planspace and start building: https://app.tryscott.ai/workspace/...
```

This loads the document, comments, review state, and available implementation context into your coding agent.
