> For the complete documentation index, see [llms.txt](https://docs.keeping.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeping.com/help/satisfaction-ratings-csat/what-are-csat-ratings.md).

# What are CSAT Ratings?

A customer satisfaction score (CSAT) is a metric that measures how satisfied customers are with a company's product or service. With Keeping, you can use the Satisfaction Ratings feature to let your customers rate how your team responded to their question or query.

Businesses can use CSAT scores to improve customer experience, increase revenue, and inspire brand loyalty. For example, CSAT scores can help brands understand how well they are delivering exceptional customer service that keep customers coming back.

Once enabled for a mailbox, Keeping will automatically include a snippet of text with 3 links allowing your customers to rate the interactions as **great**, **ok**, or **bad**. The snippet will come immediately after your agents' replies.

<figure><img src="/files/nW3NqG1MPkuhju18VpSr" alt=""><figcaption><p>The CSAT widget in a reply to a customer.</p></figcaption></figure>

{% hint style="info" %}
You [can customize the text](/help/satisfaction-ratings-csat/customizing-the-csat-widget.md) and how the CSAT widget appears in email.
{% endhint %}

Once a rating is clicked on, your customer will be taken to a page where they can provide a longer comment, if they like. This is an optional step for your customer, and Keeping records their initial vote regardless of whether they provide more information here.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeping.com/help/satisfaction-ratings-csat/what-are-csat-ratings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
