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

# Profiles

> Customizable user profiles and server-specific identity.

## Overview

Profiles let members personalize their identity within the server. View user information, avatars, banners, and server-specific details at a glance.

***

## Commands

| Command            | Description                                                | Aliases        |
| ------------------ | ---------------------------------------------------------- | -------------- |
| `/avatar [user]`   | View a user's avatar in full resolution                    | `av`, `pfp`    |
| `/banner [user]`   | View a user's banner                                       | `bnr`          |
| `/userinfo [user]` | Detailed information about a user (join date, roles, etc.) | `ui`, `whois`  |
| `/serverinfo`      | Detailed information about the server                      | `si`, `server` |

***

## AFK System

Set yourself as AFK so anyone who pings you gets notified:

```bash theme={null}
/afk coming in a while
```

**Aliases:** `awayfromkeyboard`

When someone mentions you while you're AFK, Flare will automatically respond with your AFK reason. Your AFK status is cleared when you send a new message.

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Avatar command shows a low-resolution image">
    Flare always attempts to fetch the highest resolution available. Some users may not have a high-resolution avatar uploaded to Discord.
  </Accordion>
</AccordionGroup>
