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

# Customization

> Customize angels avatar, banner & bio.

<Warning>
  This is an experimental feature and is for only donators at the time being. All things that are customized are monitored.
</Warning>

## Customize Angels Avatar

Use this command to customize the bot's avatar:

<CodeGroup>
  ```bash Syntax theme={null}
  ,customize avatar (image URL)
  ```

  ```bash Example theme={null}
  ,customize avatar https://cdn.discordapp.com/attachments/1420164397837451306/1425271165990998076/image.png?ex=68e6fab6&is=68e5a936&hm=a18fdc5dcc6c9ceba8e0eb935048cedbec487157da07711197a44b52cadf9098&
  ```
</CodeGroup>

<img className="block dark:hidden" src="https://cdn.discordapp.com/attachments/1420164397837451306/1425271165990998076/image.png?ex=68e6fab6&is=68e5a936&hm=a18fdc5dcc6c9ceba8e0eb935048cedbec487157da07711197a44b52cadf9098&" alt="Avatar customization example" />

<img className="hidden dark:block" src="https://cdn.discordapp.com/attachments/1420164397837451306/1425271165990998076/image.png?ex=68e6fab6&is=68e5a936&hm=a18fdc5dcc6c9ceba8e0eb935048cedbec487157da07711197a44b52cadf9098&" alt="Avatar customization example" />

To remove the avatar you can do

```bash theme={null}
,customize avatar remove
```

<Info>
  Banner and bio customization will come later on.
</Info>
