> For the complete documentation index, see [llms.txt](https://serverbuilder.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serverbuilder.gitbook.io/docs/segments/aesthetics.md).

# Aesthetics

Adding aesthetic symbols to your channels can sometimes be hard work: having to copy and paste symbols repeatedly only to decide it doesn't look right; editing and re-editing channel names; and even searching for the right symbol in the first place!&#x20;

Introducing Server Builder Aesthetics! With this feature, you can add aesthetic symbols to your channel names with a single command! There are a variety of different pre-added aesthetics to match your taste.&#x20;

If you wish to add your own aesthetic, you can use `%custom <design>`. This will add your design to the beginning of the current channel name. You may also suggest aesthetic commands using `%aesthetic suggest <symbol>`. Your suggestions will be reviewed!&#x20;

| Command             | Appearance                 |
| ------------------- | -------------------------- |
| %aesthetic sparkles | ✨-channel-name✨            |
| %aesthetic arrow    | ╰┈➤-channel-name           |
| %aesthetic flower   | ✽-channel-name             |
| %aesthetic stars    | ･ﾟ✧･ﾟchannel-name          |
| %aesthetic hearts   | •¸♡-channel-name-♡¸•       |
| %aesthetic hug      | (っ◔◡◔)っ channel-name       |
| %custom \<design>   | {your design} channel-name |
| %aesthetic suggest  | N/A                        |

{% tabs %}
{% tab title="Before" %}
![A basic bot commands channel.](/files/-M_9YVEykIoY-Gj5GADJ)
{% endtab %}

{% tab title="After" %}
![A fancy looking channel more likely to attract users!](/files/-M_9YiSurwKjrPHb4BNS)
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://serverbuilder.gitbook.io/docs/segments/aesthetics.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.
