# Developer Documentation

## Developer Documentation

- [Overview](https://dar-open-network.gitbook.io/developers/readme.md)
- [Introduction](https://dar-open-network.gitbook.io/developers/dar-id/introduction.md)
- [Client ID Registration](https://dar-open-network.gitbook.io/developers/dar-id/client-id-registration.md)
- [Authentication](https://dar-open-network.gitbook.io/developers/dar-id/authentication.md)
- [1. Request DAR ID Identity](https://dar-open-network.gitbook.io/developers/dar-id/authentication/1.-request-dar-id-identity.md)
- [2. Exchange Code for Access Token](https://dar-open-network.gitbook.io/developers/dar-id/authentication/2.-exchange-code-for-access-token.md)
- [3. Refresh Access Token](https://dar-open-network.gitbook.io/developers/dar-id/authentication/3.-refresh-access-token.md)
- [4. Get Access Token Details](https://dar-open-network.gitbook.io/developers/dar-id/authentication/4.-get-access-token-details.md)
- [5. Get User DAR ID Information](https://dar-open-network.gitbook.io/developers/dar-id/authentication/5.-get-user-dar-id-information.md)
- [Security Best Practices](https://dar-open-network.gitbook.io/developers/dar-id/security-best-practices.md)
- [Multi-Agent Framework](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework.md)
- [Multi-Agent Processing Logic](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework/multi-agent-processing-logic.md)
- [Development Guide](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework/development-guide.md)
- [Agent Options](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework/agent-options.md)
- [Endpoints Overview](https://dar-open-network.gitbook.io/developers/deai/multi-agent-framework/endpoints-overview.md)
- [aiNFT Framework](https://dar-open-network.gitbook.io/developers/deai/ainft-framework.md)
- [Overview](https://dar-open-network.gitbook.io/developers/deai/ainft-framework/overview.md)
- [Chat with an NFT Agent](https://dar-open-network.gitbook.io/developers/deai/ainft-framework/chat-with-an-nft-agent.md)
- [Generate a Story for an NFT Agent](https://dar-open-network.gitbook.io/developers/deai/ainft-framework/generate-a-story-for-an-nft-agent.md)
- [Group Chat Between Multiple NFT Agents](https://dar-open-network.gitbook.io/developers/deai/ainft-framework/group-chat-between-multiple-nft-agents.md)
- [Game Asset Generator](https://dar-open-network.gitbook.io/developers/deai/game-asset-generator.md)


---

# 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://dar-open-network.gitbook.io/developers/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.
