# buy

📝 **RADAR Documentation - Command: Buy Shop Item**

🤝 **Command Group: shop**

📝 **Command Name: buy**

📋 **Parameters:**

* `item` (required: True) - Search for a shop item. *(Type: string)*

📝 **Description:**

Search for a shop item 🛒

🔍 **Example Usage:**

* Search for a shop item:

  ```
  !buy ItemID
  ```

  *This command is used to search for a specific shop item in the NiftyShop interface.*

📝 **Note:**

* This command allows you to search for a shop item in the NiftyShop interface.
* Specify the `item` parameter with the ID of the item you want to search for.
* After executing the command, the NiftyShop interface will display the details of the selected shop item.
* You can interact with the shop interface to view more information about the item, make a purchase, or perform other actions related to the Solana NFT ecosystem.


---

# 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://bewinxed.gitbook.io/radar-docs/bot_help/shop/buy.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.
