# Bölüm 4: Çalıştırma ve Takip (Agent Progress)

Süreci çalıştırdığınızda, GenRPA Studio'nun alt panelinde Agent Progress penceresi açılır. Bu pencere asistanın o an ne yaptığını canlı olarak gösterir.

<figure><img src="/files/deSFuNxFzn5j38PKXm4i" alt=""><figcaption></figcaption></figure>

Durum Renkleri ve Anlamları:

* *Gri (Italic):* Planlama/Düşünme - Asistan ne yapacağına karar veriyor.
* Mavi/Turkuaz: Araç Çalıştırma - Dosya okunuyor veya siteye gidiliyor (`read_file`, `Maps` vb.).
* Yeşil: Başarılı Sonuç - İşlem tamamlandı.
* Kırmızı: Hata - Bir sorun oluştu.


---

# 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-4-calistirma-ve-takip-agent-progress.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.
