# Giveaway

The **Giveaway** command allows you to create, list, and manage giveaways within your server.

{% hint style="danger" %}
You need the **ManageGuild** permission for this command.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/giveaway`
   * `-giveaway`
2. **Choose an Option**
   * **Create Giveaway:** Select this option to create a new giveaway. You will be prompted to fill out a form that includes:
     * **Prize:** The prize being offered in the giveaway.
     * **Winners:** The number of winners for the giveaway.
     * **Duration:** How long the giveaway will run.
     * **Description:** Additional details about the giveaway.
   * **List Giveaways:** Select this option to view a list of active giveaways. You can choose one to see detailed information about it.
   * **Manage Giveaway:** Select this option to manage an existing giveaway. After selecting a giveaway, you can choose to:
     * **End:** End the giveaway, which will make it manageable but no longer active.
     * **Pause/Unpause:** Pause or resume the giveaway.
     * **Reroll:** Choose new winners for the giveaway.
     * **Delete:** Permanently delete the giveaway.

***

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/spanish/vision-general/comandos/sorteo/giveaway.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.
