> For the complete documentation index, see [llms.txt](https://docs.salebot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salebot.pro/onlain-zapis/onlain-zapis-dlya-uslug/kak-sozdat-filial.md).

# Как создать филиал

1. Если Вы ранее не создавали филилалы

При переходе в раздел "Услуги", если у Вас еще не было созданных филиалов, откроется модальное окно для заполнения названия филиала, адреса и выбора валюты для отображения стоимости в боте или в виджете на сайте:

<figure><img src="/files/E4Kny7ZkPT3QipDrhq7V" alt="" width="563"><figcaption></figcaption></figure>

Пропишите название и адрес филиала:

<figure><img src="/files/Yy8mmrGymbR0I0NnuaWa" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
**Обращаем внимание!**&#x20;

Название и адрес являются обязательными строками, без их заполнения филиал не будет создан.&#x20;

Если вы проводите свои услуги онлайн, то в адресе можно указать "Онлайн".&#x20;
{% endhint %}

<div><figure><img src="/files/aXblDp6XjUEStd43QU8q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SdrqNynMDMwQxEGretOW" alt=""><figcaption></figcaption></figure></div>

Теперь при переходе в раздел "Услуги" вы будете видеть созданный филиал с названием и адресом:

<figure><img src="/files/0pCyhsNjfKedu2Go2K5X" alt="" width="563"><figcaption></figcaption></figure>

2. Если есть филиал в разделе "Услуги"

Если в проекте уже был филиал в разделе "Услуги", но Вам необходимо создать новый, тогда необходимо навести курсором на верхнее меню и кликнуть по стрелке:

<figure><img src="/files/Amlqo1GPpFqByphjkJVy" alt="" width="563"><figcaption></figcaption></figure>

Кликните на "Создать новый филиал", тогда откроется модальное окно, чтобы заполнить необходимую информацию о филиале:

<figure><img src="/files/Yy8mmrGymbR0I0NnuaWa" alt="" width="375"><figcaption></figcaption></figure>

После чего нажмите "Сохранить". Теперь Ваши филиалы будут отображаться в верхнем меню:

<figure><img src="/files/tpbXjhgaHJzXZ0YNWRcE" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
Готово!&#x20;

Теперь Вы знаете, как создавать филиалы в разделе "Услуги"!
{% endhint %}


---

# 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.salebot.pro/onlain-zapis/onlain-zapis-dlya-uslug/kak-sozdat-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.
