# Old Configurations

- [Items](https://zauctionhouse.groupez.dev/old-configurations/items.md): This page is valid for all plugins using the template developed by maxlego08 and using the loader system for itemstacks.
- [Buttons](https://zauctionhouse.groupez.dev/old-configurations/buttons.md): Buttons are the basic foundation of the plugin, they are very important to be able to manage your configuration. Here you have all available button types and an example of their use.
- [Placeholder buttons](https://zauctionhouse.groupez.dev/old-configurations/placeholders-buttons.md): With the inventory system you can create buttons with placeholders to check if the player has a certain value or not. So you can do this with zAuctionHouse:


---

# 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://zauctionhouse.groupez.dev/old-configurations.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.
