# .bake command with items

*this command utilizes shop items and the modifyinventory feature, making your bake commands more accurate. this replaces the previous bake command, shown on the previous page.*

### ✎ add your shop items

`/shop add name: milk price:10 stock:0`

`/shop add name: wheat price:15 stock:0`

`/shop add name: egg price:5 stock:0`

### ✎ autoresponder command

`/autoresponder add trigger:.bake reply:{requireitem: milk | 3}{requireitem:wheat | 5}{requireitem:egg | 3}{modifyinv: milk | -3}{modifyinv:wheat | -5}{modifyinv:egg | -3}{range:10-25}{range1:25-40}{choose:[range]|[range1]}{modifybal:[choice]}{embed} with the ingredients in your inventory, you decided to make a cake! you sold it, earning [choice] {server_currency}!`

for help with understanding how modifyinv works, please view the following guide:

{% content-ref url="/pages/2733RFaz4LDz4rl4MMtP" %}
[advanced iii: modifying inventory and using args](/autoresponder/guide/advanced-iii-modifying-inventory-and-using-args.md)
{% endcontent-ref %}


---

# 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.mimu.bot/autoresponder/resources/autoresponder-examples/custom-currency-command-examples/.bake-command-with-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.
