> For the complete documentation index, see [llms.txt](https://learn.vispeahen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.vispeahen.com/raporlama/viewer-kullanicisi-icin-rapor-indirme.md).

# Viewer Kullanıcısı İçin Rapor İndirme

Viewer rolündeki kullanıcılar SQL sorgusunu, parametre tanım ekranını ve Report Designer'ı görmez. Raporu yalnızca ana sayfa üzerinden indirebilir. İşlem adımları şöyledir:

{% stepper %}
{% step %}
Ana sayfada ilgili rapor kartının üzerine gelinir. Kartın üzerinde beliren "Generate" (Oluştur) butonuna tıklanır.

<figure><img src="https://3143653407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0vZHisAf5833eglFw2GE%2Fuploads%2Fczhq7yWThgg82ctjFRSY%2Fimage.png?alt=media&amp;token=ea87a49b-7ddc-4215-a8a6-092ceb4a1894" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
"Raporu Oluştur" popup'u açılır. Parametreler için değer seçilir. Format ayarları (Excel/PDF, dil, oryantasyon) değiştirilebilir.

<figure><img src="https://3143653407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0vZHisAf5833eglFw2GE%2Fuploads%2FgKcKg9ZbS7A7KjtLSbna%2Fimage.png?alt=media&amp;token=43d0f6f4-15b5-4b60-9b66-22009ff66c24" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
"Raporu Oluştur" butonuna tıklanır. "Yükleniyor..." animasyonu gösterilir; render tamamlandığında dosya tarayıcıya indirilir.
{% endstep %}
{% endstepper %}

{% hint style="warning" %} <mark style="color:$warning;">Editor/Admin ile Viewer farkı:</mark> Editor ve Admin kullanıcıları popup'ın sağ yarısında "İşlem Geçmişi" panelini görür; önceki indirmeleri "Yinele" ile tekrarlayabilir. Viewer bu paneli görmez ve her seferinde parametre seçimini yeniden yapar. Viewer format ayarlarını değiştirebilir ancak şablon veya parametre tanımını değiştiremez.
{% endhint %}


---

# 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://learn.vispeahen.com/raporlama/viewer-kullanicisi-icin-rapor-indirme.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.
