> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/local-governance/v2.8/products/training-and-demo/edcr-training-plan.md).

# eDCR Training Plan

## Product Demo Plan

| Activity              | Required Artefacts                                                                                                                                                                                                                                                                                                                                                                                                                                    | Video Links                                                         |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| eDCR Service Overview | <ul><li><a href="/pages/-MgiGQyNdT3n7ct5cKD5">Introduction to eDCR</a></li><li>eDCR <a href="https://docs.google.com/spreadsheets/d/1dloyJRCYfEBfed-Nowx-d9t2pKnOeuTm6Vdl4OGy-II/edit#gid=484175232">demo and discussion</a> on different outputs</li></ul>                                                                                                                                                                                           | [Training on eDCR Template](https://youtu.be/HTiy57lh9kA)           |
| eDCR Drawing          | <ul><li>Explanation of layer name and color coding</li><li>Plan\_info layer definition and usage</li><li>How to define setback, plot boundary, floor details etc</li><li>Discuss on multi-block multiple occupancy, service-wise changes required in plan</li><li>Role of architect in this project, documentation, help manual & training</li><li>How to study DCR rule book and translate to template</li><li>Check TN rules</li><li>Q\&A</li></ul> | [Technical Training on eDCR Template](https://youtu.be/gJ15IKkbIUU) |

## Technical Training

| Activity                     | Required Artefacts                                                                                                                                                                                                                                                                                                                                                                                                                               | Video Links                                |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------ |
| eDCR Architecture & Repos    | <ul><li><a href="https://github.com/egovernments/eGov-dcr-service">Explain the architecture</a></li><li>eDCR code repository & structure</li><li>Implementation repository</li></ul>                                                                                                                                                                                                                                                             | [Setup eDCR](https://youtu.be/9IWMdHANWMw) |
| Coding Steps                 | <ul><li><a href="/pages/-MgiGQyNdT3n7ct5cKD5">Explanation of extract, validate, process, and report part</a></li><li>Use FAR and Parking validation/Process as an example to define a feature</li><li>Error handling & show plan errors</li><li>Report preparation steps</li></ul>                                                                                                                                                               |                                            |
| Rule Configuration           | <ul><li>Rule configuration city-wise, district-wise, state-wise etc</li><li>How to override rule processing across the state for a feature</li><li>Occupancy set and colour code configuration</li></ul>                                                                                                                                                                                                                                         |                                            |
| Third Party Integration      | <ul><li><a href="/pages/-MgiGQyO9BGVHKdWaTTb">eDCR integration with other systems</a></li><li>Explanation of the open APIs</li></ul>                                                                                                                                                                                                                                                                                                             |                                            |
| Setup of eDCR System Locally | <ul><li><a href="/pages/-MgiGQyNdT3n7ct5cKD5">Set up a workspace for eDCR in the local machine</a></li><li><a href="/pages/-MgiGQyNdT3n7ct5cKD5">Changes required for local machine workspace setup</a></li><li>Override properties changes, Domain name setting, tenant setup</li><li>Flyway scripts and best practices</li><li>State-specific and City-specific schemas</li><li>Authentication and whitelisting of URLs</li><li>Q\&A</li></ul> | [Setup eDCR](https://youtu.be/9IWMdHANWMw) |
| Server Requirement           | Production server requirements - overview                                                                                                                                                                                                                                                                                                                                                                                                        |                                            |

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)*​*](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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://docs.digit.org/local-governance/v2.8/products/training-and-demo/edcr-training-plan.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.
