# Plugin Development

- [Introduction](https://docs.vernemq.com/plugin-development/introduction.md): Learn how to implement VerneMQ Plugins for customizing many aspects of  how VerneMQ deals with client connections, subscriptions, and message flows.
- [Session lifecycle](https://docs.vernemq.com/plugin-development/sessionlifecycle.md)
- [Subscribe Flow](https://docs.vernemq.com/plugin-development/subscribeflow.md)
- [Publish Flow](https://docs.vernemq.com/plugin-development/publishflow.md)
- [Enhanced Auth Flow](https://docs.vernemq.com/plugin-development/enhancedauthflow.md)
- [Erlang Boilerplate](https://docs.vernemq.com/plugin-development/boilerplate.md)
- [Lua Scripting Support](https://docs.vernemq.com/plugin-development/luaplugins.md): Learn how to implement VerneMQ plugins using the Lua Scripting Language.
- [Webhooks](https://docs.vernemq.com/plugin-development/webhookplugins.md): How to implement VerneMQ plugins using a HTTP/HTTPS interface


---

# 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.vernemq.com/plugin-development.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.
