# Agent Feedback Skill

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F4nR13nG8zx1CP2KG02UR%2Fimage.png?alt=media&#x26;token=607ec2a9-96c8-40c1-9ddd-0bafad437528" alt=""><figcaption></figcaption></figure>

## Feedback Skill

The **Feedback** skill enables administrators to process **user-submitted feedback** on AI responses.\
While end users can always leave feedback inside conversations, this skill provides a **dedicated interface** for reviewing and managing those entries.

### Overview

Administrators can:

* **View** all submitted feedback in a searchable table
* **Open** the original conversation by clicking the blue conversation link
* **Ignore** or **delete** individual feedback records
* **Export** feedback in a structured JSON format for AI training or analysis

### Feedbacks Tab

Inside the **Feedbacks** tab, administrators can:

* **Browse feedback records** in a sortable table showing
  * **Date** of submission
  * **Vote** (thumbs-up / thumbs-down)
  * **Question** and **Answer** from the conversation
  * **Comment** left by the user
  * A **Conversation** link that opens the full chat directly
* **Search** feedback by keyword or filter by time period
* **Load more results** using the page-size selector at the top left of the table.
  * Change the default (e.g., *10 per page*) to show more records at once.
* **Take action** on each record:
  * **Ignore** to mark it as reviewed without exporting
  * **Delete** to remove it entirely from the dataset

Each feedback entry is automatically compiled into a structured **JSON document** suitable for AI training and analytics.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FUPpJDiNlhO8tAMQU8W3M%2Fimage.png?alt=media&#x26;token=3999f3b3-04cc-426e-9935-968b9113d4cf" alt=""><figcaption></figcaption></figure>

### Configuration

The **Feedback Skill Config** panel allows fine-tuning of how feedback is collected and delivered.

| Setting                  | Options                                               | Description                                                                                                                   |
| ------------------------ | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **Period**               | Last 30 days · Last 60 days · Last 90 days · All time | Filters the feedback records by date range.                                                                                   |
| **Generation Mode**      | Auto · Manual                                         | **Auto** generates the feedback document automatically on schedule. **Manual** allows admins to trigger generation on demand. |
| **Auto Upload Document** | On / Off                                              | When enabled, the generated feedback document is uploaded to the AI immediately after generation for training.                |

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F0LRRxjjMasPgS6ggDp4N%2Fimage.png?alt=media&#x26;token=8f0ed226-387e-43cd-8bf9-977481a298ba" alt=""><figcaption></figcaption></figure>
