> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloosphere.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedback

> View the response-evaluation records (wins/losses) users left, and share them with the community

<Info>Admin › Evaluation › Feedback</Info>

The response evaluations users leave in chat and Arena accumulate as **feedback records**. Each record shows the evaluated model and its result (win/loss), and can be shared to a community leaderboard.

<Frame caption="Evaluation › Feedback — feedback records table">
  <img src="https://mintcdn.com/cloocus/Nim6rqpdwJuim_F0/images/monitoring/evaluations-feedback.png?fit=max&auto=format&n=Nim6rqpdwJuim_F0&q=85&s=b92c6a43aa42168c5c7dee68b1514ab1" alt="Feedback records table" width="1436" height="983" data-path="images/monitoring/evaluations-feedback.png" />
</Frame>

***

## Feedback Records

Each row is one evaluation.

| Column         | Description                                                                               |
| -------------- | ----------------------------------------------------------------------------------------- |
| **User**       | User who left the evaluation                                                              |
| **Model**      | Evaluated model (in Arena comparisons, multiple models are shown together — `and N more`) |
| **Result**     | **Win** or **Loss**                                                                       |
| **Updated at** | Last update time                                                                          |

Use the link icon on the right of a row to jump to that conversation, and the `⋯` menu to manage individual records. The list is paginated.

***

## Export and Share

| Feature             | Location                                                  |
| ------------------- | --------------------------------------------------------- |
| **Export**          | Download icon at the top right                            |
| **Community share** | The **Share to OpenWebUI Community** button at the bottom |

<Note>
  Community share sends feedback records to the external OpenWebUI community leaderboard. Because internal data leaves your organization, check your organization's policy before sharing.
</Note>

***

## Use Cases

<Accordion title="Comparing Model Quality" icon="comments">
  1. Identify **models/agents with many losses** in the feedback records
  2. Check the evaluation rankings across models in the [Leaderboard](/en/monitoring/arena-leaderboard)
  3. Analyze the cause of low-rated responses with [Tracing](/en/monitoring/tracing)
  4. After improving the prompt and Knowledge Base, check the score change in [Auto-Evaluations](/en/monitoring/auto-evaluations)
</Accordion>

***

## Related Pages

<Columns cols={3}>
  <Card title="Evaluation" icon="star" href="/en/monitoring/evaluations">
    Full overview and guide to evaluation methods
  </Card>

  <Card title="Auto-Evaluations" icon="robot" href="/en/monitoring/auto-evaluations">
    Automatic quality scoring by a judge LLM
  </Card>

  <Card title="Tracing" icon="route" href="/en/monitoring/tracing">
    Follow the trace of an evaluated response
  </Card>
</Columns>
