# Gang Priority Manager

Elyxir allows you to create gangs in your Discord, so that gang owners can give away priority to their members without asking you to do it for them!

#### OBJECTIVES

* [Configure the gang priority system](#configure-the-gang-priority-system)
* [Creating and upgrading gangs](#creating-and-upgrading-gangs)
* [Understand the commands for gang owners](#commands-for-gang-owners)

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

#### REQUIREMENTS

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

This feature also requires you to use a **Discord-based queue system** such as `v-queue` and `badger-discordqueue`.&#x20;

## Configure the gang priority system&#x20;

In order to set up the gang priority system, all you need to do is run the [`/gangpriority setup`](/commands/gangpriority/setup.md) command, specifying the manager role and the logs channel. You can change this at any time by re-running the command.

{% hint style="info" %}
The manager role will be able to create gangs at will and give as many people them as they want, so make sure they are trusted!
{% endhint %}

## Creating and upgrading gangs

To create a gang, all you need to do is run the [`/gang create`](/commands/gangpriority/remove-1.md) command.&#x20;

{% hint style="warning" %}
**It is important to note that the `tier` parameter refers to the role the bot should give (the priority role).**
{% endhint %}

The gang owner will automatically be sent a direct message congratulating them on their purchase and explaining how to give priority out - if they have direct messages in your server enabled.&#x20;

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

#### Upgrading Gangs

In order to update the `tier` or `slots` parameters, you need to use the [`/gang upgrade`](/commands/gangpriority/remove-2.md) command. However, you cannot lower the amount of slots! If you upgrade their tier, it will automatically remove the old tier from all of the members and add the new one!

#### Looking up gangs

In some cases, you may need to check the amount of slots a gang currently has, the current members of the gang, or even the owner of a gang. In this case, you can run the `/gang lookup` command in order to view this information

<figure><img src="/files/Bs0ZcOzwMYVrjXJwieSv" alt=""><figcaption><p>The <code>/gang lookup</code> command provides an in-depth view into the specified gang</p></figcaption></figure>

#### Listing Gangs

In order to check the amount of registered gangs, or to find a specific gang if you have forgotten their name, you can run the [`/gang list`](/commands/gangpriority/list.md) command. This will allow you to easily view information for all of the gangs in your server.

## Commands for gang owners

{% content-ref url="/pages/OsC9cvIFdNpU9zvLFOXb" %}
[/prio add](/commands/gangpriority/add.md)
{% endcontent-ref %}

{% content-ref url="/pages/eVZqZOq2ZpTwkKm0lFsQ" %}
[/prio remove](/commands/gangpriority/remove.md)
{% endcontent-ref %}

<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/gangpriority.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.
