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

# Customization

> Personalize greed's profile and your server branding with ease.

## Bot Customization

You can personalize how greed looks and behaves in your server using the `,customize` command. These changes are server-specific, meaning greed can have a unique profile for every community.

### Profile Settings

<CodeGroup>
  ```javascript Name theme={null}
  ,customize name (new name)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/emogirlsllc/LTfAqZe46V4a_Yrm/images/image%5B3%5D.png?fit=max&auto=format&n=LTfAqZe46V4a_Yrm&q=85&s=ad25890fb485da83b7837ecf6355829d" alt="Image[3]" width="564" height="182" data-path="images/image[3].png" />
</Frame>

<CodeGroup>
  ```text Avatar theme={null}
  ,customize avatar (url or attachment)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/emogirlsllc/LTfAqZe46V4a_Yrm/images/image%5B3%5D-1.png?fit=max&auto=format&n=LTfAqZe46V4a_Yrm&q=85&s=4bf26eaf991b391718425b254a766141" alt="Image[3] 1" width="509" height="456" data-path="images/image[3]-1.png" />
</Frame>

<CodeGroup>
  ```text banner theme={null}
  ,customize banner (url or attachment)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/emogirlsllc/LTfAqZe46V4a_Yrm/images/image%5B3%5D-2.png?fit=max&auto=format&n=LTfAqZe46V4a_Yrm&q=85&s=5e5c9ecb49df7fd08a820a3e58d05a4f" alt="Image[3] 2" width="509" height="455" data-path="images/image[3]-2.png" />
</Frame>

<CodeGroup>
  ```text bio theme={null}
  ,customize bio (new bio)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/emogirlsllc/LTfAqZe46V4a_Yrm/images/image%5B4%5D.png?fit=max&auto=format&n=LTfAqZe46V4a_Yrm&q=85&s=3aec8caad862b76182e13640f7d934aa" alt="Image[4]" title="Image[4]" className="mx-auto" width="510" height="162" data-path="images/image[4].png" />
</Frame>

Make sure that ur bio doesn't exceed 200 character

<Info>
  Use `,customize reset` to return greed to its default profile settings.
</Info>

## Embed Colors

You can customize the accent colors greed uses for different types of messages (Information, Success, Error, and Warning). This is part of greed premium.

```javascript theme={null}
,settings embed
```

This command opens an interactive menu where you can:

* **Edit Colors:** Set custom Hex colors for each message type.
* **Reset Colors:** Revert all colors to their default Discord-themed values.

<Info>
  By default, all colors are `#CCCCFF`
</Info>
