# Dependencies

To fully utilize the Art Heist script, you need to install the La Fuente Blanca MLO. Follow these steps to ensure proper installation:

## **Step 1: Download the La Fuente Blanca MLO**

* **Visit the Download Page:**
  * Go to [this forum thread](https://forum.cfx.re/t/la-fuente-blanca-opened/4975523) to download the La Fuente Blanca MLO.
* **Download and Extract the Files:**
  * Download the MLO files from the provided link.
  * Extract the contents of the ZIP file to a folder on your computer.

## **Step 2: Copy the MLO to Your Server**

* **Copy to Resources:**
  * Take the extracted MLO folder and copy it into your server’s `resources` directory. Ensure you keep the folder’s name as specified.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file using a text editor.
  * Add the following line to ensure the MLO resource is loaded when the server starts:

    ```plaintext
    ensure <mlo-folder-name>
    ```
  * Replace `<mlo-folder-name>` with the actual name of the folder you copied into the `resources` directory.

## **Step 3: Restart the Server**

* Save your configuration file and restart your server to apply the changes and load the MLO.

By following these steps, you’ll ensure that the Art Heist script has the required MLO installed, enhancing the overall gameplay experience.


---

# 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/art-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.
