# General

{% hint style="success" %}
This document has front-end good practices and some information you should know when collaborating in an **Agrofy's** project.
{% endhint %}

## Introduction

* Most front-end projects are built with **React.**

## React

[**React** ](https://reactjs.org/)allows developers to create large web applications which can change data, without reloading the page. The main purpose of **React** is to be fast, scalable, and simple.

![](/files/-M2rzU1aqrzSYXImxn6r)

**More info:** <https://reactjs.org/>


---

# 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://agrofy-front-end.gitbook.io/projects/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.
