> ## 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.

# Templates

> Create consistent and reusable messages for level-up events.

<sup>**Configuration Panel:** `/config server -> Templates`</sup>

***

## Level Up Templates

Level up templates are applied when a user reaches a specific level.\
If no template is assigned for that level, the **default** template is used.

<Info>
  [Variables](/src/miscellaneous/variable#level-up-embed) are available for this module.
</Info>

**Template Properties**

* Content
* Title
* Author Name
* Author Icon URL
* Description
* Thumbnail URL
* Image URL
* Footer Text
* Footer Icon URL
* Color
* Timestamp

***

<Tabs>
  <Tab title="Add Template">
    1. Run `/config server`.
    2. Select **Templates** from the menu.
    3. Click **Level Up Templates**.
    4. Click **Add Template**.
    5. Enter the level to assign the template to.
  </Tab>

  <Tab title="Remove Template">
    1. Run `/config server`.
    2. Select **Templates** from the menu.
    3. Click **Level Up Templates**.
    4. Select the template to remove.
    5. Click **Remove Template**.
  </Tab>

  <Tab title="Toggle Display">
    <Note>Display options: `content`, `embed`, `both`.</Note>\
    Clicking the button cycles through the options in order.

    1. Run `/config server`.
    2. Select **Templates** from the menu.
    3. Click **Level Up Templates**.
    4. Select the template.
    5. Click **Toggle Display**.
  </Tab>

  <Tab title="Preview">
    1. Run `/config server`.
    2. Select **Templates** from the menu.
    3. Click **Level Up Templates**.
    4. Select the template.
    5. Click **Preview**.
  </Tab>
</Tabs>
