# CSAT Entries

### Overview <a href="#overview" id="overview"></a>

CSAT Entries report lets you see the feedback data provided by the end user after completing chatting with AI Chat or a live agent.

<figure><img src="/files/6ERaqCCke9Ezd8rOmkLm" alt="" width="375"><figcaption></figcaption></figure>

## Report Components

<figure><img src="/files/eGN1JeF6j0DGIIo07ySQ" alt=""><figcaption></figcaption></figure>

| Component                | Definition                                                                                                                                                                                          |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Page Name**            | Name of the bot page                                                                                                                                                                                |
| **Conversation Code**    | Satisfi’s unique conversation code                                                                                                                                                                  |
| **End User Code**        | Satisfi’s unique customer code for the user                                                                                                                                                         |
| **Escalation Flag**      | <p>CSAT reviews happen at the conversation level. </p><p>If <em>EscalationFlag=false</em>, then the conversation does not include a live escalation, and therefore the review is about the bot.</p> |
| **Csat Rating**          | Numeric value from 1-5 that the end user submitted as a rating for their escalated conversation                                                                                                     |
| **Csat Issue Addressed** | YES/NO to the question, “Did we address your issue?”                                                                                                                                                |
| **Comment**              | Any additional comments that the end user provided as feedback                                                                                                                                      |

## Tips <a href="#tips" id="tips"></a>

1. Measure customer satisfaction ratings and identify common issues addressed during conversations. Use this feedback to refine live agent responses or AI Chat’s responses, address pain points, and enhance the overall user experience.
2. Pay attention to user comments and feedback provided after conversations. Look for insights into user preferences, pain points, and areas for improvement to optimize AI / live conversations.


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/data-reports/csat-entries.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.
