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

# User Info

> View detailed information about any user

## Overview

Display comprehensive information about any Discord user including their account details, server membership, roles, permissions, badges, and special titles.

***

## Command Usage

<CodeGroup>
  ```bash Syntax theme={null}
  ~userinfo [user]
  ```

  ```bash Examples theme={null}
  # Check your own info
  ~userinfo

  # Check by mention
  ~userinfo @username

  # Check by user ID
  ~userinfo 123456789012345678

  # Check by username
  ~userinfo john
  ~ui john
  ```
</CodeGroup>

**Aliases:** `ui`, `uinfo`

***

## Information Displayed

<CardGroup cols={2}>
  <Card title="Account Info" icon="id-card">
    User ID, account creation date, and badges
  </Card>

  <Card title="Server Info" icon="server">
    Join date, status, roles, and join position
  </Card>

  <Card title="Permissions" icon="shield-check">
    Key permissions and top role
  </Card>

  <Card title="Assets" icon="image">
    Direct links to avatar and banner
  </Card>
</CardGroup>

***

## Features

* **Flexible Search** — Find users by mention, ID, or partial username
* **Badge Display** — Shows all Discord badges (Nitro, Early Supporter, Hypesquad, etc.)
* **Role List** — All server roles the user has
* **Permission Summary** — Important permissions with count
* **Join Position** — Shows what number member they are
* **Special Titles** — Custom titles for special users (developers, VIPs)
* **Asset Links** — Quick access to full-size avatar and banner

***

## Supported Badges

<AccordionGroup>
  <Accordion title="Discord Badges" icon="badge-check">
    * **Active Developer** — Has an active bot/app
    * **Bug Hunter** (Level 1 & 2) — Found bugs in Discord
    * **Hypesquad Events** — Attends Discord events
    * **Hypesquad Houses** — Bravery, Brilliance, Balance
    * **Partner** — Discord partner
    * **Early Supporter** — Supported Discord early
    * **Staff** — Discord employee
    * **Certified Moderator** — Discord mod program
  </Accordion>

  <Accordion title="Premium Features" icon="crown">
    * **Nitro** — Detected if user has:
      * Animated avatar
      * Custom banner
      * Server boost status
  </Accordion>
</AccordionGroup>

***

## Usage Examples

<Tabs>
  <Tab title="Check Yourself">
    ```bash theme={null}
    ~ui
    ```

    Shows your own information
  </Tab>

  <Tab title="Check by Mention">
    ```bash theme={null}
    ~ui @username
    ```

    Check a specific user by mentioning them
  </Tab>

  <Tab title="Check by ID">
    ```bash theme={null}
    ~ui 123456789012345678
    ```

    Useful for users not in the server
  </Tab>

  <Tab title="Check by Name">
    ```bash theme={null}
    ~ui john
    ~ui johndoe
    ```

    Search by partial username match
  </Tab>
</Tabs>

***

## Permission Requirements

<Card title="User Permissions" icon="user">
  **No special permissions required** — All members can use this command
</Card>

***

## Notes

<Note>
  **Non-Server Members**

  You can check users who aren't in the server by using their ID. The command will show account information but note that server-specific details (roles, join date, etc.) won't be available.
</Note>

<Info>
  **Badge Detection**

  The bot automatically detects Nitro by checking for animated avatars, custom banners, or server boost status. All other badges are pulled directly from Discord's API.
</Info>
