# Rating AI Assistant Responses

To improve the AI Assistant according to the expectations of Responso users, we have introduced the ability to rate every response given by the Assistant within a ticket.

If you are satisfied with the response, click the thumbs-up icon in the top right corner of the message. If you think it is incorrect, click the thumbs-down icon and leave a comment explaining what went wrong.

{% hint style="info" %}
Each response can only be rated once.
{% endhint %}

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

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

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


---

# 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.responso.com/responso-doc/en/functions/ai-assistant/rating-ai-assistant-responses.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.
