> For the complete documentation index, see [llms.txt](https://iron-network.gitbook.io/reactify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iron-network.gitbook.io/reactify/master.md).

# Introduction

***Reactify*** is a fully responsive admin template developed with [ReactJS](https://reactjs.org/) and [Material-UI](https://material-ui.com/). This documentation help you to understand the template's structure.

### Easy to Customize:

The template offers a wide variety of customizations. It is very easy to do modifications in the template. Please go through the documentation carefully to understand how this template is designed and how you will edit this template according to your needs.

### Brief Overview:

Below are the main building blocks of the Reactify:

#### **1. ReactJS**

[React](https://reactjs.org/) also known as React.js or ReactJS is a javascript library used for building user interfaces. It is maintained by facebook & community of developers. React is used as base for development of single page or mobile applications.

#### 2. Material UI

[Material-UI](https://material-ui.com/) is an open-source project that features React components that implement Google's Material Design. Material-UI is one of the top user interface libraries for React out there.

#### 3. Redux

[Redux](https://redux.js.org/) is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.

#### 4. Bootstrap

[Bootstrap](https://getbootstrap.com/) is a free and open-source front-end Web framework. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.


---

# 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://iron-network.gitbook.io/reactify/master.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.
