> For the complete documentation index, see [llms.txt](https://docs.gooey.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gooey.ai/ai-agent/conversation-analysis/feedback.md).

# Feedback

Feedback buttons are a quick and simple way of getting user inputs directly in the AI Agent. User can rate and provide feedback on every AI Agent.

## Activate feedback buttons in your AI Agent

By default, the feedback buttons are switched off in your AI Agent Deployment. You can scroll down to the "Show Demo Button" section and switch on the Feedback buttons settings.&#x20;

{% @arcade/embed flowId="08CHykcBCUPluWeqcqn1" url="<https://app.arcade.software/share/08CHykcBCUPluWeqcqn1>" %}

### Detailed Feedback

When users give a thumbs down, ask them to explain what was wrong and how it could be improved. Make sure to use our suggested prompt in your agent to make this work well.

{% @arcade/embed flowId="RdrkEOI1HDUOlBdnbAqE" url="<https://app.arcade.software/share/RdrkEOI1HDUOlBdnbAqE>" %}

## Analyze and Interpret user feedback

Head over to our analytics dashboard to track performance data, manage connections, and focus on successful user interactions.

Switch your view to evaluate conversations needing improvement. Examine negative feedback entries for targeted review and analysis. Understand areas where the AI's response may need improvement and make the necessary adjustments.

{% @arcade/embed flowId="C2BBnHBM9k69w2DAC7nr" url="<https://app.arcade.software/share/C2BBnHBM9k69w2DAC7nr>" %}


---

# 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.gooey.ai/ai-agent/conversation-analysis/feedback.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.
