# Informations

zShop uses the [zMenu](https://docs.zmenu.dev/) API, so all zMenu configuration elements are available here. It is advisable to also read the [zMenu](https://docs.zmenu.dev/) documentation.

zMenu works with a `button` system. zShop will add several new button types to create a Shop plugin. You can find all the information about zMenu buttons [here](https://docs.zmenu.dev/configurations/buttons), and zShop [here](/configurations/buttons.md).

In the plugin default configuration, you will have a `/shop` command and a `/rank` command.\
`/shop` command will open a complete shop ready to use.\
`/rank` command will open an inventory example that can be created with the ITEM\_CONFIRM button.


---

# 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://zshop.groupez.dev/configurations/informations.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.
