# Inspect & Logs

### How can I review previous conversations/tickets and understand why the AI agent answered how it did?

One of our most powerful features of our 'Improve' studio is the **Inspect & Logs** view.

From this view, you can search for any ticket or conversation, by date, Ticket ID, email and/or keyword, then click into it to see the conversation/ticket history.

If you are an Intercom or Zendesk user, you can also click the Ticket ID link in the conversation/ticket view and it will take you to that ticket in your Intercom ro Zendesk account.

From the conversation/ticket history you can see:

* The knowledge sources used to answer any question
* The interpretation of the question as the AI understood it
* A button to "Inspect answer"

Clicking the "Inspect answer" button will let you ask questions to understand why the AI answered in the way that it did, for example:

* "Why did it say x?"
* "Why did it handover the ticket?"
* "Where did it find x information?"

After you have typed your question, clicking "Ask question" will then show you the explanation for the answer, including any sources, user data or guidance that the AI agent used to answer.

If this wasn't a satisfactory answer for you, you will also be shown options to "Fix" the answer by either:

* Creating a [Custom Answer](#custom-answers)
* Adding [Guidance](/features/improve/guidance.md)
* Adding [User Data](/features/user-data-api.md)
* Adding a [Task](/features/tasks.md) or [Tool](/features/ai-actions-tools.md) call

### How can I quickly find and correct a ticket or conversation?

When a conversation is handed over to a human agent a note will be generated giving you tips on how to improve the response for next time, it will offer options of:

* [Inspecting ](#how-can-i-see-what-content-or-knowledge-is-used-most-often-in-conversations)the conversation to see what knowledge was used
* Adding [guidance](/features/improve/guidance.md) to control reply tone/style & how scenarios are handled
* Creating [custom answers](#custom-answers) to fill knowledge gaps (draft with AI)
* Connecting your internal systems for [live customer data](/api-documentation/user-data-api.md)
* Drafting AI replies with our [copilot extension](/features/channels/chrome-extension.md)

### How can I filter my logs to only see tickets/conversations that were escalated?

You can filter your logs/ticket history to only show tickets/conversations that were handed over or escalated by going to **Inspect & Logs** in your Dashboard and then clicking the Advanced button and toggling the 'Escalated to human' switch on.

<figure><img src="/files/alHlNaaVOuiBu83FXKZf" alt="" width="563"><figcaption></figcaption></figure>

### How do I turn off the "Admin notes" that I see on each handover?

You can turn off the "Admin notes" by going to **Account Settings > Other settings > Disable admin note tips.**


---

# 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://support.myaskai.com/features/improve/inspect-and-logs.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.
