# Test Mode

When testing your agent, you can:

* **View Settings:** You'll see how the agent was configured and when the agent was run but can't make changes.
* **Review History:** You can view the entire conversation and the LLM's generated content.

To exit testin&#x67;**,** click the "< Back" button in the top left corner next to the title to exit testing mode.

<figure><img src="/files/S4jtZVzeI0djRAMk1t1c" alt=""><figcaption><p>An example test run of a scoring agent. The agent gave feedback and a score for the conversation.</p></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.siminsights.com/ai/agents/test-mode.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.
