# DB Forest Docs

## d

- [Welcome](https://documentation.dbforest.org/r/readme.md)
- [Technical Architecture](https://documentation.dbforest.org/r/d/architecture.md)
- [FAQ](https://documentation.dbforest.org/r/d/faq.md): Here you will find the answers for the most popular questions.
- [DB Forest in Social Media](https://documentation.dbforest.org/r/d/db-forest-in-social-media.md): Join our community and get all the updates on:
- [What is DB Forest?](https://documentation.dbforest.org/r/d/quickstart.md)
- [How to deploy on DB Forest](https://documentation.dbforest.org/r/eth-warsaw/how-to-deploy-on-db-forest.md)
- [FAQ for Builders](https://documentation.dbforest.org/r/eth-warsaw/faq-for-builders.md)
- [Bounties](https://documentation.dbforest.org/r/eth-warsaw/bounties.md)
- [Ideas for the hackathon](https://documentation.dbforest.org/r/eth-warsaw/ideas-for-the-hackathon.md): Some ideas to spark your creativity


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.dbforest.org/r/readme.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.
