# custom formatting

### ✎ embed color&#x20;

`/set custom embedcolor color:[#hexcode]`

* editing the embed color will change the color of every embed, excluding embeds made with `/embed create` or a declared hex code in the `{embed}` variable
* you can find hex codes to use [here](https://htmlcolorcodes.com)

<figure><img src="/files/PtJYNYW45pXypGQETG2t" alt=""><figcaption><p>the set custom embedcolor settings command</p></figcaption></figure>

### ☆ `/leaderboard` formatting

`/set custom leaderboard header:<header> footer:<footer> entries:<# of entries>`

<details>

<summary>☆ header</summary>

**command:** `/set custom leaderboard header:`&#x20;

this changes the leaderboard's header; the text header at the very top

![](/files/UaY0zPs9LmuGQwCCSN2i)

</details>

<details>

<summary>☆ footer</summary>

**command:** `/set custom leaderboard footer:`&#x20;

this changes the leaderboard's footer, the text footer at the bottom, above the rank indicator

![](/files/QvdVcgXUjD9AT9JYtVhM)

</details>

<details>

<summary>☆ entries</summary>

**command:** `/set custom leaderboard entries:`&#x20;

this changes the number of entries / users shown per page of the leaderboard

![](/files/4z4MSv6QEgqfjbtLeJnb)

</details>

### ☆ `/shop` formatting

`/set custom shop name:<shop name> header:<header text> image:<img file> thumbnail:<img file> entries:<# of entries per shop page>`

* the format of the server's `/shop view` can be customized, including its image and thumbnail properties.
* to remove any of these properties, set it to `none` or `disable`

<details>

<summary>☆ name</summary>

**command:** `/set custom shop name:`&#x20;

this changes the name / title of the shop, the large text at the very top of the embed

</details>

<details>

<summary>☆ header</summary>

**command:** `/set custom shop header:`&#x20;

this changes the header of the shop, the text that appears below the shop's name and instructions on buying an item

</details>

<details>

<summary>☆ image</summary>

**command:** `/set custom shop image:`&#x20;

this changes the image of the shop, the larger image on the bottom of the embed

</details>

<details>

<summary>☆ thumbnail</summary>

**command:** `/set custom shop thumbnail:`&#x20;

this changes the thumbnail of the shop,  the smaller image in the upper righthand corner of the embed

</details>

<details>

<summary>☆ entries</summary>

**command:** `/set custom shop entries:`&#x20;

this changes the number of entries / items shown per page of the shop

</details>

<figure><img src="/files/w7QRvYfyPwYYx8eQxJUa" alt=""><figcaption><p>the properties you can customize within /shop</p></figcaption></figure>

### ☆ colored arrows in `/leaderboard` and `/shop view`

`/set custom arrows color:` \
\
available colors:

<details>

<summary>☆ available colors</summary>

* red
* orange
* yellow (default)
* green
* blue
* purple&#x20;
* pink

![](/files/56ZsapgULF0MxeNqYS4S)

</details>

### ☆ `/slots` emojis

`/set custom slots emojis: <:emote1: | :emote2: | :emote3: | :emote4:>`

* the emojis used in `/slots` can be changed to 4 different emojis
* to disable `/slots`,  set it to `none` or `disable`

<figure><img src="/files/MhjIlO8ma1ySYD1z7zuA" alt=""><figcaption><p>the set custom slots settings command</p></figcaption></figure>


---

# 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://docs.mimu.bot/settings/getting-started/custom-formatting.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.
