# Dependencies

## RM Tools Installation

**RM Tools** is a script that includes various tools for our some FiveM projects. Follow the steps below to add this script to your project

## **Step 1: Downloading RM Tools**

#### You can get the **RM Tools** script for free from [Rainmad Store](https://store.rainmad.com/package/6478949).

* Go to Rainmad Store and log in with your account.
* Purchase the free **RM Tools** package.
* Once the purchase is complete, the script will be added to your **Keymaster** account.

## **Step 2: Download from Keymaster**

* Go to FiveM Keymaster.
* Log in using your CFX account.
* Navigate to the **Assets** section and find the **RM Tools** package.
* Download the package to your local machine.

## **Step 3: Installing RM Tools**

* After downloading, extract the contents of the package.
* Place the extracted folder into your `resources` directory in your FiveM server.
* Open your `server.cfg` file and add the following line to ensure the script is started:

  ```bash
  ensure rm_tools
  ```

## **Step 4: Restart Your Server**

Once the setup is complete, restart your FiveM server to apply the changes. You should now be able to use **RM Tools** within your server.


---

# 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.rainmad.com/resources/cargo-ship-heist/dependencies.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.
