# Counting

The **Counting** feature allows you to set up a channel where members can participate in a collaborative counting game.

{% hint style="danger" %}
You need the **ManageGuild** permission to use `/counting` or `-counting`.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   You can use the command with either the **slash** or **prefix**:
   * `/counting`
   * `-counting`
2. **Select an Option**\
   After triggering the command, you will be prompted to choose one of the following options:

### Status

Enable or disable the counting feature:

* **Enable**: Activates the counting feature in the selected channel.
* **Disable**: Deactivates the counting feature.

### Channel

Set the channel for counting. Members will only be able to play the counting game in the selected channel.

## How the Game Works

* Members take turns sending the next number in the sequence (starting from 1).
* If the number is correct, the bot reacts with ✅ and allows the next person to count.
* If the number is incorrect or out of sequence, the bot reacts with ❌ and deletes the message.

## Additional Information

* Ensure the channel is dedicated to counting to avoid interruptions or confusion.
* Members must count in order, and each number must be sent by a different user.

## Permissions Needed

Ensure you have the **ManageGuild** permission to set up or manage Counting.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/overview/commands/admin/counting.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.
