# The Store, Items, & Inventory

<details>

<summary>$store</summary>

Allows you to flip through the store's items available for purchase

</details>

<details>

<summary>$inventory</summary>

Shows you your current inventory of items available.

**Command Variations**

* **$inv** - shorthand
* **$inv \[username]** - checks a specific user's inventory

</details>

<details>

<summary>$item-info [item name]</summary>

Shows you the description of the item, how much it costs, what it does, and any other pertinent information.

:warning: ***Example**:* $item-info quil

</details>

<details>

<summary>$buy [item name]</summary>

Self explanatory. You need to have the appropriate amount of cash on hand to both purchase and use an item. This is listed in $item-info!

:warning: ***Example**:* $buy easel&#x20;

</details>

<details>

<summary>$use [item name]</summary>

Using an item will generally get you a role, or allow you to progress in your gameplay. However, new gameplay mechanics may not work quite the same way as previously...You need to have the appropriate amount of cash on hand to both purchase and use an item.

:warning: ***Example**:* $use revolver

</details>

<details>

<summary>$sell [item name]</summary>

You can sell items in your inventory to other users to make some frog dollars. After you input the command with the item name, quantity, and who you're selling to, the bot will ask you for a price. These items can be from the Frog Team or $store inventory, or you can talk to Lollihops to create custom items for her to add to the store, or add to your inventory to sell. **Make sure the person you're intending to sell to is around - the sale deals expire in 5 minutes!!**&#x20;

**Feeling generous?** You can also give someone an item for free using the same command! Just set the price to 0 when you sell.&#x20;

:warning: ***Example**:* $sell-item @Bullish Frog 5 Fish Scale

<img src="https://4078035464-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FONP8xfqjC236o4CK1dmb%2Fuploads%2FlEeVCbQRVfbibCtBfznq%2FScreen%20Shot%202022-12-27%20at%203.50.53%20PM.png?alt=media&#x26;token=669ec601-b788-4486-8da9-8df5ad1977d7" alt="" data-size="original">

</details>

{% hint style="warning" %}
***Be cautious - using an item can have a lasting effect!** Some items may award a role, but others may remove one. Some items may open up access to new channels, while other items may only be able to be used once. Others still may allow the user to give a different bot command, but for a short time period.*
{% endhint %}

## Check out the ever-updating items available for purchase from the store (or local bar) here! :point\_down:

{% content-ref url="the-store-and-items/items-for-sale" %}
[items-for-sale](https://frogland.gitbook.io/toadex/gameplay/bot-commands/the-store-and-items/items-for-sale)
{% endcontent-ref %}

{% content-ref url="the-store-and-items/the-murky-waters-menu" %}
[the-murky-waters-menu](https://frogland.gitbook.io/toadex/gameplay/bot-commands/the-store-and-items/the-murky-waters-menu)
{% endcontent-ref %}

{% hint style="success" %}
Try the command $role-map, or $role-income list, or $item-info \[item name] in discord!
{% endhint %}


---

# 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://frogland.gitbook.io/toadex/gameplay/bot-commands/the-store-and-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.
