# InfinityPulse

## InfinityPulse

- [Introduction](https://docs.infinitypulse.dev/introduction.md)
- [Herbalist System](https://docs.infinitypulse.dev/redm/herbalist-system.md): A Skill based herbalist system with leveling and realistic reactions to the herbs
- [Installation](https://docs.infinitypulse.dev/redm/herbalist-system/installation.md): Simple explanation on how to install this resource.
- [Commands](https://docs.infinitypulse.dev/redm/herbalist-system/commands.md)
- [Herbalist Skills](https://docs.infinitypulse.dev/redm/herbalist-system/herbalist-skills.md)
- [Company Blips](https://docs.infinitypulse.dev/redm/company-blips.md): A versatile Blip system that lets you configure all jobs through a simple config. Players can toggle their job status using commands, with real-time synchronization across all players in the game. Add
- [Installation](https://docs.infinitypulse.dev/redm/company-blips/installation.md): Simple explanation on how to install this resource.
- [Config](https://docs.infinitypulse.dev/redm/company-blips/config.md): Simple explanation on how to install this resource.
- [Bandits Ambush](https://docs.infinitypulse.dev/redm/bandits-ambush.md): This script is a challenger for your server players to face the bandits, there are 2 options, surrender or duel with different scenarios for each option.
- [Installation](https://docs.infinitypulse.dev/redm/bandits-ambush/installation.md): Simple explanation on how to install this resource.
- [Config](https://docs.infinitypulse.dev/redm/bandits-ambush/config.md): Simple explanation on how to install this resource.
- [XP System](https://docs.infinitypulse.dev/redm/xp-system.md): This system provides a dynamic XP structure based on different XP types. Each type is identified by a unique key.
- [Installation](https://docs.infinitypulse.dev/redm/xp-system/installation.md)
- [Types](https://docs.infinitypulse.dev/redm/xp-system/types.md): Understanding the different types of Experience
- [Exports](https://docs.infinitypulse.dev/redm/xp-system/exports.md): For the people that actually have to set up the script with the rest of the server
- [UI Additions](https://docs.infinitypulse.dev/redm/xp-system/ui-additions.md): Opening other UIs through the book !
- [Alert Dialogue](https://docs.infinitypulse.dev/alert-dialogue.md)
- [Installation](https://docs.infinitypulse.dev/alert-dialogue/installation.md): Simple explanation on how to install this resource.
- [Exort](https://docs.infinitypulse.dev/alert-dialogue/exort.md): This export can import in any client side script you want!
- [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!
- [DATA TABLE](https://docs.infinitypulse.dev/data-table.md): Large-Scale data tables made easy!
- [Export](https://docs.infinitypulse.dev/data-table/export.md)
- [Crate Drop](https://docs.infinitypulse.dev/crate-drop.md): Multi framework compatible advanced crate drop
- [Installation](https://docs.infinitypulse.dev/crate-drop/installation.md): Simple explanation on how to install this resource.
- [Configuration](https://docs.infinitypulse.dev/crate-drop/configuration.md): Import things for crate drop
- [3D Text UI](https://docs.infinitypulse.dev/3d-text-ui.md): This provides an in-game interaction menu that floats in space and can have many option and styles
- [Installation](https://docs.infinitypulse.dev/3d-text-ui/installation.md): Simple explanation on how to install this resource.
- [Configuration](https://docs.infinitypulse.dev/3d-text-ui/configuration.md)
- [Exports](https://docs.infinitypulse.dev/3d-text-ui/exports.md)
- [City Hall](https://docs.infinitypulse.dev/city-hall.md)
- [Installation](https://docs.infinitypulse.dev/city-hall/installation.md)
- [Configuration](https://docs.infinitypulse.dev/city-hall/configuration.md)
- [Underwater Treasure Hunt](https://docs.infinitypulse.dev/underwater-treasure-hunt.md): Ready to explore the deep sea? This unique Treasure Hunt Script brings risk and reward beneath the surface!
- [Installation](https://docs.infinitypulse.dev/underwater-treasure-hunt/installation.md): Simple explanation on how to install this resource.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.infinitypulse.dev/introduction.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.
