> For the complete documentation index, see [llms.txt](https://typicalutility.gitbook.io/typical-utility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typicalutility.gitbook.io/typical-utility/commands/levels.md).

# Levels

| Name                            |                           Description                           |                                                                       Usage |
| ------------------------------- | :-------------------------------------------------------------: | --------------------------------------------------------------------------: |
| t!leveling \<on/off>            |             Enable/disable leveling in your server.             |                                                               t!leveling on |
| t!xpcooldown \<time>            |  Customize the cooldown of how fast users earn XP when talking. |                                                            t!xpcooldown 30s |
| t!rank <@user>                  |        Displays your current level, rank, and experience.       |                                                       t!rank @TypicalxJudan |
| t!rankcard \<link>              |              Change background for your rank card.              | t!rankcard [https://imgur.com/NEXyAsU.png](https://i.imgur.com/NEXyAsU.png) |
| t!setreward  \<level> <@role>   |                   Set role rewards for levels.                  |                                                       t!setreward 5 @Level5 |
| t!rewards                       |                Displays your level role rewards.                |                                                                   t!rewards |
| t!setrank  \<level> <@user>     |                      Change a users' rank.                      |                                                  t!setrank 2 @TypicalxJudan |
| t!setlevelmsg \<message>        |                    Set the level up message.                    |   t!setlevelmsg {mention} You leveled up! You've advanced to Level {level}! |
| t!lvlchannel <#channel>         |               Set a channel for level-up messages.              |                                                       t!lvlchannel #levelup |
| t!blacklistmessage \<message>   | Set messages that won't allow users to gain XP if they're sent. |                                                    t!blacklistmessage  nope |
| t!unblacklistmessage \<message> |        Remove blacklisted messages for users to gain XP.        |                                                   t!unblacklistmessage nope |
| t!blacklistedmessages           |    View all blacklisted messages preventing users to gain XP.   |                                                       t!blacklistedmessages |
| t!blacklist <#channel>          |       Blacklist channels to prevent users from gaining XP.      |                                                      t!blacklist #nolevelup |
| t!unblacklist <#channel>        |         Unblacklist channels to allow users to gain XP.         |                                                    t!unblacklist #nolevelup |
| t!blacklistedchannels           |    View all blacklisted channels preventing users to gain XP.   |                                                       t!blacklistedchannels |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://typicalutility.gitbook.io/typical-utility/commands/levels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
