> 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/teachers.md).

# Teachers

![](/files/-M5Njn8NZ6Pbav5YW1Nr)

### Teachers Add&#x20;

Öğretmen ekleme işlemi Teachers panelinde bulunan “Add” butonu ile gerçekleştirilir. Tıklandığında “Create Teacher Window” penceresini açar&#x20;

![](/files/-M5Njn8EulDBdRq_a87L)

### Create Teacher Window&#x20;

“Add” butonuna tıklandıktan sonra karşımıza çıkan ekranda ekleyeceğiniz öğretmenin bilgilerini girmeniz gerekmektedir. Ardından “Create” butonuna basarak ekleme işlemi tamamlanır.&#x20;

![](/files/-M5Njn8OV6FjNFFOr-S6)

### Search Teacher&#x20;

Aramak istediğiniz öğretmenin adını Text Box kısmına yazıp “Search” butonuna bastıktan sonra öğretmenlerin isimlerine göre, aradığınız öğretmenler listelenir.&#x20;

![](/files/-M5Njn8PgGJ3BgbyK9mW)

### 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)

### Teachers List&#x20;

Öğretmenlerin bilgilerinin listelendiği kısımdır.&#x20;

![](/files/-M5Njn8QU38tIZ7LJjRK)

### Update Teacher&#x20;

“Teachers List” kısmında listelenen öğretmenlerin sağ tarafında bulunan ilk buton ile gerçekleştirilir. Tıklandığında seçilen öğretmenin bilgilerini alarak “Update Teacher Window” penceresini açar.&#x20;

![](/files/-M5Njn8JjINuJJ66xhd3)

### Update Teacher Window&#x20;

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

![](/files/-M5Njn8RD6KQbfUKoob3)

### Teacher Delete&#x20;

“Teachers List” kısmında listelenen öğretmenlerin sağ tarafında bulunan ikinci buton ile gerçekleştirilir. Tıklandığında seçilen öğretmeni siler.&#x20;

![](/files/-M5Njn8Lf3UZBq0meepZ)


---

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