# RedM

- [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 !


---

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