# Commands

| Command                                      | Permission           | Description                         |
| -------------------------------------------- | -------------------- | ----------------------------------- |
| /advancedmobs                                | advancedmobs.use     | Show help menu                      |
| /am give \<player> \<mob> \[amount] \[level] | advancedmobs.give    | Give spawners                       |
| /am editor                                   | advancedmobs.editor  | Open Custom Mobs Creator            |
| /am reload                                   | advancedmobs.reload  | Reload configuration                |
| /am list                                     | advancedmobs.list    | List all custom pets                |
| /am mob \<mob>                               | advancedmobs.mob     | Spawn a mob                         |
| /am egg \<player> \<mob>                     | advancedmobs.egg     | Give a custom mob spawn egg         |
| /am killAll                                  | advancedmobs.killall | Kill all custom and vanilla mobs    |
| /am display                                  | advancedmobs.display | Spawns a showcase mob               |
| /am clearDisplays                            | advancedmobs.display | Clears showcases in 10 block radius |

**<> -> required, \[] -> optional**


---

# 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://mobs.advancedplugins.net/advancedmobs/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.
