# 3. Raffles Filtering

{% hint style="warning" %}
In order to interact with the bot you **must @TAG it** at the end of the commands.

Every command should finish with **@InfoHunterz** (or whatever name you gave to it).
{% endhint %}

## Help Menu

Use **`.help @InfoHunterz`** to view all available commands.

<div align="center"><img src="/files/-MLs_X2_OI70C9MwL_aN" alt=""></div>

{% hint style="info" %}
Use **`.filters @InfoHunterz`** and **`.releases @InfoHunterz`** to see all the available parameters.
{% endhint %}

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "nike dunk atmos" BQ6817-009, europe, online, shipping, @InfoHunterz
```

{% endtab %}
{% endtabs %}

## Raffle Type Filter

![](/files/-MLs_X2ZRQPA-iQW4rtG)

You can use any of the following keywords for the **raffle type filter.**

* **Instore:** you can signup only in-store.
* **Online:** you can signup through an online form.
* **App:** you can signup only by downloading their app.
* **Social:** you can signup by commenting on an Instagram post or another social.

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "germany instore" germany, instore, @InfoHunterz
```

{% endtab %}
{% endtabs %}

## Delivery Type Filter

![](/files/-MLs_X2ZRQPA-iQW4rtG)

You can use any of the following keywords for the **delivery type filter.**

* **Shipping:** shoes will be shipped to you.
* **Pickup:** collect the shoes in-store.

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "france local" france, pickup, @InfoHunterz
```

{% endtab %}
{% endtabs %}

## Location Filter

<div align="center"><img src="/files/-MLs_X2ZRQPA-iQW4rtG" alt=""></div>

You can use both continents or countries for the **location filter.**                                                                       &#x20;

* **Country:** **`United States`**, **`France`**, **`New Zealand`**, **`Japan`** etc.
* **Region:** **`Asia`**, **`Africa`**, **`Europe`**, **`North America`**, **`South America`** and **`Oceania`**.

{% hint style="info" %}
Use **`America`** if you want raffles for both North and South America.
{% endhint %}

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "europe-online" europe, online, shipping, @InfoHunterz
```

{% endtab %}
{% endtabs %}

## Product Filter

![](/files/-MLs_X2ZRQPA-iQW4rtG)

You can use SKUs of any shoe present in active releases for the **product filter.**

{% hint style="info" %}
Us&#x65;**`.releases @InfoHunterz`** to see all the SKUs of active releases.
{% endhint %}

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "jordan retro golf" CW4204-100, europe, online, shipping, @InfoHunterz
```

{% endtab %}
{% endtabs %}

Every time we add a new release to our active releases you will get a notification like the one below. Inside the **Custom Channel** field you can see the pre-compiled command, just input the name you want and other filters if needed.

![](/files/-MLskhCz4ta0tvZualsV)

{% tabs %}
{% tab title="Default Command" %}

```
.custom "channel name" filters, separated, by, comma, @InfoHunterz
```

{% endtab %}

{% tab title="Example Command" %}

```
.custom "jordan retro golf" CW4204-100, @InfoHunterz
```

{% endtab %}
{% endtabs %}


---

# 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.infohunterz.com/discord-raffles/raffles-filtering.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.
