# Start Plugins

- [Events (basic)](https://docs.minecraftbot.com/examples/start-plugins/events-basic.md): A basic code example that shows you how to make a plugin listen for certain events.
- [Movement (basic)](https://docs.minecraftbot.com/examples/start-plugins/movement-basic.md): A basic code example that shows you how to make the bot move between two locations.
- [Killaura (intermediate)](https://docs.minecraftbot.com/examples/start-plugins/killaura-advanced.md): This example will show you code for a basic plugin that will follow and attack the closest target-able player. The plugin incorporates multiple tasks and therefore is marked as intermediate.
- [Wheat Farmer (intermediate)](https://docs.minecraftbot.com/examples/start-plugins/wheat-farmer-intermediate.md): This will show you code for a wheat farmer, meaning that it finds the closest fully grown wheat blocks, moves to them, breaks them, and finally replants them.


---

# 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://docs.minecraftbot.com/examples/start-plugins.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.
