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

# Images

> Look up any user's avatar and banner, with high-resolution download links.

Lucie shows you any user's avatar or banner at maximum resolution (4096px), always with the latest version of their profile and direct download links.

<Note>
  The default prefix is `!` (configurable with `!setprefix`). Lucie also responds to her mention and to slash commands (`/avatar`, `/banner`).
</Note>

## !avatar

Shows a user's global avatar. If they also have a <Tooltip tip="The separate avatar you can have inside one specific server.">server avatar</Tooltip>, the message includes a **🏠 Servidor** button to toggle between the two.

**Usage:** `!avatar [@user/ID]`

**Aliases:** `av`, `pfp`

* With no argument, it shows your own avatar.
* Accepts a mention or user ID, even for users who are not in the server.
* The embed includes download links and the user's ID in the footer.
* The **🏠 Servidor** button is only enabled when the user has both a global avatar and a server avatar, and only the person who ran the command can press it.
* If the user has no custom avatar, their default Discord avatar is shown.

**Examples**

```text theme={"dark"}
!avatar
!avatar @usuario
!avatar 1308163855611859037
```

## !banner

Shows a user's profile banner. By default it displays the global banner; if they also have a server banner, the **🏠 Servidor** button appears to toggle between them.

**Usage:** `!banner [@user/ID]`

**Aliases:** `bn`, `bg`

* With no argument, it shows your own banner.
* If the user has no global banner but does have a server banner, the server one is shown directly.
* If they have neither, Lucie lets you know with an error message.
* The embed color adopts the user's profile accent color when available.
* The toggle button is only enabled when both banners exist.

**Examples**

```text theme={"dark"}
!banner
!banner @usuario
!banner 1308163855611859037
```

<Tip>
  Both commands fetch the profile directly from Discord at the time of the request, so you will always see the current image even if the user just changed it.
</Tip>

## Useful links

<Columns cols={2}>
  <Card title="Invite Lucie" icon="plus" href="https://lucie.elxy.dev/invite">
    Add her to your server in one click.
  </Card>

  <Card title="Support" icon="life-buoy" href="https://discord.gg/VqyAZJ2mFc">
    Questions? Drop by the support server.
  </Card>
</Columns>
