# Dependencies

To ensure the Van Heist script functions correctly, you'll need to install the `K4MB1VAN` file included with the script. Follow these steps:

* **Locate the K4MB1VAN File:**
  * After downloading the Van Heist script, find the `K4MB1VAN` folder within the script's directory.
* **Copy to Resources:**
  * Copy the entire `K4MB1VAN` folder into your server's `resources` directory.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file.
  * Add the following line to ensure the resource is loaded when the server starts:

    ```plaintext
    ensure K4MB1VAN
    ```
* **Restart the Server:**
  * Save the changes to your configuration file and restart your server.

By following these steps, the `K4MB1VAN` file will be properly installed, allowing the Van Heist script to operate as intended.


---

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