> 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/platform/guides/developer-guide/ui-developer-guide/digit-ui-development-pre-requisites.md).

# DIGIT UI Development Pre-requisites

## **Introduction**

This page lists the technical resources and knowledge required to develop a user interface on DIGIT.

## **Technical Pre-requisites**

* Prior knowledge of React JS
* Prior knowledge of HTML / CSS
* Prior knowledge of Redux/Hooks
* Prior knowledge of SCSS/React StoryBook
* Prior knowledge of Git
* Prior knowledge of Queries and Mutations
* Knowledge of the DIGIT UI framework

Check the [training resources ](/platform/guides/developer-guide/pre-requisites-training-resources.md#prerequisite-reference-study-materials-hardbreak-hardbreak-development-team-hardbreak)page to access help documents on the tools required for UI development.


---

# 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:

```
GET https://docs.digit.org/platform/guides/developer-guide/ui-developer-guide/digit-ui-development-pre-requisites.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.
