> 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-naznachit-uslugi.md).

# Как назначить услуги

<figure><img src="/files/0auU7LWHkbdpAdZ0bCw0" alt=""><figcaption><p>Как назначить услуги сотруднику</p></figcaption></figure>

Чтобы назначить услуги сотруднику, необходимо кликнуть на сотрудника, которому хотите назначить услугу:

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

Затем перейти во вкладку услуги в настройках сотрудника:

<figure><img src="/files/GkSG164qDuOlfmCTX7eS" alt=""><figcaption></figcaption></figure>

Далее кликните по кнопке "Назначить услуги":

<figure><img src="/files/CuJAlZw4oZ6Obhdncz5Q" alt=""><figcaption></figcaption></figure>

В открывшемся модальном окошке выберите услуги, которые будет оказывать сотрудник:

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

Можно выбрать как всю категорию услуг, так и одну из услуг:

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

Затем нажмите на "Сохранить", тогда в разделе "Услуги" в настройках сотрудника будут отображены назначенные услуги:

<figure><img src="/files/0AAy505ByEWojr9agjM7" alt=""><figcaption></figcaption></figure>

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

Теперь Вы знаете, как назначить услуги любому сотруднику в филиале.&#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-naznachit-uslugi.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.
