# Developer Guides

- [Developer Guides - Overview](https://docs.bluebubbles.app/server/developer-guides/developer-guides-overview.md): Here you will find guides on how to develop against BlueBubbles
- [Build Yourself / Contribution Guide](https://docs.bluebubbles.app/server/developer-guides/build-yourself-contribution-guide.md): How to build the server on your own system, or how to contribute to the project
- [REST API & Webhooks](https://docs.bluebubbles.app/server/developer-guides/rest-api-and-webhooks.md): Documentation for BlueBubbles REST API & Webhooks
- [Simple Web Server for Webhooks](https://docs.bluebubbles.app/server/developer-guides/simple-web-server-for-webhooks.md): This page will show you how you can create a simple HTTP web server to receive webhooks from the BlueBubbles Server.
- [Python Web Server Example](https://docs.bluebubbles.app/server/developer-guides/simple-web-server-for-webhooks/python-web-server.md): Here is a sample of a web server written in Python to receive new message events.


---

# 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.bluebubbles.app/server/developer-guides.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.
