> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/for-open-source/change-ui.md).

# Change UI

## Prerequisites

* Code Editor
* Node JS
* Some knowledge React (Html, Tailwind CSS)

## Step 1

Right click on the folder open it with terminal and write :

`code .`

## Step 2

In Visual Studio Code click on terminal then new terminal. To check that node and install correctly write : `node -v` this will show you the version of your node.

{% hint style="warning" %}
Don't forget to be in the web folder
{% endhint %}

## Step 3

Now write: `npm i` to install everything.

{% hint style="danger" %}
If you have errors write: `npm update` to make the update.
{% endhint %}

## Step 4

Write `npm run start`. This will open a link to a local site to open it by ctrl+ left click. Now you can make your changes on the interface.

## Step 5

Finally write `npm run build` to optimize all the work you have done and it will be ready to use on your script.


---

# 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://doc.var-fivem.com/for-open-source/change-ui.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.
