# AdvancedMobs

- [The AdvancedMobs Wiki](https://mobs.advancedplugins.net/advancedmobs/the-advancedmobs-wiki.md)
- [Available Mobs](https://mobs.advancedplugins.net/advancedmobs/available-mobs.md): Learn about AdvancedMobs, mechanics and mobs.
- [Commands](https://mobs.advancedplugins.net/advancedmobs/commands.md): All AdvancedMobs commands
- [Mechanics](https://mobs.advancedplugins.net/advancedmobs/mechanics.md)
- [Build Mobs With Blocks](https://mobs.advancedplugins.net/advancedmobs/mechanics/build-mobs-with-blocks.md): Use your own patters to build bosses
- [Mob Loot](https://mobs.advancedplugins.net/advancedmobs/mechanics/mob-loot.md): Configure mob loot and toggle it on or off
- [Random Spawning](https://mobs.advancedplugins.net/advancedmobs/mechanics/random-spawning.md): Configure random spawning and toggle it on or off
- [Breeding](https://mobs.advancedplugins.net/advancedmobs/mechanics/breeding.md): Configuring breeding and toggle it on or off
- [Mobs & Spawners Stacking](https://mobs.advancedplugins.net/advancedmobs/mechanics/mobs-and-spawners-stacking.md): Configure stacking and toggle it on or off
- [AdvancedMobs API](https://mobs.advancedplugins.net/advancedmobs/advancedmobs-api.md): Learn how to use AdvancedMobs API


---

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