# Emoji

### To reach the emoji settings for Props, click the `Emoji` button in the Props [settings modal](/proper/reference/props/settings.md).

![](/files/-MWh7uFc_xRgSX1sXaAo)

### Call a vote for the next Poper emoji

#### The first panel in this modal contains a button that allows you to configure a vote for the Proper emoji.  Clicking it will pull up another modal shown below.

* Select an **end date** for the vote.
* Choose whether victory should require a **majority** or a **plurality**.

  > **Majority** - Over 50% of the total vote
  >
  > **Plurality** - Highest % of vote among contenders

![](/files/-MWh99xdHwgOWh4fQLvN)

#### Upon submission, all team members will receive a message notifying them of the vote.

{% hint style="info" %}
To vote, each user may react to this message with one emoji of their choosing.
{% endhint %}

#### While a vote is in progress, the emoji settings modal will contain a button labeled :octagonal\_sign:`End vote` which will end the vote early.  This button is only visible to admins and the user who started the vote.

{% hint style="warning" %}
If no emoji leads by the required margin when a vote ends, the Proper emoji will remain unchanged.
{% endhint %}

### Modify the Proper emoji directly

#### The second panel in this modal contains a button that allows you to modify the Proper emoji without calling a vote. &#x20;

Clicking the :gear:`Modify emoji` button will post a message to the `Messages` tab of the Proper App Home.

* React to the message with one emoji of your choosing.
* Return to the app `Home` tab. Depending on your team's [**admin settings**](/proper/reference/props/admin-settings.md) an approval may be required before your choice is applied.

  > You will be notified of pending requests and approvals/denials by admins.&#x20;

{% hint style="info" %}
Upon successful modification of the Proper emoji, all team members will receive a message notifying them of the change.
{% endhint %}


---

# 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/reference/props/settings/emoji.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.
