# Gang Strikes Manager

Elyxir allows you to create gangs with the 'Gang Priority Manager' system, and one of the essential functions of gangs is to give them strikes if they misbehave in your server. So, this feature integrates with gangs in Gang Priority Manager to handle strikes.

#### OBJECTIVES

* [Configure the Strikes System](#configure-the-strikes-system)
* [Add, Remove, and View Strikes](#add-remove-and-view-strikes)

<figure><img src="/files/hpEAO9qm7imZ2MpaWOAO" alt=""><figcaption><p>All of the members of the gang will receive this message when you add a strike to their gang.</p></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

This feature is an add-on for the Gang Priority Manager, so you must use that to use this feature.

## Configure the Strikes System

This system is very easy to configure. Simply enable the module using [`/module enable`](/commands/base/modules-enable.md) and then the bot will sort out the rest!&#x20;

## Add, Remove, and View Strikes

Each of these methods have easy-to-use commands which will allow you to perform the expected behaviour.

#### Adding Strikes

To add a strike, simply use the [`/strike add`](/commands/gangstrikes/setup.md) command, noting that the reason will be sent to all of the gang members.

<figure><img src="/files/oXhAUwwGFSXXOgoIvm5g" alt=""><figcaption><p>All of the members of the gang will receive this message when you add a strike to their gang.</p></figcaption></figure>

#### Removing Strikes

To remove a strike, use the [`/strike remove`](/commands/gangstrikes/setup-1.md) command, and select the strike you wish to remove.  The strike will be automatically removed from the database.

<figure><img src="/files/QqBoKpsYFyB2DCBXPis0" alt=""><figcaption></figcaption></figure>

#### View Strikes

In some cases, you may need to view all active strikes against a gang. To do this, you should use the `/strike view` command, specifying the gang you wish to view.

<figure><img src="/files/6eybA108ulmYDtAobhXz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w0cNUBfF7mI2vaNabIc6" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/gangstrikes.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.
