# Reveel Developer Docs

## Reveel Developer Docs

- [Introduction](https://docs.reveel.id/introduction/introduction.md): Welcome to Reveel Pay(ID) Documentation
- [Key Concepts-old](https://docs.reveel.id/introduction/readme.md)
- [Key Concepts](https://docs.reveel.id/introduction/readme-1.md)
- [Technical Architecture](https://docs.reveel.id/getting-started/readme.md)
- [Quickstart](https://docs.reveel.id/getting-started/quickstart.md)
- [Reveel PayID SDK](https://docs.reveel.id/getting-started/reveel-payid-sdk.md): Human-readable payments for any wallet
- [Overview](https://docs.reveel.id/api-references/overview.md): Welcome to the Reveel PayID REST API reference. This section contains detailed documentation for every publicly accessible endpoint available to partner applications, wallets, and agents.
- [Integration Best Practices](https://docs.reveel.id/api-references/integration-best-practices.md): This guide outlines best practices for developers integrating with the Reveel PayID API. Following these principles will help ensure a reliable, secure, and scalable integration.
- [Users](https://docs.reveel.id/api-references/users.md)
- [PayIDs](https://docs.reveel.id/api-references/payids.md)
- [Routes](https://docs.reveel.id/api-references/routes.md): API endpoints for managing Routes in the PayID platform.
- [Transactions](https://docs.reveel.id/api-references/transactions.md): API endpoints for managing transactions in the PayID platform
- [Transactions - old](https://docs.reveel.id/api-references/transactions-old.md)
- [Overview -old](https://docs.reveel.id/api-references/overview-old.md)
- [Integration Best Practices - old](https://docs.reveel.id/api-references/integration-best-practices-old.md)
- [Users - old](https://docs.reveel.id/users-old.md)
- [PayIDs - old](https://docs.reveel.id/payids-old.md)
- [Routes - old](https://docs.reveel.id/routes-old.md)
- [Agents - old](https://docs.reveel.id/agents-old.md)
- [PayID Management](https://docs.reveel.id/core-services/payid-registration.md)
- [Routes Engine](https://docs.reveel.id/core-services/routes-configuration.md)
- [RLOL (Coming Soon)](https://docs.reveel.id/rlol-coming-soon.md)
- [AI Agent Frameworks](https://docs.reveel.id/use-cases/ai-agent-frameworks.md): Reveel Pay(ID) API for AI Agent Frameworks
- [ElizaOS POC](https://docs.reveel.id/use-cases/ai-agent-frameworks/elizaos-poc.md): A proof-of-concept plugin that integrates Reveel Pay(ID) directly into the ElizaOS agent framework, enabling agents to search, authenticate, manage routes, and view transaction history using Pay(ID).
- [Openclaw Skill](https://docs.reveel.id/use-cases/ai-agent-frameworks/openclaw-skill.md): The Reva Openclaw Skill gives any OpenClaw agent a wallet and a Pay(ID), enabling it to earn, pay, hire, and settle. Built on Privy wallet infrastructure and Reveel's routing layer.
- [DIDs (Decentralized Identifiers)](https://docs.reveel.id/use-cases/dids-decentralized-identifiers.md): Reveel Pay(ID) API for DIDs
- [Embedded Wallets](https://docs.reveel.id/use-cases/embedded-wallets.md): Reveel Pay(ID) API for Embedded Wallets
- [Portal POC](https://docs.reveel.id/use-cases/embedded-wallets/portal-poc.md): A proof-of-concept integration combining Portal's embedded wallet infrastructure with Reveel Pay(ID), enabling applications to give their users a single omnichain payment identity.
- [Custodial Accounts](https://docs.reveel.id/custodial-accounts.md): Reveel Pay(ID) API for Custodial Solution Providers
- [Dapps (Decentralized Aplications)](https://docs.reveel.id/dapps-decentralized-aplications.md): Reveel Pay(ID) API for Dapps
- [Admin Dashboard](https://docs.reveel.id/integration-support/admin-dashboard.md): COMING SOON
- [Fees](https://docs.reveel.id/integration-support/fees.md): COMING SOON
- [Supported Networks](https://docs.reveel.id/references/supported-networks.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://docs.reveel.id/introduction/introduction.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.
