# Verida Capabilities

## Capabilities[​](https://developers.verida.network/docs/extras/capabilities#capabilities) <a href="#capabilities" id="capabilities"></a>

The major capabilities of the Verida developer platform are as follows:

<table><thead><tr><th>Capability</th><th width="158">Released</th><th>Links</th></tr></thead><tbody><tr><td>Decentralized Identity</td><td>✅</td><td><ul><li><a href="https://explorer.verida.network">Verida Network and Identity Explorer</a></li><li><a href="/pages/LVgvDrZOfuNdvA3NSgwn">Documentation: Accounts and Identity</a></li></ul></td></tr><tr><td>SDK Auth (Verida Connect)</td><td>✅</td><td><ul><li><a href="/pages/BiAW4JCbzs7GR2MDcwIz">Documentation: How to use the Verida Connect SDK</a></li></ul></td></tr><tr><td>User APIs</td><td>✅</td><td><ul><li><a href="/pages/QR7OQMSVQgcrYSfneyy5">User Data APIs</a></li></ul></td></tr><tr><td>Secure Data Storage</td><td>✅</td><td><ul><li><a href="/pages/S3TAGgod1MJ4zbNskXVR">Documentation: Data</a></li><li><a href="/pages/6lQVtQ6oXrRYFtC0JcYi">Documentation: Queries</a></li></ul></td></tr><tr><td>Secure Data Sharing</td><td>✅</td><td><ul><li><a href="https://vault-examples.demos.verida.io/">Demo: Vault Example</a></li></ul></td></tr><tr><td>Confidential Compute</td><td>Alpha release</td><td><ul><li><a href="https://news.verida.network/verida-technical-litepaper-self-sovereign-confidential-compute-network-to-secure-private-ai-part-fb57146c3a02">Confidential Compute Litepaper</a></li></ul></td></tr><tr><td>Decentralized Messaging</td><td>✅</td><td><ul><li><a href="https://vault-examples.demos.verida.io/">Demo: Vault Example</a></li></ul></td></tr><tr><td>LLM Access to User Data</td><td>Alpha release</td><td><ul><li><a href="/pages/QR7OQMSVQgcrYSfneyy5">User Data APIs / LLM Endpoints</a></li></ul></td></tr><tr><td>Blockchain Data Bridge</td><td>✅</td><td><ul><li><a href="/pages/03HHOyUtkGWEhSmNRvUr">Blockchain Data Bridge</a></li></ul></td></tr><tr><td>Verifiable Credentials</td><td>✅</td><td><ul><li><a href="/pages/0yMao1DwVe4899CiwNG1">Documentation: Verifiable Credentials</a></li><li><a href="https://vault-examples.demos.verida.io/">Demo: Vault Example</a></li></ul></td></tr></tbody></table>


---

# 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://developers.verida.network/verida-capabilities.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.
