# Review Mode

HyperSkill empowers authors to analyze past AI Chat and agent sessions and make informed decisions about future improvements. After deploying a simulation and users have gone through the experience, enter  edit mode and navigate to AI -> Conversations.

**Note:** Allow up to 10 minutes for a session to appear after it's completed.

<figure><img src="/files/bNusQkS9liHpmviBs4t9" alt=""><figcaption><p>A list of past conversations</p></figcaption></figure>

Each session shows the user, date, and device used. An empty list means no one has interacted with your agent yet. Click "View/Edit Conversation" to open any session. This puts you in "View" mode.

**Reviewing AI Chat**

In "View" mode, you can see the entire conversation, turn by turn. The title displays user information and the session date. Use "Next" and "Back" buttons to navigate the conversation or jump to a specific turn. Click "Edit Mode" to pick up where the conversation left off and make changes. (Refer to "[AI Chat Edit Mode](/ai/ai-chat/edit-mode.md)" and "[Agents Edit Mode](/ai/agents/edit-mode.md)" for details on editing capabilities).

<figure><img src="/files/hSUTRWt5ZMYHSe2OJ0vR" alt=""><figcaption><p>A sample session with 5 turns of dialogue</p></figcaption></figure>

**Reviewing Agents**

Within the session, click the "Agents" tab to see which agents were involved and how they performed. Each agent run shows the name, data used, and success status ("Yes" or "No").

<figure><img src="/files/wszxkOD7q66iYnqhqm3J" alt=""><figcaption><p>Past agent runs during a user session</p></figcaption></figure>

* Click "View Agent Run" to open it in [Test Mode](/ai/agents/test-mode.md) (read-only view of the agent).
* Click "< Back" to return to the list of agents in the session from [Test Mode](/ai/agents/test-mode.md).

**Exiting Review Mode**

There are several ways to exit "View" mode:

* Click "< Back to Conversations"
* Click "+ Conversation" to create a new session
* Switch to the "Conversation" tab and click "Enter Edit Mode" (to make changes)


---

# 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/review-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.
