# Feedback

**Feedback** provides contextual message banners that communicate various states to users, including informational notes, success confirmations, and error notifications. These messages help guide users through processes and provide clear status indicators.

## Style settings

<table><thead><tr><th width="198">Property</th><th>Description</th></tr></thead><tbody><tr><td>Rounding</td><td>Adjust the corner roundness of the feedback containers.</td></tr><tr><td><strong>Info message</strong></td><td></td></tr><tr><td>Info icon</td><td>Upload or select a custom icon to appear alongside informational messages.</td></tr><tr><td>Background color</td><td>Set the color for informational context.</td></tr><tr><td>Display border<br></td><td>Toggle between "No" or "Yes" to add or remove borders around feedback messages.</td></tr><tr><td><strong>Correct</strong></td><td></td></tr><tr><td>Correct icon</td><td>Upload or select a custom icon (typically a checkmark) to appear alongside success messages.</td></tr><tr><td>Background color</td><td>Set the color to indicate positive outcomes.</td></tr><tr><td>Display border</td><td>Toggle between "No" or "Yes" to add or remove borders around feedback messages.</td></tr><tr><td><strong>Incorrect</strong></td><td></td></tr><tr><td>Incorrect icon</td><td>Upload or select a custom icon to appear alongside error messages.</td></tr><tr><td>Background color</td><td>Set the color to indicate issues or problems.</td></tr><tr><td>Display border<br></td><td>Toggle between "No" or "Yes" to add or remove borders around feedback messages.</td></tr><tr><td><strong>Effects</strong></td><td></td></tr><tr><td>Feedback shadow</td><td>Click the "+" icon to add shadow effects. Select from shadow styles: None, Soft, Regular, or Retro. </td></tr></tbody></table>

## Typography settings

Use **Rich-text** on the **Typography** tab to apply specific formatting to the text within the feedback. Changes made here affect only the text in the **Feedback** element:

* Basic
* Headings
* Caption
* List
* Quote
* Link

For details on how to configure parameters in rich-text options, see [Typography and fonts](/branding/create-branding/typography-and-fonts.md).


---

# 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://help.parta.io/branding/create-branding/elements/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.
