# Developer Guide

- [Contributors Installation Guide](https://docs.hexabot.ai/developer-guide/contributors-installation-guide.md)
- [CLI Command Reference](https://docs.hexabot.ai/developer-guide/cli-command-reference.md)
- [Setup Node.js with NVM](https://docs.hexabot.ai/developer-guide/setup-node.js-with-nvm.md)
- [Setting Up Docker for Development and Production](https://docs.hexabot.ai/developer-guide/setting-up-docker-for-development-and-production.md)
- [SMTP Configuration and Emails](https://docs.hexabot.ai/developer-guide/smtp-configuration-and-emails.md)
- [Extensions](https://docs.hexabot.ai/developer-guide/extensions.md)
- [Plugins](https://docs.hexabot.ai/developer-guide/integrations.md)
- [Hexabot Plugin Development](https://docs.hexabot.ai/developer-guide/integrations/hexabot-plugin-development.md)
- [Build your First Plugin](https://docs.hexabot.ai/developer-guide/integrations/build-your-first-plugin.md)
- [Training custom NLU Models with Ludwig AI](https://docs.hexabot.ai/developer-guide/training-custom-nlu-models-with-ludwig-ai.md)


---

# 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.hexabot.ai/developer-guide.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.
