> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/kompanii/pereklyuchenie-prostranstv-kompanii.md).

# Переключение пространств компаний

### Если у вас несколько компаний и вы не знаете, как переключаться между компаниями:

{% tabs %}
{% tab title="Для версии ПК:" %}

* В правом верхнем углу рядом с фотографией вашего профиля (в случае отсутствия — цветной круг с 2-мя символами) отображается ваше активное пространство.
* Если вы видите кнопку «Создать компанию», то вы находитесь в личном пространстве и не состоите ни в одной компании. Вы можете создать компанию и пригласить коллег для более продуктивной работы.
* Если вы состоите в компании, то нажмите на иконку стрелки вниз. Когда раскроется список ваших пространств, нажмите на компанию, в пространство которой вы хотите войти.
* Кроме пространств компаний, также существует личное пространство, в котором пользователь действует в качестве физлица. Чтобы действовать как физлицо, выберите пространство «Без компании».

<div align="left"><figure><img src="/files/YJnxG3TMILlMz7ozUxO7" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Для мобильной версии:" %}

* В левом верхнем углу нажмите на бургер-меню, вверху страницы отображается ваше активное пространство. Если вы видите кнопку «Создать компанию», то вы находитесь в личном пространстве, и не состоите ни в одной компании. Вы можете создать компанию и пригласить коллег для более продуктивной работы.

<div align="left"><figure><img src="/files/4T6o8ap2dRpMqCeGUPoy" alt="" width="375"><figcaption></figcaption></figure></div>

* Если вы состоите в компании, нажмите на иконку стрелки вниз.

<div align="left"><figure><img src="/files/eQmVWofcP37DMk5YXRpE" alt="" width="375"><figcaption></figcaption></figure></div>

* Когда раскроется список ваших пространств, нажмите на компанию, в пространство которой вы хотите войти.

<div align="left"><figure><img src="/files/Q4ePYhCJtuBXkEuQmL5o" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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://help.roolz.net/kompanii/pereklyuchenie-prostranstv-kompanii.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.
