# Agent Feedback

## Overview

The Agent Feedback page is the main place for supervisors and admins to create, track, and manage feedback for support agents.

Use it to evaluate agent quality against predefined criteria, attach tickets as evidence, generate feedback text with AI support, and follow results through the adherence metric in Analytics.<br>

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

## Viewing & Searching

The main interface shows feedback records in a list.

Each record includes:

* Agent name or ID
* Evaluated criterion
* Feedback text snippet
* Attached evidence tickets
* Creation date

### Filtering Data

Use the dropdown menus at the top to refine your view:

* Agent: Filter by one or more agents.
* Criteria: Filter by criterion, such as `Inappropriate language`.
* Status: Filter by the current stage (Not Applied, In Progress, Closed, Canceled).
* Select date: Filter by a specific time range of applied feedback.

### Viewing Details

Click **read more** to expand the full feedback.

Use the more menu `⋮` to edit the record.

## Creating New Feedback

To initiate a new evaluation:

{% stepper %}
{% step %}

### Click **New feedback**

{% endstep %}

{% step %}

### Fill in the form

### Fields in the form

* **Agent**: who will receive the feedback.
* **Criteria**: which criterion the feedback is about.
* **Evidence tickets**: one or more tickets that support the evaluated behavior.
* **Feedback details**: write the feedback manually or generate it with AI.

#### AI-powered feedback generation

After selecting the criterion and attaching tickets, you can generate feedback text automatically.

The generated text can be edited before saving.

This helps create faster and more consistent feedback.
{% endstep %}

{% step %}

### Click **Create feedback**

This saves the new record.
{% endstep %}
{% endstepper %}

### Key Fields & Definitions

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

* **Criterion**: the behavioral or technical category being evaluated.
* **Implementation Stage**: the manual progress tracker. Available values are `Not Applied`, `In Progress`, `Closed` or `Canceled` .
* **Applied Date**: the date shown at the bottom of the record when feedback enters the active implementation phase.
* **Evidence Tickets**: the tickets attached to support the evaluated behavior.

## Modifying Existing Data

### Managing Feedback Status

Feedback status must be updated manually.

* **Not Applied**: the initial state for new feedback. Update status to move it to **In Progress**.
* **In Progress**: the agent is working on the feedback. Update status to move it to **Closed**.
* **Closed**: the feedback cycle is complete.
* **Canceled**: while a record is **In Progress**, open the more menu `⋮` and click **Cancel feedback**.

### Editing Not Applied Feedback

1. Open the record more menu `⋮`.
2. Click **Edit**.
3. Update the record.

## Deleting Feedback

Only feedback in **Not Applied** status can be deleted.

If deletion is not appropriate, move the record to **Canceled** instead.

To delete a record:

1. Open the more menu `⋮`.
2. Click **Delete**.
3. Confirm the action.

## Analytics

The **Analytics** tab gives a consolidated view of feedback performance.

Use it to track feedback volume, usage patterns, and how long records stay open.

### Key Indicators

* **Feedback created**: total feedback created in the selected period, with percentage change.
* **Agents mentioned**: number of agents who received feedback.
* **Criteria mentioned**: number of distinct criteria used.
* **Avg time to close feedback**: average time, in days, to close a feedback record.

### Available Charts

* **Feedback status**: distribution by status, including percentages for `Not Applied`, `In Progress`, `Closed`, and `Canceled`.
* **Most frequent feedback criteria**: ranking of criteria with the highest feedback volume.
* **Feedback count by agent**: ranking of agents by feedback volume received, with sorting and filters.

### Adherence Tracking

The adherence metric shows whether agents are applying the guidance received through feedback.

Use it to measure the real impact of feedback on service quality.

## Troubleshooting & FAQs

#### How do I change the status of a record?

See [Managing Feedback Status](#managing-feedback-status).

#### Why can’t I delete a record?

Only records in **Not Applied** status can be deleted.

If needed, move the record to **Canceled** instead.

#### How do I generate feedback text with AI?

In the creation form, select the criterion and attach evidence tickets.

Then generate the feedback text and edit it before saving.

#### What are attached tickets used for?

Attached tickets provide objective evidence for the evaluated behavior.

They help ground the feedback in real interactions.


---

# 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://ask.birdie.ai/agent-quality-assurance/agent/agent-feedback.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.
