> For the complete documentation index, see [llms.txt](https://help.private-crm.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.private-crm.ru/spravochniki/kak-sozdat-novyi-filial.md).

# Филиалы

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

{% hint style="warning" %}
Для добавления нового филиала свяжитесь с поддержкой
{% endhint %}

### Создание нового филиала

Чтобы добавить дополнительный филиал откройте **Справочники** - **Филиалы** - в правом верхнем углу страницы нажмите "**Добавить новый филиал**".

<figure><img src="/files/NZelSw2uFuEmUz7GBLC6" alt=""><figcaption><p>Филиалы</p></figcaption></figure>

Заполните данными карточку филиала и данные для печати (кликните по надписи). По умолчанию для вновь созданного филиала установлен пункт "Активен".

<figure><img src="/files/xcu85QxsN4kgNZ70xX1J" alt=""><figcaption><p>Настройки филиала и данных для печати</p></figcaption></figure>

### Управление филиалами

Переключение филиалов осуществляется в шапке меню слева под наименованием компании.

![Переключение между филиалами](/files/utpuXPKbF8GcXOFF8c6B)

Чтобы отключить филиал ограничив доступ сотрудников привязанных к нему, уберите флажок напротив пункта "**Активен**". Деактивные филиалы выделяются красным цветом и пропадут из списка переключения филиалов.

![Филиал "Екатеринбург" не активен](/files/ZoClfTQeHMpkj68Z86jF)


---

# 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.private-crm.ru/spravochniki/kak-sozdat-novyi-filial.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.
