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

# Rank Card Generation

> Rank Cards visually display a user’s current level and total accumulated XP.

<sup>**Command:** `/rank`</sup>\
<sup>**Config Panel:** `/config server → Rank Card Generation`</sup>

***

## Generators Available

| Version | Description                                                                    |
| ------- | ------------------------------------------------------------------------------ |
| **v1**  | Minimalistic design — available only to [Superatom Subscribers](/src/premium). |
| **v2**  | Profile-style design with more customization options.                          |

***

## **v1 Properties**

| Property                     | Description                                     |
| ---------------------------- | ----------------------------------------------- |
| **Display Name Color**       | Color for the user’s display name.              |
| **Username Color**           | Color for the username text.                    |
| **Level Color**              | Color for the level indicator.                  |
| **Current XP Color**         | Color for the current XP amount.                |
| **Rank Color**               | Color for the rank text.                        |
| **Progress Bar Color**       | Color of the XP progress bar.                   |
| **Progress Bar Track Color** | Background color of the progress bar.           |
| **Overlay Percentage**       | Opacity percentage of the overlay on the card.  |
| **Background**               | Hex color or image URL for the card background. |

***

## **v2 Properties**

| Category               | Property                         | Description                                 |
| ---------------------- | -------------------------------- | ------------------------------------------- |
| **User Metadata**      | Display Name Color               | Color of the user’s display name.           |
|                        | Username Color                   | Color of the user’s username.               |
| **User Leveling Data** | Current Level Color              | Color of the current level number.          |
|                        | Next Level Color                 | Color of the next level number.             |
|                        | Current XP Color                 | Color of the current XP amount.             |
|                        | Accumulated XP Color             | Color of the total accumulated XP.          |
|                        | Rank Color                       | Color of the rank text.                     |
| **Progress Bar**       | Progress Bar Mode                | `Solid` or `Gradient` mode.                 |
|                        | Progress Bar Solid Color         | Solid bar color (Solid Mode).               |
|                        | Progress Bar Primary Color       | Primary gradient color (Gradient Mode).     |
|                        | Progress Bar Accent Color        | Accent gradient color (Gradient Mode).      |
|                        | Progress Bar Track Color         | Background color of the progress bar.       |
|                        | Progress Bar Current Level Color | Color indicating the current level segment. |
|                        | Progress Bar Next Level Color    | Color indicating the next level segment.    |
| **Banner**             | Banner                           | Banner color or image.                      |
| **Background**         | Background Mode                  | `Solid` or `Gradient`.                      |
|                        | Background Solid Color           | Solid background color (Solid Mode).        |
|                        | Background Primary Color         | Primary gradient color (Gradient Mode).     |
|                        | Background Accent Color          | Accent gradient color (Gradient Mode).      |

***

## Editing a Rank Card

<Tabs>
  <Tab title="Editing">
    1. Run `/config server`.
    2. Select **Rank Card Generation**.
    3. Choose the property to edit.
    4. Enter the new value.
  </Tab>
</Tabs>
