# Item

The **Item** command allows you to view detailed information about shop items in the economy system.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/item`
   * `-item`
2. **Select an Item**
   * From the menu, choose the item you want to get information about.
3. **View Details**\
   Once selected, the following information about the item will be displayed:
   * **Name**: The name of the item.
   * **Description**: A brief description of the item.
   * **Price**: The cost of the item in the economy system.
   * **Total Sales**: The number of times the item has been purchased.

## Permissions Needed

No specific permissions are required to use this command.

***

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/economia/item.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.
