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

# Customize

> Customize the bot for your guild

# Customize the bot for your guild

> Customize the bots bio

<CodeGroup>
  ```text Synax theme={null}
  ;customize bio [text]
  ```

  ```python example theme={null}
  ;customize bio .gg/xvz
  ```
</CodeGroup>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/xvz/images/custom-bio.png" alt="name" />
</Frame>

> Customize the bots avatar
> <code>Can use image url or attach an image</code>

<CodeGroup>
  ```text Synax theme={null}
  ;customize avatar [url]
  ```

  ```python example theme={null}
  ;customize avatar https://xvz.wtf/xvz.jpg
  ```
</CodeGroup>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/xvz/images/custom-pfp.png" alt="name" />
</Frame>

> Customize the bots banner
> <code>Can use image url or attach an image</code>

<CodeGroup>
  ```text Synax theme={null}
  ;customize banner [url]
  ```

  ```python example theme={null}
  ;customize banner https://xvz.wtf/xvz.jpg
  ```
</CodeGroup>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/xvz/images/custom-banner.png" alt="name" />
</Frame>

> Customize the bots nickname/name

<CodeGroup>
  ```text Synax theme={null}
  ;customize name [nickname]
  ```

  ```python example theme={null}
  ;customize name xvz
  ```
</CodeGroup>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/xvz/images/custom-name.png" alt="name" />
</Frame>

<Warning>Only guild owner can customize the bot and run the command(s)</Warning>
