> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/members-features/custom-emoji-bar.md).

# Custom Emoji Bar

Using emojis can enhance your conversations and improve connections with your audience, potentially increasing fan satisfaction, loyalty, and revenue.

## Personalize the Emoji Bar <a href="#h_5d036ac88e" id="h_5d036ac88e"></a>

You can easily customize your Emoji Bar via the **Edit** (1) and **Add Emoji** (2) buttons. This allows you to:

* **Add your most frequently used and favorite emojis** for quick access.
* **Streamline your messaging process** by organizing emojis that suit your communication style.

Customizing the emoji bar ensures that your preferred emojis are always at your fingertips, saving you time and helping you maintain a consistent tone in your messages.

### Customize emoji  <a href="#h_5bd2bcb542" id="h_5bd2bcb542"></a>

If you manage a team of members, you can **create a unified emoji bar for each account**. This will keep fan interaction consistent among different members and emphasize the account appearance and personality.

You can create an emoji bar the following way:

1. Go to the **Accounts** section.
2. Select **Account Settings** by clicking the **Open Settings** button.
3. Scroll down to the **Emoji Customization** block.
4. Select up to **15 emojis** that you want your members to use.
5. Click **Update** to apply the changes.

<figure><img src="/files/K9UYtId9gf0NUj9wgilh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YrSDZ8vLAPG4BHKl9smt" alt=""><figcaption></figcaption></figure>

Once applied, all team members will use the same set of emojis for that account, ensuring brand consistency across conversations.

{% hint style="info" %}
When you customize an emoji bar for an account, your members will no longer be able to modify their own emoji bar. However, they will still have access to the full list of available emojis from the general emoji set.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.onlymonster.ai/members-features/custom-emoji-bar.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.
