> 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/use/admin-portal/get-started.md).

# Get Started

Get Started in two ways:

1. Build Registry with following additional modules:
   * Attestation and Claim
   * Verifiable Credentials: To create VC template
   * Ownership
2. Using sample use cases:\
   If your scenario is close to one of the sample use case, you can get started immediately by cloning the sample use case. Please note you can edit the settings of these use cases later as per your requirement.

<figure><img src="/files/mwvKNAgELsxv9UpHZatH" alt=""><figcaption></figcaption></figure>

### Building Registry

1. Click **Start** to build your registry
2. You can optionally select any or all of the sunbird RC modules.

<figure><img src="/files/M8VUeVLkE24YyefjWUgt" alt=""><figcaption></figcaption></figure>

Depending on the sunbird RC modules selected, you will get following steps:

* If you have **not** selected any additional modules:\
  You can 'create schema' and 'Publish' it, to build registry.

  <figure><img src="/files/22GbGB44kJ2PZOMvunZa" alt=""><figcaption></figcaption></figure>
* If you have selected 'Verifiable Credentials':\
  You can 'create schema' and 'add VC template' for the schemas.\\

  <figure><img src="/files/sFf1WjaEIMIdFxRg5ZGQ" alt=""><figcaption></figcaption></figure>
* If you have selected "Attestation & Claim":\
  You can 'Create Schema', 'Add Attestation Workflow', 'Add VC template' for the attestation workflow and Publish the schema.\\

  <figure><img src="/files/1srgMnq1Oic9UU5r77v1" alt=""><figcaption></figcaption></figure>
* If you have selected "Ownership":\
  You can "Add Ownership" details on who would be authorised to manage the schema/entities.\\

  <figure><img src="/files/ORmgx69fRKEKm9yBZxNt" alt=""><figcaption></figcaption></figure>
* If you have selected all the modules:\
  You can configure all the modules and Publish it.\\

  <figure><img src="/files/nO4jYNg11KDwOt9H3XZC" alt=""><figcaption></figcaption></figure>

### Using Sample Use cases

<figure><img src="/files/hpo8GDIioB0ykiGJ2KTY" alt=""><figcaption></figcaption></figure>


---

# 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/use/admin-portal/get-started.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.
