> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/proper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/proper/reference/feedback/give.md).

# Give Feedback

### Unprompted f**eedback**&#x20;

#### **To give feedback that is not in response to a request, search for 'feedback' in the Slack Shortcuts menu or navigate to the `Feedback` section of the App Home and click** :mailbox\_with\_mail:**`Give Feedback`.**

Either of the above actions will trigger the first feedback modal where you will indicate:

* The recipient of the your feedback
* Your identification preference

  > **Anonymous** - keep your identity hidden from the recipient
  >
  > **Identified** - show your identity to the recipient
* Whether to deliver your feedback at 9am

  > Local time for recipient

{% hint style="info" %}
Depending on [**admin settings**](/proper/reference/feedback/admin-settings.md), anonymous **and/or** identified feedback may be allowed.

If **only one** identity preference is enabled, the option will not be shown as an input.
{% endhint %}

![](/files/-MWjU-cstWbjhnZ2RnQr)

###

#### Upon submission, the second modal offers a choice of optional templates for your feedback.

* Use the :clipboard:`Next` button to scroll through templates.
* The :pencil:`Custom` button will allow you to specify and **subject** and **body** from scratc&#x68;**.**

{% hint style="info" %}
Depending on [**admin settings**](/proper/reference/feedback/admin-settings.md), approval may be required required before your feedback is delivered to the recipient.
{% endhint %}

![](/files/-MWjYrFKf0a1Gif-5r2K)

### Requested feedback

#### **To respond to a requst for feedback, click the** :mag:`Details` **button on the request message or in the `Feedback` section of the Proper App Home and then click the** :outbox\_tray:**`Reply` button.**

* Choose whether to deliver your feedback at 9am.

  > Local time for recipient
* Provide feedback in response to the request.

{% hint style="info" %}
When **responding** to a request for feedback, you **cannot** remain anonymous.
{% endhint %}


---

# 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:

```
GET https://happybara.gitbook.io/proper/reference/feedback/give.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.
