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

# Web Uygulama dokümanı

- [Dashboard](https://doc.servispozitif.com/web-uygulama-dokumani/dashboard.md)
- [Müşteri Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/musteri-yonetimi.md): Müşterilerinizin bilgilerini tek ekran üzerinden görüntüleyebilirsiniz.
- [İş Talep Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/is-talep-yonetimi.md): Şirketinizdeki iş kayıtlarının takibini bu ekran üzerinden yapabilirsiniz.
- [Cihaz Takip Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/cihaz-takip-yonetimi.md): Müşterilerinin üzerinde tanımlı olduğu cihazların listesini görebilirsiniz.
- [Ajanda/Randevu Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/ajanda-randevu-modulu.md): Şirketinizdeki randevuları takip etmenizi sağlayan modüldür.
- [Bakım Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/bakim-modulu.md): Şirketinizdeki bakım iş kayıtlarını takip edebilirsiniz.
- [Stok ve Depo Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/stok-ve-depo-modulu.md): Stok/Envanterlerinizi takip etmenizi kolayca takip edebilirsiniz.
- [Teklif Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/teklif-yonetimi.md): Müşterilerinize sunduğunuz teklifleri ve aşamalarını takip etmenizi sağlar.
- [GPS Takip Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/gps-takip-yonetimi.md)
- [Anket Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/anket-modulu.md): Müşterinin cevapladığı anketleri bu modüldür
- [Muhasebe Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/muhasebe-modulu.md): Sistemde ön muhasebenin tutulduğu ekrandır.
- [Rapor Yönetimi](https://doc.servispozitif.com/web-uygulama-dokumani/rapor-yonetimi.md): Raporlar sekmesinde iki tarih veya personel raporunu alabilirsiniz.
- [Online Talep Modülü](https://doc.servispozitif.com/web-uygulama-dokumani/online-talep-modulu.md): Dış servislerden gelen taleplerin tutulduğu ekrandır.
- [Sistem Ayarları](https://doc.servispozitif.com/web-uygulama-dokumani/sistem-ayarlari.md): Sistem ayar ve tanımlarının  kullanıldığı ekrandır.


---

# 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://doc.servispozitif.com/web-uygulama-dokumani.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.
