> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/field-service/departments-field-service.md).

# Отделы

Блок **Отделы** страница в Navixy **Управление сотрудниками** Этот модуль позволяет организовать штат, распределяя сотрудников по определённым отделам. Эта организационная структура помогает упростить назначение заданий, отчётность и общее управление операциями в сфере «Управление сотрудниками».

Вы можете назначать сотрудников отделам на [Сотрудники](/docs/user/ru/guide/field-service/staff.md#assign-employee-to-department) страницу.

<figure><img src="/files/7c3f4d2111edf126d107e2b041b393a2001d2a66" alt="Departments page"><figcaption><p>странице Отделы</p></figcaption></figure>

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

## Как создать новый отдел

{% stepper %}
{% step %}

#### Перейдите в раздел Отделы

Откройте **Отделы** страница в **Управление сотрудниками** модуль.
{% endstep %}

{% step %}

#### Начните создание отдела

Нажмите **+** чтобы открыть диалог создания отдела.
{% endstep %}

{% step %}

#### Введите сведения об отделе

![Создание нового отдела](/files/22dda3e872f7c0a5703059aaec4f2f38467d6327)

* **поле «Метка»**: Укажите название отдела.
* **Адрес**: Введите физическое местоположение отдела или используйте карту, чтобы выбрать точку.
* **Радиус**: Укажите радиус вокруг местоположения отдела. Это поможет назначать задания с учётом расстояния до отдела.
  {% endstep %}

{% step %}

#### Завершите создание отдела

После заполнения необходимых сведений нажмите **Сохранить** чтобы создать отдел.
{% endstep %}
{% endstepper %}

После создания отдела он появится на **Отделы** странице, где вы сможете просмотреть его сведения, такие как название и адрес. На этой странице также можно при необходимости редактировать или удалять отделы.

Используя функцию «Отделы», вы можете обеспечить назначение заданий подходящим командам, повышая эффективность и производительность ваших операций в сфере «Управление сотрудниками».


---

# 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://navixy.com/docs/user/ru/guide/field-service/departments-field-service.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.
