> For the complete documentation index, see [llms.txt](https://suho-bot.gitbook.io/suho-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suho-bot.gitbook.io/suho-bot/suhos-commands/gift-pay-void.md).

# ➜ ﹒Gift, Pay, Void

### ✦﹒*Gift*

Gifting is an important part of SUHO's gameplay, as you'll need it to trade cards. To make your gifting easier especially for hoarders, with have added a brand new feature to let you gift several cards at once, but also several copies of each cards. You can add up to 5 cards at once, and all the copies you want, as long as you own them. Each `code[number]` will be followed by its respective `amount[number]`, this will determine how many copies of that card you are gifting.

<figure><img src="/files/eLH0XQBXXlcFbrpQYnH2" alt=""><figcaption><p>Here's an example command of gifting one single card</p></figcaption></figure>

<figure><img src="/files/SvoGsXbcqOhZy9yMJIyA" alt=""><figcaption><p>Here's an example command of gifting multiple cards</p></figcaption></figure>

<figure><img src="/files/puDlfGX0LXaS6woodAkK" alt=""><figcaption><p>Here's the command result!</p></figcaption></figure>

{% hint style="info" %}
Your gift pings the user you're gifting to!
{% endhint %}

***

### ✦﹒*Pay*

To send money to a player, use the `/pay` command! Unsure of your balance? Use /profile. The balance will be stated there.

***

### ✦﹒*Void*

Voiding will remove cards from your inventory for a few currency. While it does not give much, it is an alternative for players who don't want to sell or use the shop function. Voiding rates:

* *Events*: 60 byuls
* *Extraordinary*: 50 byuls
* *Special*: 40 byuls
* *Rare*: 30 byuls
* *Unordinary*: 20 byuls
* *Ordinary*: 10 byuls


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://suho-bot.gitbook.io/suho-bot/suhos-commands/gift-pay-void.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
