# Level Commands

These commands can be used on a level in the comments section.\
You should get a false error when posting those, which *usually* means that using the command worked.

**More information about command permissions:** 🔐 [Create Roles](/community-guide/phpmyadmin/create-roles.md)

***

| Command                                                                | Description                                                       | Arguments                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Permission                            |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| **!rate** (Difficulty) (Amount of Stars) (Verify Coins) (Set Featured) | Rate a level                                                      | <p><strong>Difficulty:</strong><br>Auto, Easy, Normal, Hard, Harder, Insane, Demon<br><strong>Amount of stars:</strong> In the amount of stars you can place a personalized amount.<br><strong>Verify coins:</strong> You can also enter if the coins are collectable \[ 1 = Verified <em>(Silver coins)</em>, 0 = Not verified <em>(Bronze Coins)</em> ]<br><strong>Set Featured:</strong> You can set the level is featured or not: \[ 1 = Featured, 0 = Not Featured ]</p> | commandRate                           |
| **!feature**                                                           | Set featured a level                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandFeature                        |
| **!epic**                                                              | Set epic a level                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandEpic                           |
| **!unepic**                                                            | Remove epic a level                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandUnepic                         |
| **!setacc** (Account Name)                                             | Move a level to a specific account                                | **Account Name:** Name of the account who will now own the level                                                                                                                                                                                                                                                                                                                                                                                                              | CommandSetacc                         |
| **!verifycoins** (Mode)                                                | Set if coins of the level are collectable                         | **Mode:** 1 = Verified (Silver coins), 0 = Not verified (Bronze Coins)                                                                                                                                                                                                                                                                                                                                                                                                        | CommandVerifycoins                    |
| **!daily**                                                             | Queues the level as a daily level.                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandDaily                          |
| **!weekly**                                                            | Queues the level as a Weekly level.                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandWeekly                         |
| **!delete**                                                            | Delete a level from the GDPS Server.                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandDelet                          |
| **!pass** (Password)                                                   | Update the level password                                         | **Password:** Numbers only, 4-6 digits (Set password to 0 make it a free-copy)                                                                                                                                                                                                                                                                                                                                                                                                | CommandPassOwn / CommandPassAll       |
| **!description** (Description)                                         | Update the level description                                      | **Description:** 300 characters limit. (Special Characters are removed for safety)                                                                                                                                                                                                                                                                                                                                                                                            | CommandDescription                    |
| **!public**                                                            | Set a level publicly visible                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandPublicOwn / CommandPublicAll   |
| **!unlist**                                                            | Set a level only viewable via Level ID                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | CommandUnlistOwn / CommandUnlistAll   |
| **!sharecp** (username)                                                | Share Creator Points with another user (CP will be split equally) | **username:** Name of the account who will distribute the creator points (max: 1 person)                                                                                                                                                                                                                                                                                                                                                                                      | CommandSharecpOwn / CommandSharecpAll |
| **!ldm**                                                               | Force LDM button in a level                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                       |
| **!unldm**                                                             | Force LDM button disabled in a level                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                       |
| **!rename** (level name)                                               | Change the level name                                             | **level name:** 300 characters limit. (Special Characters is removed)                                                                                                                                                                                                                                                                                                                                                                                                         | CommandRenameOwn / CommandRenameAll   |
| **!song** (SongID)                                                     | Change the song of the level                                      | **SongID:** Numbers only, Newgrounds songs and song reuploaded are supported                                                                                                                                                                                                                                                                                                                                                                                                  | CommandSongOwn / CommandSongAll       |


---

# Agent Instructions: 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:

```
GET https://gdpsfh.gitbook.io/community-guide/in-game-help/level-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
