# Testing

It's always a good practice to test your virtual agent from time to time. Just click the logo in the bottom right corner of the page. And then, you'll get to your virtual agent simulator.

More information about testing you agent here in the articles:

{% content-ref url="/pages/voLSONovKEGojmehUVDK" %}
[Simulate Dialog](/user-guide/testing/simulate-dialog.md)
{% endcontent-ref %}

{% content-ref url="/pages/wEFHi71vUdomNxFSpUaq" %}
[Automated Test](/user-guide/testing/automated-test.md)
{% endcontent-ref %}


---

# 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.conversational-ai.syntphony.com/user-guide/testing.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.
