# Discord Tracker Rules

## <mark style="color:$primary;">Preparing Channels and Setting Up the Permissions.</mark>

Before starting to create tracking rules, first you need to prepare <mark style="color:yellow;">**#mints**</mark>, <mark style="color:yellow;">**#listings**</mark>, and <mark style="color:yellow;">**#sales**</mark> channels, or you can create a single <mark style="color:yellow;">**#events-tracker**</mark> channel for all event types - it's up to you. You can also name these channels as you wish. The only requirement here is that they must have the [correct channel permissions](/appendix/setting-up-channels-permissions.md) set up.

## <mark style="color:$primary;">Discord Tracker Rules Activation.</mark>

To start creating the verification rules, you first need to activate them. For this, go to the <mark style="color:$primary;">**Select a Plugin**</mark> page and click on the <mark style="background-color:purple;">`≡ Features`</mark> button on the <mark style="color:blue;">**NFT Tracker**</mark> card.

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

Now, activate the <mark style="color:$primary;">**Discord NFT Multi Tracker**</mark> feature by clicking on the switcher on the corresponding card, and confirm activation.

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

Now click the <mark style="background-color:purple;">`≡ Configure`</mark> button on this card to visit the page with the list of tracking rules.

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

## <mark style="color:$primary;">Discord Tracker Rules Setup.</mark>

To add your first rule, click on the <mark style="background-color:$primary;">`+ Add New Rule`</mark> button to call the rule creation form.

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

Then choose the desired event type from the <mark style="color:$success;">Event Type</mark> dropdown:

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

For the detailed instructions on how to set up every particular event type, visit the corresponding page:

{% content-ref url="/pages/sG84c14oOAKcZ2T0SAbW" %}
[Mint Event Type](/plugins/nft-tracker/discord-tracker-rules/mint-event-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/SOwfeGMo1DT8Fg1cP2cz" %}
[Sale and Listing Event Types](/plugins/nft-tracker/discord-tracker-rules/sale-and-listing-event-types.md)
{% endcontent-ref %}

## <mark style="color:$primary;">Rule Card Buttons Explanation.</mark>

When done, you will see the rule card. Depending on the rule type, the cards could look different, but they all have a common button panel located in the top-right corner of the card.&#x20;

* To **edit** the rule, use the **Pencil** button. It will call the same form you filled out when creating the rule.
* To **delete** a rule, use the **Trash bin** button.
* The rules with the contract address also have a **Copy** button, located to the right of the contract address in the <mark style="color:$primary;">**Contract**</mark> string. Use this button to copy the contract address.

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

## <mark style="color:$primary;">Rule Limits Display Explanation.</mark>

After adding at least one rule, a statistic widget will appear on this rule type page, where:

* <mark style="color:$primary;">**Current rules**</mark> - the quantity of the rules of this type (number of cards on this page).
* <mark style="color:$primary;">**Total**</mark> - total rules of all types created (number of all cards on all pages).
* <mark style="color:$primary;">**Limit**</mark> - the maximum quantity of rules of all types you can create on your active tier.

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

## <mark style="color:$primary;">Rule Type Cards Badges Explanation.</mark>

After adding at least one rule of any type, when moving back to the list of rule types, you will see the badge in the top-left corner of the corresponding rule type card, which represents the number of created rules of this type.

<figure><img src="/files/trrwza475Y1IAi4ffgC9" alt=""><figcaption></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://guide.bocto.octopeeps.com/plugins/nft-tracker/discord-tracker-rules.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.
