> For the complete documentation index, see [llms.txt](https://dar-open-network.gitbook.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dar-open-network.gitbook.io/developers/readme.md).

# Overview

Welcome to the **DAR Open Network Developer Documentation**, your comprehensive guide to building and integrating applications within the ecosystem. The DAR Open Network is a next-generation, AI-powered, chain-agnostic infrastructure designed to empower developers, creators, and users to innovate and thrive in the Web3 space.

This documentation is crafted to help developers understand and leverage the robust tools, APIs, and frameworks offered by the DAR Open Network. Whether you’re developing games, building decentralized applications, or creating AI-driven experiences, the DAR Open Network provides the infrastructure and resources to bring your vision to life.

This Documentation is designed for:

* **Game Developers**: Looking to integrate crypto assets and create immersive gaming experiences.
* **DApp Builders**: Interested in leveraging AI and decentralized technologies for innovative applications.
* **Community Creators**: Building tools for user engagement and social interactions.
* **Blockchain Developers**: Utilizing chain-agnostic tools and exploring multi-chain interoperability.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://dar-open-network.gitbook.io/developers/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
