# Dashboard

* The dashboard lets users view the structure they've created in the registry, along with certificates, schema count, and status information. It also offers the ability to explore APIs.
* Using a sidebar, users can easily move between different steps in creating or modifying a schema. For example, clicking on a schema in the sidebar takes the user to a step where they can edit an existing schema in draft status or create a new one.
* When users click on "Explore API" here, they can examine the Swagger JSON representation of the published schema.
* Additionally, there's a distinct card displaying schema details such as its name, count, and status. Within this card, users have the option to view the schema.
* If the schema is in a "PUBLISHED" status, users can only view it in a read-only mode. However, if the schema is in "DRAFT" status, users have the ability not only to view but also to edit the schema.

<figure><img src="/files/IDH1oIM8KTFykwqSBaW1" alt=""><figcaption><p>Dashboard of Admin Portal</p></figcaption></figure>

* In the bottom section of the dashboard, users can find Verifiable Credentials (VC), which are certificate templates corresponding to each schema, as depicted in the above template.
* By clicking the "Add" button, users are directed to the "Add VC" step, where they can seamlessly add new certificates to the relevant schema.
* Moreover, users can interact with the certificate icons by clicking on them. This action allows users to both view and edit the certificate templates associated with the specific schema they are working on.


---

# 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://rc.sunbird.org/use/admin-portal/dashboard.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.
