# FiveM

- [VIP System](https://docs.infinitypulse.dev/fivem/vip-system.md): This is a complete documentation for the resource ip\_vip so you can know exactly how to install the resource into your server !
- [Installation](https://docs.infinitypulse.dev/fivem/vip-system/installation.md): Simple explanation on how to install this resource.
- [Exports](https://docs.infinitypulse.dev/fivem/vip-system/exports.md): There are two exports, 1 client side & 1 server side exports which are both called hasVIP and can be found in the fxmanifest.lua.
- [Herbalism Skills](https://docs.infinitypulse.dev/fivem/vip-system/herbalism-skills.md)
- [Money Laundering](https://docs.infinitypulse.dev/fivem/money-laundering.md): Multi framework compatible money laundering
- [Configuration](https://docs.infinitypulse.dev/fivem/money-laundering/configuration.md)
- [Server/Framework support](https://docs.infinitypulse.dev/fivem/money-laundering/server-framework-support.md): This is an in depth explanation on how to setup our open functions to make this script compatible with any other script that you might be using!


---

# 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.infinitypulse.dev/fivem.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.
