> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Customization

> Personalize the bot's appearance in your server with custom avatars, banners, and bios.

The Branding module allows you to completely customize how ZEON appears in your server. Using Discord's **Server Profiles** feature, you can give the bot a unique identity that matches your community's theme.

<Note>
  **Required Permission:** [Extra Owner](/permissions/extra-owners) or higher — Only the Server Owner and Extra Owners can manage bot customization.
</Note>

<Warning>
  **Premium Feature:** This module requires an active Premium subscription. If the server's premium expires, all branding customization (avatar, banner, and bio) will automatically be reset to default.
</Warning>

## Commands

All customization commands are located under the `.customize` (or `.branding`) group.

### Avatar & Banner

| Command                          | Description                                      |
| :------------------------------- | :----------------------------------------------- |
| `.customize avatar [url] [file]` | Sets a custom server-specific avatar for the bot |
| `.customize banner [url] [file]` | Sets a custom server-specific banner for the bot |

You can provide an image in three different ways:

1. Provide a direct **URL** to the image.
2. **Attach** an image file when running the command.
3. If you reply to a message containing an image while running the command without arguments, the bot will use that image.

<Warning>
  Discord has strict limits on avatar and banner updates. You may encounter rate limits if you change these too frequently.
</Warning>

### Bio (About Me)

| Command                 | Description                       |
| :---------------------- | :-------------------------------- |
| `.customize bio <text>` | Sets a custom server-specific bio |

The bio text is limited to **150 characters**.

<Note>
  The text you provide will be shown at the top of the bot's bio. A persistent link to the ZEON website (`**Website - https://www.zeonbot.xyz**`) will automatically be appended to the bottom of the bio.
</Note>

### Resetting Customization

| Command                     | Description                                                  |
| :-------------------------- | :----------------------------------------------------------- |
| `.customize reset <option>` | Removes custom branding and restores the default bot profile |

**Available Reset Options:**

* `Avatar`: Resets only the custom avatar.
* `Banner`: Resets only the custom banner.
* `Bio`: Resets only the custom bio.
* `All`: Resets all customization, including the bot's server nickname.
