# Developer's Guide

- [Configurations](https://docs.sunbirdrc.dev/use/developers-guide/configuration.md): Registry provides following configuration properties
- [Frontend Configurations](https://docs.sunbirdrc.dev/use/developers-guide/configuration/frontend-configurations.md): Registry provides following configuration properties
- [Frontend - Proxy configuration](https://docs.sunbirdrc.dev/use/developers-guide/configuration/frontend-proxy-configuration.md): This setting is required when you want to run an application in a local environment.
- [Audit Configuration](https://docs.sunbirdrc.dev/use/developers-guide/configuration/audit-configuration.md): The following document describes about how audit on registry schema can be enabled
- [Notifications Configuration](https://docs.sunbirdrc.dev/use/developers-guide/configuration/notifications-configuration.md)
- [View Templates Configuration](https://docs.sunbirdrc.dev/use/developers-guide/configuration/view-templates-configuration.md): Sunbird RC provides a functionality to transform the entity response body with different transformation templates
- [Schema Setup](https://docs.sunbirdrc.dev/use/developers-guide/schema-setup.md)
- [Introduction To Schemas](https://docs.sunbirdrc.dev/use/developers-guide/schema-setup/introduction-to-schemas.md)
- [Creating Your Own Schemas](https://docs.sunbirdrc.dev/use/developers-guide/schema-setup/creating-your-own-schemas.md)
- [Schema Configuration](https://docs.sunbirdrc.dev/use/developers-guide/schema-setup/schema-configuration.md)
- [Create Schemas With Custom Password](https://docs.sunbirdrc.dev/use/developers-guide/schema-setup/create-schemas-with-custom-password.md)
- [Setup the Backend](https://docs.sunbirdrc.dev/use/developers-guide/setup-the-backend.md)
- [Setup the Frontend](https://docs.sunbirdrc.dev/use/developers-guide/setup-the-frontend.md)
- [Backup and Restore](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore.md)
- [PostgreSQL](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/postgresql.md)
- [SQL Dump](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/postgresql/sql-dump.md)
- [File System Level Backup](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/postgresql/file-system-level-backup.md)
- [Continuous Archiving and Point-in-Time Recovery (PITR)](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/postgresql/continuous-archiving-and-point-in-time-recovery-pitr.md)
- [Cassandra](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/cassandra.md)
- [Snapshot-based backup method](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/cassandra/snapshot-based-backup-method.md)
- [Incremental backup method](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/cassandra/incremental-backup-method.md)
- [Data Restore](https://docs.sunbirdrc.dev/use/developers-guide/backup-and-restore/cassandra/data-restore.md)
- [Generic Identity And Access Management](https://docs.sunbirdrc.dev/use/developers-guide/generic-identity-and-access-management.md): SunbirdRC was tightly coupled with keycloak for authentication & authorization of users. Currently, SunbirdRC is updated to support any identity layer (oauth2 compliant) for IAM
- [Metrics](https://docs.sunbirdrc.dev/use/developers-guide/metrics.md): The following document describes how the metrics can be emitted through registry
- [Custom Keycloak Build](https://docs.sunbirdrc.dev/use/developers-guide/custom-keycloak-build.md)
- [Custom QR Code design](https://docs.sunbirdrc.dev/use/developers-guide/custom-qr-code-design.md): Sunbird RC support configuring a custom design for the QR code instead of a plain black coloured QR Code
- [VC Verification Module](https://docs.sunbirdrc.dev/use/developers-guide/vc-verification-module.md): This is a common library created to be used in any Sunbird RC platform for VC verification.


---

# 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://docs.sunbirdrc.dev/use/developers-guide.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.
