# Obol Stack

- [Introduction](https://docs.obol.org/obol-stack/obol-stack.md): A framework for AI agents to run decentralised infrastructure locally
- [Quickstart](https://docs.obol.org/obol-stack/quickstart.md): Get started with Obol Stack in under 5 minutes
- [Installing Networks](https://docs.obol.org/obol-stack/installing-networks.md): Deploy blockchain networks on your local Obol Stack
- [Installing Apps](https://docs.obol.org/obol-stack/installing-apps.md): Deploy additional applications on your Obol Stack
- [FAQ](https://docs.obol.org/obol-stack/faq.md): Frequently asked questions about Obol Stack


---

# 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.obol.org/obol-stack.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.
