# Developer Guide

Welcome to DIGIT Developer Guides!

For ease of use, we have divided our guides broadly into 2 sections:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Backend Developer Guide</strong></mark></td><td>A complete guide for developing and deploying the DIGIT backend</td><td></td><td><a href="/pages/X17rMosa24sKpsGsN9tL">/pages/X17rMosa24sKpsGsN9tL</a></td></tr><tr><td><mark style="color:blue;"><strong>Frontend Developer Guide</strong></mark></td><td>Detailed guide for frontend developers on DIGIT</td><td></td><td><a href="/pages/fadFa5MrqWNEXT0vdyKe">/pages/fadFa5MrqWNEXT0vdyKe</a></td></tr></tbody></table>

For a practical orientation, these guides, together, will walk you through all the steps required to build a birth registration service module and a corresponding UI module.


---

# 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.digit.org/platform/guides/developer-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.
