# Overview of DAPPOS

- [Introduction](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/introduction.md)
- [Core Features](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/core-features.md)
- [Generic AI vs. Web3 AI OS](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/generic-ai-vs.-web3-ai-os.md)
- [Intelligence Layer](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/intelligence-layer.md)
- [Core Components](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/intelligence-layer/core-components.md)
- [Multi-Agent Framework (MAF)](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/intelligence-layer/multi-agent-framework-maf.md)
- [The Bubble Engine](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/intelligence-layer/the-bubble-engine.md)
- [Innovations and Future](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/intelligence-layer/innovations-and-future.md)
- [Execution Layer](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer.md)
- [Background and Problem Statement](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/background-and-problem-statement.md)
- [Problem](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/background-and-problem-statement/problem.md)
- [Introduction to Intent](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/background-and-problem-statement/introduction-to-intent.md)
- [Current Intent-based Systems and Their Limitations](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/background-and-problem-statement/current-intent-based-systems-and-their-limitations.md)
- [How Intent Execution Network works](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/how-intent-execution-network-works.md)
- [Optimistic Minimum Staking](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/how-intent-execution-network-works/optimistic-minimum-staking.md)
- [Participants in Intent Execution Network](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/how-intent-execution-network-works/participants-in-intent-execution-network.md)
- [Workflow of Intent Execution Network](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/how-intent-execution-network-works/workflow-of-intent-execution-network.md)
- [Intent Task Frameworks](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks.md)
- [Unified Account](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/unified-account.md)
- [Intent-centric dApp Interaction](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/intent-centric-dapp-interaction.md)
- [Intent Assets](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/intent-assets.md)
- [Scenarios](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/intent-assets/scenarios.md)
- [How Intent Asset works](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/intent-assets/how-intent-asset-works.md)
- [Intent EX](https://dappos.gitbook.io/docs/dappos/overview-of-dappos/execution-layer/intent-task-frameworks/intent-ex.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://dappos.gitbook.io/docs/dappos/overview-of-dappos.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.
