> For the complete documentation index, see [llms.txt](https://britishrp.gitbook.io/britishrp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://britishrp.gitbook.io/britishrp/fivem-rules/g25-gang-rules.md).

# (G25) Gang Rules

* If your character is killed as part of being removed from a gang or group, that character may never rejoin that group.
* Forming alliances or coordinating with other groups during attacks is strictly prohibited. This includes activities such as:
  * Body pickup
  * Spotting
  * Relaying information
  * Simultaneous combat
* Temporary groups or alliances, limited to 6 characters, may be formed between different groups **only for high-quality roleplay reasons**. These alliances are treated as separate entities.
* In prolonged mutually aggressive roleplay where group leads cannot resolve the conflict, staff may intervene impartially. A timer may be imposed, and conflicts may end without a designated winner. After such conflicts, a cooldown may be applied to prevent immediate repeat conflicts between the same groups.
* Characters who leave a registered gang or group, whether voluntarily or otherwise, must wait **1 month** before joining another whitelisted group.
* Players may only have **one character in a whitelisted gang/group at any time**. For example, if a character is in Grove, another character cannot join Ballas simultaneously.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://britishrp.gitbook.io/britishrp/fivem-rules/g25-gang-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
