# Bölüm 3: Örnek Senaryolar

| **Senaryo**     | **Enabled Servers**       | **Mcp Root Directory** | **Örnek Input (Talimat)**                                                                          |
| --------------- | ------------------------- | ---------------------- | -------------------------------------------------------------------------------------------------- |
| Dosya İşlemleri | `LocalFilesystem`         | `C:\Raporlar`          | *"Son oluşturulan satış raporunu oku ve hataları output.txt dosyasına yaz."*                       |
| Web Otomasyonu  | `Browser`                 | (Gerekmez)             | *"*[*https://www.doviz.com*](https://www.doviz.com/) *sitesine git ve güncel dolar kurunu getir."* |
| PDF Analizi     | `Pdf,LocalFilesystem`     | `C:\Faturalar`         | *"Klasördeki invoice.pdf dosyasını oku ve fatura tutarını söyle."*                                 |
| Karma Senaryo   | `Browser,LocalFilesystem` | `C:\Downloads`         | *"Web sitesinden PDF'i indir, C:\Downloads klasörüne kaydet ve içeriğini özetle."*                 |


---

# Agent Instructions: 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:

```
GET https://docs.genrpa.com/genrpa-model-baglam-protokolu-mcp-kullanim-rehberi/5.-yapilandirmalar/bolum-3-ornek-senaryolar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
