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

# Customization

> Customize Omex's avatar, banner, and bio

## Overview

Personalize Omex’s appearance in your server by setting a custom avatar, banner, or bio

<Warning>
  This feature is actively monitored and logged. Uploading inappropriate content can lead to removal of Omex from your server and loss of access
</Warning>

<Info>
  This feature is premium only and requires **Manage Server**
</Info>

***

## Customizing Omex’s avatar

Set a custom avatar for Omex in your server

<CodeGroup>
  ```javascript Syntax theme={null}
  customize avatar set [image URL]
  ```

  ```javascript Example theme={null}
  customize avatar set https://omex.pro/avatar.png
  ```
</CodeGroup>

<Info>
  You can also upload an image as an attachment instead of using a URL
</Info>

***

## Resetting Omex’s avatar

Reset Omex back to its global avatar

<CodeGroup>
  ```javascript Syntax theme={null}
  customize avatar reset
  ```

  ```javascript Example theme={null}
  customize avatar reset
  ```
</CodeGroup>

***

## Customizing Omex’s banner

Set a custom banner for Omex in your server

<CodeGroup>
  ```javascript Syntax theme={null}
  customize banner set [image URL]
  ```

  ```javascript Example theme={null}
  customize banner set https://omex.pro/banner.png
  ```
</CodeGroup>

<Info>
  You can also upload an image as an attachment instead of using a URL
</Info>

***

## Resetting Omex’s banner

Reset Omex back to its global banner

<CodeGroup>
  ```javascript Syntax theme={null}
  customize banner reset
  ```

  ```javascript Example theme={null}
  customize banner reset
  ```
</CodeGroup>

***

## Customizing Omex’s bio

Set a custom bio for Omex in your server

<Info>
  Max bio length is 500 characters
</Info>

<CodeGroup>
  ```javascript Syntax theme={null}
  customize bio set (text)
  ```

  ```javascript Example theme={null}
  customize bio set Omex is a cool bot
  ```
</CodeGroup>

***

## Viewing your server bio

Shows the bio currently set for your server

<CodeGroup>
  ```javascript Syntax theme={null}
  customize bio show
  ```

  ```javascript Example theme={null}
  customize bio show
  ```
</CodeGroup>

***

## Resetting Omex’s bio

Clear the bio for your server

<CodeGroup>
  ```javascript Syntax theme={null}
  customize bio reset
  ```

  ```javascript Example theme={null}
  customize bio reset
  ```
</CodeGroup>

***

## Notes

* Max image size is 10MB
* This feature only works in servers with premium active
