> 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/on-tanimli-parametreler.md).

# Ön Tanımlı Parametreler

Her matbu raporda iki ön tanımlı parametre otomatik olarak bulunur. Bu parametreler kullanıcı tarafından oluşturulmaz; Vispeahen her indirme işleminde bunları otomatik doldurur.

<figure><img src="https://3143653407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0vZHisAf5833eglFw2GE%2Fuploads%2FpM1sJdbulDvUWbdAx9Ly%2Fimage.png?alt=media&amp;token=c1612c13-3a45-430f-b797-fcac2fa7ead9" alt=""><figcaption></figcaption></figure>

* <mark style="color:$primary;">**`username:`**</mark> Raporu indiren Vispeahen kullanıcısının adı. Şablonda `{{ username }}` ile erişilir. Denetim ve izleme amacıyla kullanılır.
* <mark style="color:$primary;">**`timestamp:`**</mark> Raporun oluşturulduğu tarih ve saat. Şablonda `{{ timestamp }}` ile erişilir. Sağ paneldeki kalem ikonu ile timezone ayarlanabilir .

{% hint style="info" %} <mark style="color:$primary;">**Kullanım:**</mark> Şablonun başlık bölümüne `{{ username }}` ve `{{ timestamp }}` hücreleri eklenerek her çıktıya "Kim tarafından, ne zaman alındı?" bilgisi otomatik yazdırılabilir. Denetim süreçlerinde ve çok kullanıcılı ortamlarda önerilir.
{% 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/on-tanimli-parametreler.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.
