# Giving Items

{% hint style="info" %}
Command Aliases: slotbot, bot
{% endhint %}

{% hint style="warning" %}
Notice: All commands can be executed by players that are opped or have the \* permission.
{% endhint %}

|      **Item**      |            **Command**            |      **Example**     |
| :----------------: | :-------------------------------: | :------------------: |
|       Ticket       |  /bot ticket \<player> \<amount>  |  /bot ticket Test 1  |
| High Roller Ticket | /bot hrticket \<player> \<amount> | /bot hrticket Test 1 |
|        Scrap       |   /bot scrap \<player> \<amount>  |   /bot scrap Test 1  |
|  High Roller Scrap |  /bot hrscrap \<player> \<amount> |  /bot hrscrap Test 1 |


---

# 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.eliteminecraftplugins.com/slotbot/general-information/giving-items.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.
