# Verida Documentation

## Verida Developers

- [Welcome](https://developers.verida.network/welcome.md)
- [Network Overview](https://developers.verida.network/network-overview.md)
- [Start Building](https://developers.verida.network/start-building.md): Get started building applications using private user data
- [Verida Wallet](https://developers.verida.network/verida-wallet.md)
- [Verida Capabilities](https://developers.verida.network/verida-capabilities.md)
- [Demos](https://developers.verida.network/demos.md)
- [Storing Web3 Data](https://developers.verida.network/storing-web3-data.md)
- [Whitepapers](https://developers.verida.network/whitepapers.md)
- [Migrate to Myrtle](https://developers.verida.network/migrate-to-myrtle.md)
- [Glossary](https://developers.verida.network/glossary.md): Learn about key terms that make up the Verida technology ecosystem
- [Core concepts](https://developers.verida.network/protocol/concepts.md)
- [Design Principles](https://developers.verida.network/protocol/concepts/design-principles.md)
- [Decentralized Identity](https://developers.verida.network/protocol/concepts/decentralized-identity.md)
- [Confidential Databases](https://developers.verida.network/protocol/concepts/confidential-databases.md)
- [Confidential Compute](https://developers.verida.network/protocol/concepts/confidential-compute.md)
- [Accounts and Identity](https://developers.verida.network/protocol/concepts/accounts-and-identity.md)
- [Data Storage](https://developers.verida.network/protocol/concepts/data-storage.md)
- [Application Contexts](https://developers.verida.network/protocol/concepts/application-contexts.md)
- [Messaging](https://developers.verida.network/protocol/concepts/messaging.md)
- [Schemas](https://developers.verida.network/protocol/concepts/schemas.md)
- [Data Sharing](https://developers.verida.network/protocol/concepts/data-sharing.md)
- [Interactive Tutorial](https://developers.verida.network/protocol/interactive-tutorial.md)
- [Client SDK](https://developers.verida.network/protocol/client-sdk.md)
- [Getting Started](https://developers.verida.network/protocol/client-sdk/getting-started.md)
- [How It Works](https://developers.verida.network/protocol/client-sdk/how-it-works.md)
- [Authentication](https://developers.verida.network/protocol/client-sdk/authentication.md)
- [Data](https://developers.verida.network/protocol/client-sdk/data.md)
- [Queries](https://developers.verida.network/protocol/client-sdk/queries.md)
- [Permissions](https://developers.verida.network/protocol/client-sdk/permissions.md)
- [Messaging](https://developers.verida.network/protocol/client-sdk/messaging.md)
- [Account Profiles](https://developers.verida.network/protocol/client-sdk/account-profiles.md)
- [Events](https://developers.verida.network/protocol/client-sdk/events.md)
- [Command Line Tools](https://developers.verida.network/protocol/client-sdk/command-line-tools.md)
- [Configuration](https://developers.verida.network/protocol/client-sdk/configuration.md)
- [React Native](https://developers.verida.network/protocol/client-sdk/react-native.md)
- [Advanced](https://developers.verida.network/protocol/client-sdk/advanced.md)
- [Verida Connect SDK](https://developers.verida.network/protocol/verida-connect-sdk.md)
- [Getting Started](https://developers.verida.network/protocol/verida-connect-sdk/getting-started.md)
- [WebUser](https://developers.verida.network/protocol/verida-connect-sdk/webuser.md)
- [WalletConnect Support](https://developers.verida.network/protocol/verida-connect-sdk/walletconnect-support.md)
- [Authentication Server](https://developers.verida.network/protocol/verida-connect-sdk/authentication-server.md)
- [Blockchain Bridge](https://developers.verida.network/protocol/blockchain-bridge.md)
- [Run a Node](https://developers.verida.network/protocol/run-a-node.md)
- [Database Node](https://developers.verida.network/protocol/run-a-node/database-node.md)
- [Setup](https://developers.verida.network/protocol/run-a-node/database-node/setup.md)
- [Operations](https://developers.verida.network/protocol/run-a-node/database-node/operations.md)
- [FAQ](https://developers.verida.network/protocol/run-a-node/database-node/faq.md)
- [Compute Node](https://developers.verida.network/protocol/run-a-node/compute-node.md)
- [Verida Networks](https://developers.verida.network/protocol/verida-networks.md)
- [Credentials](https://developers.verida.network/extensions/credentials.md)
- [Verifiable Credentials Developer SDK](https://developers.verida.network/extensions/credentials/verifiable-credentials-developer-sdk.md)
- [cheqd Credential Service](https://developers.verida.network/extensions/credentials/cheqd-credential-service.md)
- [Privado ID (fmr Polygon ID)](https://developers.verida.network/extensions/credentials/privado-id-fmr-polygon-id.md)
- [zkPass credentials](https://developers.verida.network/extensions/credentials/zkpass-credentials.md)
- [Reclaim Protocol credential](https://developers.verida.network/extensions/credentials/reclaim-protocol-credential.md)
- [Verida URIs](https://developers.verida.network/extensions/verida-uris.md)
- [Vue Components](https://developers.verida.network/extensions/vue-components.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://developers.verida.network/welcome.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.
