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

# Program's UI

## Sefer Listesi Ekranı

Programımızı kullanmak isteyen otobüs firmaları ilgili tarihi seçtikten sonra “Add New Trip” butonuna basarak yeni sefer ekleyebilirler. Seçilen tarihte daha önce eklenmiş seferleri güncelleme ve iptal etme işlemlerini de gerçekleştirebilirler. Ayrıca ilgili sefer için bilet satma işlemini de yapabilirler.

![](https://lh3.googleusercontent.com/mwFcNdk4NccjbKscOLMXls8KUphI3jwARDNmWmM9k7ovUOhtWxavtkow40ltZfJuvfbymgrq13GTptQ_d5CaBCYs3iHLXDYzFo8_8doePjT8R5nmjDw5zSh0CylChlNWcZrxll5u)

## Sefer Ekleme Ekranı

Sistemi kullanan kişiler sefer bilgilerini doldurduğunda yeni sefer oluşturabilirler.

![](https://lh6.googleusercontent.com/f29j6mTPfywUSAx4b5aM9tEYu2tVMh4npPFJpD_B2G2-MTJp_N5qQVVwbPynkZFEIbBBmuPY_C5Dq37OP6EET-KyM7fb03midjtSaOVZ0Cs2w76k4_6lHbJT5Ob8aEF2q1RV80tb)

## Koltuk Satış Ekranı

Satın alınacak koltuklar seçildikten sonra yolcu bilgileri girilerek “Confirm” butonuna basarak koltuk satın alma işlemleri tamamlanmaktadır.

![](https://lh5.googleusercontent.com/z8zp44dNz1q2d8hF0cu26438pcLvWO69lyxM23kD6STq7Zy0xhLNaQyY0w2g1RjPa17hMOcqli5tJn44fhMvZwzQ-TiCtiDfGjTBfKbQvQzMbVAMDPWP9H-5RkKvvCgFWPZUjqhy)


---

# 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://busco.xdebuggers.com/programs-ui.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.
