> For the complete documentation index, see [llms.txt](https://rc.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rc.sunbird.org/v1.0.0/help/roadmap.md).

# Roadmap

## High level Roadmap

<table><thead><tr><th width="396">Items</th><th width="139">Status (Core)<select></select></th><th>Status (Admin Portal)<select></select></th></tr></thead><tbody><tr><td><strong>Bootstrapping Registry (for Adopters)</strong></td><td></td><td></td></tr><tr><td>Defining schema as per policy</td><td></td><td></td></tr><tr><td>Defining presentation template</td><td></td><td></td></tr><tr><td>Configuring Attestation Workflow</td><td></td><td></td></tr><tr><td>Entity level access</td><td></td><td></td></tr><tr><td>Version schema</td><td></td><td></td></tr><tr><td>Decoupling keycloak</td><td></td><td></td></tr><tr><td>Multitenancy</td><td></td><td></td></tr><tr><td><strong>Verifiable Credential (VC)</strong></td><td></td><td></td></tr><tr><td>Defining schema and template (W3C compliant)</td><td></td><td></td></tr><tr><td>Multiple keys and Key rotation</td><td></td><td></td></tr><tr><td>Public key distribution</td><td></td><td></td></tr><tr><td><strong>Ownership</strong></td><td></td><td></td></tr><tr><td>Onboarding Users (bulk invite)</td><td></td><td></td></tr><tr><td>Self registration invite (sync and async)</td><td></td><td></td></tr><tr><td><strong>Attestation and Claims</strong></td><td></td><td></td></tr><tr><td>Self Attestation</td><td></td><td></td></tr><tr><td>Internal: Making a claim, Attesting a claim, Multilevel Attestation</td><td></td><td></td></tr><tr><td>External: Connecting to 3rd party</td><td></td><td></td></tr><tr><td>Validity (TTL)</td><td></td><td></td></tr><tr><td><strong>Consent</strong></td><td></td><td></td></tr><tr><td>Create an async(inbox based) framework to receive consent requests to grant or revoke the consent access.</td><td></td><td></td></tr><tr><td>Grant or Deny access to private fields</td><td></td><td></td></tr><tr><td><strong>Verification</strong></td><td></td><td></td></tr><tr><td>SDK to validate VC</td><td></td><td></td></tr><tr><td><strong>Analytics</strong></td><td></td><td></td></tr><tr><td>Basic Analytics</td><td></td><td></td></tr><tr><td><strong>Digital Wallet</strong></td><td></td><td></td></tr><tr><td>Store Personal Credentials</td><td></td><td></td></tr></tbody></table>

### Roadmap Link

{% embed url="<https://github.com/orgs/Sunbird-RC/projects/16/views/1?layout=board>" %}


---

# 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://rc.sunbird.org/v1.0.0/help/roadmap.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.
