# Run History

The *Run* *History* tab provides a list of previous runs of the currently selected Proactive Agent. By clicking on a run on the left-hand side, the conversation preview on the right-hand side will change to show that previous run's conversation history.

## Reinforcing a previous run

The *Star* icon button represents the option for marking a previous Proactive Agent run as an ideal response that should be used to guide future responses. Starring a previous run of the Proactive Agent is an important mechanism to increase the consistency of Zoe's response between runs. The starred conversation will only be added to Zoe's context when the Proactive Agent is run from a new chat, i.e. the starred conversation will be ignored when running the Proactive Agent from the Proactive Agent Builder. At this time only one conversation can be starred at a time.

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


---

# 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.zenlytic.com/proactive-agents/run-history.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.
