> 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/id/guide/field-service/departments-field-service.md).

# Departemen

Laporan **Departemen** halaman di Navixy **Layanan lapangan** modul ini memungkinkan Anda mengatur tenaga kerja Anda dengan mengelompokkan karyawan ke dalam departemen tertentu. Struktur organisasi ini membantu menyederhanakan penugasan tugas, pelaporan, dan pengelolaan operasi lapangan secara keseluruhan.

Anda dapat menugaskan karyawan ke departemen di [Staf](/docs/user/id/guide/field-service/staff.md#assign-employee-to-department) halaman.

<figure><img src="/files/e403b891a3133c35da2970906729715087e385a5" alt="Departments page"><figcaption><p>halaman Departemen</p></figcaption></figure>

Daftar departemen digunakan untuk mengelola berbagai departemen dalam organisasi Anda. Setiap departemen dapat diberi label, seperti "Delivery" atau "Sales," untuk mencerminkan fungsi spesifik tim.

## Cara membuat departemen baru

{% stepper %}
{% step %}

#### Buka Departemen

Buka **Departemen** halaman dalam **Layanan lapangan** modul.
{% endstep %}

{% step %}

#### Mulai membuat departemen

Klik **+** untuk membuka dialog pembuatan departemen.
{% endstep %}

{% step %}

#### Masukkan detail departemen

![Membuat departemen baru](/files/8b369b33cdfc054598f5a84b78946e4fc3f8ba28)

* **Label**: Berikan nama untuk departemen.
* **Alamat**: Masukkan lokasi fisik departemen atau gunakan peta untuk memilih titik.
* **Radius**: Tentukan radius di sekitar lokasi departemen. Ini membantu dalam menugaskan tugas berdasarkan kedekatan dengan departemen.
  {% endstep %}

{% step %}

#### Selesaikan pembuatan departemen

Setelah mengisi detail yang diperlukan, klik **Simpan** untuk membuat departemen.
{% endstep %}
{% endstepper %}

Setelah sebuah departemen dibuat, departemen tersebut akan muncul di **Departemen** halaman tersebut, tempat Anda dapat melihat detailnya, seperti nama dan alamat. Halaman ini juga memungkinkan Anda mengedit atau menghapus departemen sesuai kebutuhan.

Dengan menggunakan fitur Departemen, Anda dapat memastikan bahwa tugas ditugaskan kepada tim yang tepat, sehingga meningkatkan efisiensi dan produktivitas operasi layanan lapangan Anda.


---

# 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/id/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.
