# Section 0: Prep

This section provides the complete details of the system pre-requisites, prepping and setting up the system for development.

Follow the steps in the docs resources below:

{% content-ref url="/pages/bGZumfNIhQYFBJ9d2Kaz" %}
[Development Pre-requisites](/platform/guides/developer-guide/backend-developer-guide/section-0-prep/development-pre-requisites.md)
{% endcontent-ref %}

{% content-ref url="/pages/UevOKLKEItNUJGxgYwQO" %}
[Design Inputs](/platform/guides/developer-guide/backend-developer-guide/section-0-prep/design-inputs.md)
{% endcontent-ref %}

{% content-ref url="/pages/aWvRzXcRfH8c0F721MKS" %}
[Development Environment Setup](/platform/guides/developer-guide/backend-developer-guide/section-0-prep/development-environment-setup.md)
{% endcontent-ref %}


---

# 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/backend-developer-guide/section-0-prep.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.
