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

# Bot Profile

> Customize pom's name, avatar, banner, and bio for your server.

## Overview

The bot profile system lets you personalize how pom appears in your server. You can change the bot's display name, avatar, banner, and bio on a per-server basis. This means pom can look completely different in every server it's in — matching your community's theme or branding.

<Info>
  You need the **Administrator** permission to modify the bot profile.
</Info>

***

## Commands

### Set Name

Change pom's display name in your server.

<CodeGroup>
  ```bash Syntax theme={null}
  ,botprofile name <new_name>
  ```

  ```bash Example theme={null}
  ,botprofile name Server Guardian
  ```
</CodeGroup>

### Set Avatar

Change pom's avatar in your server. Provide an image URL or attach an image to your message.

<CodeGroup>
  ```bash Syntax theme={null}
  ,botprofile avatar <url or attachment>
  ```

  ```bash Example theme={null}
  ,botprofile avatar https://i.imgur.com/example.png
  ```
</CodeGroup>

### Set Banner

Change pom's profile banner in your server.

<CodeGroup>
  ```bash Syntax theme={null}
  ,botprofile banner <url or attachment>
  ```

  ```bash Example theme={null}
  ,botprofile banner https://i.imgur.com/example.png
  ```
</CodeGroup>

### Set Bio

Change pom's "About Me" text in your server.

<CodeGroup>
  ```bash Syntax theme={null}
  ,botprofile bio <text>
  ```

  ```bash Example theme={null}
  ,botprofile bio Protecting this server since 2024 🛡️
  ```
</CodeGroup>

<Tip>
  These changes only affect how pom appears in **your** server. They don't change the bot's global profile or how it looks in other servers.
</Tip>
