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

# Customize

> Customize the bot's appearance for your server.

<Warning>
  `<>` means an argument is required, `[]` means it's optional
</Warning>

### Changing the bot's avatar

Change the bot's avatar for this guild.

<CodeGroup>
  ```js Syntax theme={null}
  /customize avatar [source]
  ```
</CodeGroup>

* `source` (text): optional <br />
  The source for the avatar image.
  This can be a member, an image URL, or a file attachment.

### Changing the bot's banner

Change the bot's banner for this guild.

<CodeGroup>
  ```js Syntax theme={null}
  /customize banner [source]
  ```
</CodeGroup>

* `source` (text): optional <br />
  The source for the banner image.
  This can be a member, an image URL, or a file attachment.

### Changing the bot's bio

Change the bot's bio for this guild.

<CodeGroup>
  ```js Syntax theme={null}
  /customize about-me [source]
  ```
</CodeGroup>

* `source` (text): optional <br />
  The text you want to set as the bot's bio.
