# Test Mode

When testing AI Chat, you can:

* **Generate responses**: You can go through multi-turn dialogue to test your character prompt without the need to enter experience mode.&#x20;
* **Edit prompts on the fly:** Any changes to the AI Chat prompt take hold immediately. You can step through  dialogues and create new  branches based on changes you've made to your prompt

To enter test mode, you can click on  the "+ Conversation" at any time at the top left-hand corner of the Conversational AI window. Doing so will open the Chatbot tab.

<figure><img src="/files/1rIFaYqafk1dgGa4MYXo" alt=""><figcaption><p>The chatbot tab</p></figcaption></figure>

In the chatbot tab, you can type a message and send it to the AI Chat character, which will generate a response according to the AI Chat prompt. At any time during the dialogue, you can click on the AI Chat tab to review or edit your prompt. In the chatbot tab, you can click on the "Back" or "Next" buttons to step through the conversation.&#x20;

**Branching Dialogue**

Test mode lets you rewind conversations. Pick any point in the conversation and type a new message - the character will react as if the following turns never occurred.


---

# 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/ai-chat/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.
