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

# Customization

> Customize Zynrax's avatar, banner.

## Customizing prefix

You can change Zynrax's command prefix to anything you like using the `prefix` command. This allows you to avoid conflicts with other bots or simply use your favorite symbol.

<CodeGroup>
  ```bash Syntax theme={null}
  ?prefix (new prefix)
  ```

  ```bash Example theme={null}
  ?prefix ,
  ```
</CodeGroup>

<Frame>
  <img className="rounded-xl" src="https://mintcdn.com/zynraxdevelopment-9bbc81fc/wDzxParB8NBY4q1h/images/prefix.png?fit=max&auto=format&n=wDzxParB8NBY4q1h&q=85&s=215c5302b15fb1b5590b00ac260b4131" width="602" height="279" data-path="images/prefix.png" />
</Frame>

## Overview

Personalize Zynrax's appearance in your server by setting a custom avatar, banner, or bio — making your community truly unique and stand out from the rest.

<Warning>
  This feature is actively monitored and logged. Uploading inappropriate content will lead to **immediate removal** of the bot from your server and **forfeiture of access**.
</Warning>

<Info>
  Only the **Server Owner** can use these commands.
</Info>

## Customizing Zynrax's avatar

You can upload Zynrax's avatar using the `customize avatar` command.

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

  ```bash Example theme={null}
  ,customize avatar https://zynraxbot.site/avatar.png
  ```
</CodeGroup>

<Frame>
  <img className="rounded-xl" src="https://mintcdn.com/zynraxdevelopment-9bbc81fc/wDzxParB8NBY4q1h/images/customizeav.png?fit=max&auto=format&n=wDzxParB8NBY4q1h&q=85&s=55ae03349e5bed76c25251db0769d1ce" width="832" height="542" data-path="images/customizeav.png" />
</Frame>

## Customizing Zynrax's banner

You can upload Zynrax's banner using the `customize banner` command.

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

  ```bash Example theme={null}
  ,customize banner https://zynraxbot.site/banner.png
  ```
</CodeGroup>

<Frame>
  <img className="rounded-xl" src="https://mintcdn.com/zynraxdevelopment-9bbc81fc/wDzxParB8NBY4q1h/images/customizebanner.png?fit=max&auto=format&n=wDzxParB8NBY4q1h&q=85&s=50df0cde6e97caa09618ec2745c8580c" width="837" height="560" data-path="images/customizebanner.png" />
</Frame>

## Resetting appearance

If you want to revert Zynrax's profile back to its original form, you can reset individual settings or use the global reset command.

<CodeGroup>
  ```bash Reset Avatar theme={null}
  ,customize resetavatar
  ```

  ```bash Reset Banner theme={null}
  ,customize resetbanner
  ```

  ```bash Global Reset theme={null}
  ,customize reset
  ```
</CodeGroup>

<Frame>
  <img className="rounded-xl" src="https://mintcdn.com/zynraxdevelopment-9bbc81fc/wDzxParB8NBY4q1h/images/customizereset.png?fit=max&auto=format&n=wDzxParB8NBY4q1h&q=85&s=10ffbd65c39763baabd989e2bb9c6ac4" width="643" height="253" data-path="images/customizereset.png" />
</Frame>
