# Command Reference

### Command Reference

#### General Commands

| Command      | Description                                | Usage        | User Access |
| ------------ | ------------------------------------------ | ------------ | ----------- |
| `/daily`     | Collect your daily rewards                 | `/daily`     | All members |
| `/inventory` | View your collection of cards and points   | `/inventory` | All members |
| `/progress`  | Check your progression through collections | `/progress`  | All members |

#### Giveaway Commands

| Command            | Description                         | Usage                         | User Access   |
| ------------------ | ----------------------------------- | ----------------------------- | ------------- |
| `/giveaway view`   | View details of a specific giveaway | `/giveaway view {giveawayId}` | Admins & Mods |
| `/giveaway list`   | List active and scheduled giveaways | `/giveaway list`              | Admins & Mods |
| `/giveaway create` | Create a new giveaway               | `/giveaway create`            | Admins & Mods |
| `/giveaway cancel` | Cancel an existing giveaway         | `/giveaway cancel`            | Admins & Mods |

#### Trading Commands

| Command                | Description                            | Usage                            | User Access |
| ---------------------- | -------------------------------------- | -------------------------------- | ----------- |
| `/trade offers create` | Create a new trade offer               | `/trade offers create`           | All members |
| `/trade offers list`   | View all active trade offers           | `/trade offers list`             | All members |
| `/trade offers cancel` | Cancel one of your active trade offers | `/trade offers cancel {offerId}` | All members |

#### Administrator Commands

| Command        | Description                                 | Usage          | User Access |
| -------------- | ------------------------------------------- | -------------- | ----------- |
| `/admin stats` | Retrieve statistics about Giftoin usage     | `/admin stats` | Admins only |
| `/grant-role`  | Assign a Giftoin role to a user             | `/grant-role`  | Admins only |
| `/publish`     | Make the bot available to users after setup | `/publish`     | Admins only |


---

# 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.giftoin.org/platform-guides/discord/command-reference.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.
