# Feedback

### Definition

A feedback entity in Reflag is sent by the client when an user provides feedback within your application. You must be using Reflag SDKs to gain access to feedback collection functionality. Feedback can be submitted by the user when your application triggers the collection manually, or automatically, when [automatic feedback surveys](/product-handbook/launch-monitor/automated-feedback-surveys.md) are enabled.

### Collected data

The feedback, submitted by an user of your application will contain the following details:

* The [user](/product-handbook/concepts/user.md) and user's [company](/product-handbook/concepts/company.md) IDs,
* The [feature key](/product-handbook/concepts/feature.md#feature-key) for which the feedback is provided,
* The **score**, if configured to ask for one,
* A **free-form message**, if configured to ask for one.
* A **feedback request** ID if the feedback was submitted in response to an automatic request from Reflag.

All feedback is collected in Reflag and used for various metrics.

### Next steps

* Learn how to set up [automatic feedback surveys](/product-handbook/launch-monitor/automated-feedback-surveys.md) within Reflag UI.


---

# 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.reflag.com/product-handbook/concepts/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.
