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

# Customization

> Personalize @curse’s appearance to ensure it aligns perfectly with your server’s unique identity and aesthetic.

### Overview

Transform the presence of **@curse** in your community by setting a custom avatar, banner, or bio. This allows you to create a seamless, branded experience that makes your server stand out from the rest.

<Warning>
  **Note:** This feature is actively monitored and logged. Uploading inappropriate content will result in the **immediate removal** of the bot from your server and permanent **blacklist**.
</Warning>

<Note>
  Only the **Server Owner & Administrators** have the authority to use these commands. Ensure all hosted image URLs are from reliable sources.
</Note>

## 1. Customizing @curse’s Avatar

The avatar is the face of the bot in your member list and chat logs. Updating the profile picture of **@curse** allows it to blend perfectly with your server’s icon, seasonal themes, or specific aesthetic.

### 1. 1. Set Avatar

Changes the bot's profile image to your provided link/attached image.

<CodeGroup>
  ```javascript File Example theme={null}
  ;customize avatar https://cursebot.site/pfp.png
  ```

  ```javascript File Syntax theme={null}
  ;customize avatar (avatar)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/cursebotsite/1CoblSFpSwsp6YHb/images/custom-avatar-1.png?fit=max&auto=format&n=1CoblSFpSwsp6YHb&q=85&s=b135d2acafb88a469c44f60842e6d2c9" alt="Custom Avatar 1" width="645" height="241" data-path="images/custom-avatar-1.png" />
</Frame>

### 2. 2. Reset to Default

Removes the custom banner and restores the default look.

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

## 2. Customizing @curse’s Banner

The profile banner is the first thing users see when they click on the bot's profile. Use this space to showcase server artwork, important announcements, or a color palette that complements your community's vibe.

### 2. 1. Set Banner

Applies a custom background image to the bot's profile.

<CodeGroup>
  ```javascript File Example wrap theme={null}
  ;customize banner https://cursebot.site/banner.jpg
  ```

  ```javascript File Syntax theme={null}
  ;customize banner (banner)
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/cursebotsite/1CoblSFpSwsp6YHb/images/custom-banner.png?fit=max&auto=format&n=1CoblSFpSwsp6YHb&q=85&s=2c88303373aa697c50ae8cba41d0fe01" alt="Custom Banner" width="644" height="243" data-path="images/custom-banner.png" />
</Frame>

### 2. 2. Reset to Default

Removes the custom banner and restores the default look.

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

## 3. Customizing @curse’s Bio

<Note>
  To ensure users can always find support, if you do not manually include `https://cursebot.site/` or `discord.gg/cursebot` in your text, these links will be automatically appended to the bottom.
</Note>

The bio is your opportunity to give **@curse** a "personality" or provide quick-access information. Use this section to explain the bot's role in your server, list helpful commands, or simply add a welcoming message.

### 3. 1. Set Bio

Updates the "About Me" section with your custom description.

<CodeGroup>
  ```javascript File Example theme={null}
  ;customize bio always here to help!
  ```

  ```javascript File Syntax theme={null}
  ;customize bio (bio)
  ```
</CodeGroup>

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

### 3. 2. Reset to Default

Clears your custom text and restores the default bio.

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