# What are Props?

### Odds are your team already has an emoji that is used to say "thank you" or give "kudos" to helpful colleagues.  [Message reactions](https://slack.com/help/articles/206870317-Use-emoji-reactions) with that emoji count as Props.

* **Proper** only keeps track of reactions with the selected emoji in the channels the app has joined.
* The tracked emoji can be changed with a [**vote**](/proper/reference/props/settings/emoji.md) or **manually**.
* Admins can configure approval [**settings**](/proper/reference/admin-settings.md) for which channels **Proper** can [**join**](/proper/reference/props/settings/channels.md), calling a **vote**, and/or accepting a new emoji.

![](/files/-MWgb6ogxLlocBVK9xpV)

{% content-ref url="/pages/-MVRO3WIn1yVQExC2hTn" %}
[Props](/proper/reference/props.md)
{% endcontent-ref %}


---

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