# Store

**STORE**

* Buy an item

```
/store [buyitem] [item] [method] [amount of items]
```

***

* Create an item

```
/store [createitem] [name] [price] [description] [will it be seen in the inventory]
        [role needed to purchase] [balance needed to purchase] [message when bought]
```

***

* Delete an item

```
/store [deleteitem] [item]
```

***

* Edit an item

```
/store [edititem] [item] [component] [new content]
```

***

* Give someone an item

```
/store [giveitem] [item] [amount of items]
```

***

* Check your inventory

```
/store [inventory] [item] [method] [amount of items]
```

***

* Get an items info

```
/store [iteminfo] [item]
```

***

* Sell an item to someone

```
/store [sellitem] [item] [user] [how are they buying the item]
        [amount of items] [price per item]
```

***

* See the shop inventory

```
/store [shop]
```

***

* Use an item

```
/store [useitem] [item] [amount of items]
```


---

# 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://sambeano7.gitbook.io/prometheus/commands/store.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.
