> For the complete documentation index, see [llms.txt](https://cms.xdebuggers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cms.xdebuggers.com/ui-tutorial/admin-ui/departments.md).

# Departments

![](/files/-M5Njn8DAChbNNXUhz2z)

### Department Add&#x20;

Bölüm ekleme işlemi Department panelinde bulunan “Add” butonu ile gerçekleştirilir. Tıklandığında “Create Department Window” penceresini açar&#x20;

![](/files/-M5Njn8EulDBdRq_a87L)

### Create Department Window&#x20;

“Add” butonuna tıklandıktan sonra karşımıza çıkan ekranda ekleyeceğiniz bölümün adını ve eklemek istediğiniz kadar kazanım sayısını arttırıp kazanım bilgilerini girmeniz gerekmektedir. Ardından “Create” butonuna basarak ekleme işlemi tamamlanır.&#x20;

![](/files/-M5Njn8FrqPGH3kmRW7W)

### Search Department&#x20;

Aramak istediğiniz bölümü Text Box kısmına yazıp “Search” butonuna bastıktan sonra bölümlerin isimlerine göre, aradığınız bölümler listelenir.&#x20;

![](/files/-M5Njn8GiLM62yVXPNiP)

### Refresh&#x20;

Bu butona tıklandıktan sonra veri tabanından verilerin en son hali alınıp eski listeyle değiştirilir.&#x20;

![](/files/-M5Njn8HCpiAs1D9bCDT)

### Departments List&#x20;

Bölümlerin İsimlerinin listelendiği kısımdır.&#x20;

![](/files/-M5Njn8IPbOsJzJbro58)

### Update Department&#x20;

“Departments List” kısmında listelenen bölümlerin sağ tarafında bulunan ilk buton ile gerçekleştirilir. Tıklandığında seçilen bölümün bilgilerini alarak “Update Departmen Window” penceresini açar.&#x20;

![](/files/-M5Njn8JjINuJJ66xhd3)

### Update Department Window&#x20;

Seçilen bölümün bilgilerini gerekli yerlere doldurur. “Update” butonuna bastıktan sonra yaptığınız değişiklikler güncellenir.&#x20;

![](/files/-M5Njn8KDoUI8-knDJm6)

### Department Delete&#x20;

“Departments List” kısmında listelenen bölümlerin sağ tarafında bulunan ikinci buton ile gerçekleştirilir. Tıklandığında seçilen departmanı ve kazanımlarını siler.&#x20;

![](/files/-M5Njn8Lf3UZBq0meepZ)

### Departments Outcomes List&#x20;

Seçilen bölümün kazanımlarının listelendiği kısımdır.&#x20;

![](/files/-M5Njn8MaONROPUxXy0l)


---

# 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://cms.xdebuggers.com/ui-tutorial/admin-ui/departments.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.
