> 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/site-navigation/teamspaces.md).

# Команды

Команды позволяют делиться доступом к прокси и заказам, назначать разрешения и работать в общем пространстве. Один аккаунт может создать до 10 команд.

## Открытие раздела Teams

1. Нажмите иконку профиля в левом нижнем углу.
2. Выберите `Settings`.
3. Откройте вкладку `Teams`.

<figure><picture><source srcset="/files/W2poiDdzhG8hbJ1EYE2f" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-8a920c4b1031271b425ed3a26c585dd2ff86c309%2Fteams-navigation_white.png?alt=media" alt="Переход в раздел Teams"></picture><figcaption></figcaption></figure>

## Создание команды

1. Нажмите `Create team`.
2. Введите название в поле `Team name`.
3. Нажмите `Create team` в окне создания.

<figure><picture><source srcset="/files/mSFiASXNZLIgHkSCJcqz" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-79ff4c5e94f93d4eea76da7a50b26ad214b43535%2Fteam-create_white.png?alt=media" alt="Создание команды"></picture><figcaption></figcaption></figure>

## Переключение между командами

Откройте меню аккаунта в левом нижнем углу, выберите `Team`, затем нужную команду. После переключения в интерфейсе будут отображаться доступные этой команде заказы и функции.

<figure><picture><source srcset="/files/coOfwf4Aq2axzT26dJxH" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-b34302695ed7ddce61b048d39ce807f752edabfe%2Fteam-switch_white.png?alt=media" alt="Переключение рабочей команды"></picture><figcaption></figcaption></figure>

Команды, в которых вы состоите, находятся в блоке `Teams you belong to`. Активная команда отмечена статусом `Active`. Чтобы выйти из команды, нажмите `Leave team`.

<figure><picture><source srcset="/files/FopmyZ1w1hP0MyB3QzPL" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-334aaa974e7ece1c66b5021fd2acb7811e88c385%2Fteam-membership_white.png?alt=media" alt="Команда, в которой состоит пользователь"></picture><figcaption></figcaption></figure>

## Настройки команды

Владелец может открыть `Settings` на карточке команды, изменить `Team name`, включить `Log order views` или удалить команду. После изменения настроек нажмите `Save changes`.

<figure><picture><source srcset="/files/L3RMhoQpxXwWJoFHAzfI" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-3e92a97c5e25ec33df304a98a3c4356ec85f905b%2Fteam-settings_white.png?alt=media" alt="Настройки команды"></picture><figcaption></figcaption></figure>

## Добавление участников

Откройте `Members` на карточке своей команды и нажмите `Add member`. Затем:

1. Укажите адрес в поле `Member email`.
2. Настройте доступ к заказам и необходимые разрешения.
3. Нажмите `Add member`.

<figure><picture><source srcset="/files/1JNHivyWF95pMvQ7qx2a" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-57517108db81da6b9103133e8dd3216b778a5369%2Fteam-add-member_white.png?alt=media" alt="Добавление участника и настройка разрешений"></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/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.
