# Gang Series

- [Gangs System](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system.md): An advanced, fully configurable gang management system. Admins can create, delete, and manage gangs using keybind access with role-based permissions.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides.md)
- [Gang Administration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides/gang-administration.md)
- [Gang Management](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides/gang-management.md)
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Gang Phone](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone.md): Our resource enables seamless conflict initiation through a unique phone item, facilitating effortless communication and war declarations between gang leaders.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Turfs](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs.md): An advanced turf system where gang members can battle each other for rewards that get stashed in a gang vault.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Sell Drugs](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs.md): A clean and immersive system for selling drugs to NPCs, built to feel real, run smooth, and fit naturally in your server.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Money Wash](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash.md): This script enables the implementation of a money laundering system within your FiveM server. It provides functionalities for processing transactions and converting illegal funds into legitimate ones.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.


---

# 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://vanishdev.gitbook.io/vanishdev/gang-series.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.
