# Create gifts (manager-gifts)

The main command for managing gifts - /manager-gifts

## ✔️Menu: Edit <img src="/files/YBCzAbmsaq36t08QgrZj" alt="" data-size="original">

* Comment - after receiving the gift, the user will see this comment.![](/files/85pecTKMAAULWeU6kkRS)
* Thumbnail - displayed in the upper right corner after receiving the gift\
  ![](/files/vD2kXXNgvy6jokJTct5k)
* Image - displayed at the bottom after receiving the gift\
  ![](/files/nmn8dR12UZB3tJs89KUU)
* Frame color - the color is displayed from the left edge of the embed after receiving the gift
* The maximum number of unique users is the number of people who will be able to receive a gift
* Number of gift receipts - how many times one person will be able to receive a gift
* Cooldown - the time in seconds after which it will be possible to receive a gift again
* Start and end dates - the dates during which it will be possible to receive a gift
* Turn Off / On - allows you to turn on and off the gift, in the off state - it will not be able to receive

## ✔️Button: Permissions

Allows you to select an existing preset of permissions\\

## ✔️Button: Members![](/files/zCLyfWK9OGAy4RCGjrRe)

Allows you to edit members for this gift: set/delete the date of the last receipt, the number of receipts for any user\ <img src="/files/dHEeiZozHpdpgolOO4f1" alt="" data-size="original">

## ✔️Button: Items ![](/files/i5CP5HGuoUyxwWnA2djf)

Allows you to delete/edit/add items as a gift

The item ID can include the following parameters

* xp - experience
* currency - server currency
* rp - reputation
* ID of any item

![](/files/D5MfeGusXotAHBIosUW4)

{% hint style="info" %}

#### ✔️How do I create a button with a generated ID?

1. You need to execute the command /components buttons add
2. The message\_url argument (link\_to\_message): Insert a link to a BOT message (can be generated using the /embed-generator or /say command) for which you want to attach a button
3. The "style" argument: Choose any style except Link
4. id\_or\_url argument (id\_or\_link): Insert previously generated ID
5. Arguments row, column (row, column): Select the location of the button
6. Label, emoji arguments (name, emoji): Choose emoji and text for the button
7. Execute the command<img src="/files/Dxpn2dwNUjYdVzsy7giB" alt="" data-size="line">

After the listed items, the bot will attach the button to the message. <img src="/files/wy4Dko7k9bSBl7kqumj0" alt="" data-size="original">
{% endhint %}

<figure><img src="/files/losTBR2uLdkO1dtk4c1u" 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://docs.wetbot.space/eng/guide/gifts.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.
