> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/site-navigation/teamspaces.md).

# Teamspaces

Teams let you share access to proxies and orders, assign permissions, and work in a shared workspace. One account can create up to 10 teams.

## Opening Teams

1. Click the profile icon in the lower-left corner.
2. Select `Settings`.
3. Open the `Teams` tab.

<figure><picture><source srcset="/files/q4HDQYG2T0T3qZhTsgFb" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-8a920c4b1031271b425ed3a26c585dd2ff86c309%2Fteams-navigation_white.png?alt=media" alt="Opening the Teams section"></picture><figcaption></figcaption></figure>

## Creating a team

1. Click `Create team`.
2. Enter a name in `Team name`.
3. Click `Create team` in the dialog.

<figure><picture><source srcset="/files/w1O6L94ES65lf3Sdj9OB" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-79ff4c5e94f93d4eea76da7a50b26ad214b43535%2Fteam-create_white.png?alt=media" alt="Creating a team"></picture><figcaption></figcaption></figure>

## Switching between teams

Open the account menu in the lower-left corner, select `Team`, then choose the required team. The interface will show the orders and features available to that team.

<figure><picture><source srcset="/files/j8zbo8w6ylNzGA5VioD8" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-b34302695ed7ddce61b048d39ce807f752edabfe%2Fteam-switch_white.png?alt=media" alt="Switching the active team"></picture><figcaption></figcaption></figure>

Teams you have joined appear under `Teams you belong to`. The current team has the `Active` status. Click `Leave team` to leave it.

<figure><picture><source srcset="/files/GqTI3m64BPrA6MGfdhNb" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-334aaa974e7ece1c66b5021fd2acb7811e88c385%2Fteam-membership_white.png?alt=media" alt="A team joined by the user"></picture><figcaption></figcaption></figure>

## Team settings

The owner can open `Settings` on the team card, change the `Team name`, enable `Log order views`, or delete the team. Click `Save changes` after changing the settings.

<figure><picture><source srcset="/files/aVwqJo1UxD36z63BWEOg" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-3e92a97c5e25ec33df304a98a3c4356ec85f905b%2Fteam-settings_white.png?alt=media" alt="Team settings"></picture><figcaption></figcaption></figure>

## Adding members

Open `Members` on a team you own and click `Add member`. Then:

1. Enter an address in `Member email`.
2. Configure access to orders and the required permissions.
3. Click `Add member`.

<figure><picture><source srcset="/files/X1f0njypDxryy8iBN0YI" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-57517108db81da6b9103133e8dd3216b778a5369%2Fteam-add-member_white.png?alt=media" alt="Adding a member and configuring permissions"></picture><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.proxyshard.com/eng/site-navigation/teamspaces.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.
