# phBot API

- [Client](https://plugins.phbot.org/phbot-api/client.md)
- [Guild](https://plugins.phbot.org/phbot-api/guild.md)
- [Events](https://plugins.phbot.org/phbot-api/events.md)
- [Players](https://plugins.phbot.org/phbot-api/players.md)
- [Party](https://plugins.phbot.org/phbot-api/party.md)
- [NPC](https://plugins.phbot.org/phbot-api/npc.md)
- [Character](https://plugins.phbot.org/phbot-api/character.md)
- [Academy](https://plugins.phbot.org/phbot-api/academy.md)
- [Inventory](https://plugins.phbot.org/phbot-api/inventory.md)
- [Pets](https://plugins.phbot.org/phbot-api/pets.md)
- [Monsters](https://plugins.phbot.org/phbot-api/monsters.md)
- [Encoding](https://plugins.phbot.org/phbot-api/encoding.md)
- [Locale](https://plugins.phbot.org/phbot-api/locale.md)
- [Config](https://plugins.phbot.org/phbot-api/config.md)
- [Botting](https://plugins.phbot.org/phbot-api/botting.md): These functions listed below allow you to start/stop botting/trace/trade.
- [Taxi](https://plugins.phbot.org/phbot-api/taxi.md)
- [Packet Injection](https://plugins.phbot.org/phbot-api/packet-injection.md)
- [Log](https://plugins.phbot.org/phbot-api/log.md)
- [Game Data](https://plugins.phbot.org/phbot-api/game-data.md)
- [Teleport](https://plugins.phbot.org/phbot-api/teleport.md)
- [Training Area](https://plugins.phbot.org/phbot-api/training-area.md)
- [Command Line Arguments](https://plugins.phbot.org/phbot-api/command-line-arguments.md)
- [Movement](https://plugins.phbot.org/phbot-api/movement.md)
- [Quests](https://plugins.phbot.org/phbot-api/quests.md)
- [Drops](https://plugins.phbot.org/phbot-api/drops.md)
- [Paths](https://plugins.phbot.org/phbot-api/paths.md): This API allows you to use path finding to create a path to a destination. These functions can only be called once every 5 seconds.
- [Script](https://plugins.phbot.org/phbot-api/script.md): Executes a script
- [Notifications](https://plugins.phbot.org/phbot-api/notifications.md): These APIs allow you to add notifications to the log.
- [Alchemy](https://plugins.phbot.org/phbot-api/alchemy.md): Controls alchemy through Python
- [Misc](https://plugins.phbot.org/phbot-api/misc.md): Miscellaneous functions


---

# 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://plugins.phbot.org/phbot-api.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.
