> 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/props/settings/recognition.md).

# Recognition

### To reach the recognition settings for Props, click the :gift:`Recognition` button in the Props [settings modal](/proper/reference/props/settings.md).

{% hint style="info" %}
Only app and workspace admins can reach the recognition settings modal.
{% endhint %}

![](/files/-MWh0OVAM_A2wGNanY7V)

### Recognition podium

#### In the first panel of this modal, set the number of team members who should be recognized each period for the Props they have received.

{% hint style="info" %}
Up to **10** winners can be recognized each period.

If [**rewards**](/proper/concepts/bundles.md) are enabled, these users will share in the winnings equally.
{% endhint %}

### Manage rewards

#### The second panel in this modal contains a button that allows you to manage Proper [**rewards**](/proper/concepts/bundles.md).  Clicking it will pull up another modal where rewards and enrollment can be managed.

In this modal, enter (or adjust if already enrolled) the number of **bundles** worth $100 in digital rewards that will shared equally by the top receivers of Props each month.

![](/files/-MWh1sCN-lIkI5nxz4yW)

#### After entering the appropriate quantity, click the :shopping\_cart: `Enroll in` (or `Update`) `Rewards` button to complete the subscription in your browser.


---

# 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://happybara.gitbook.io/proper/reference/props/settings/recognition.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.
