# Placeholders

Placeholders can be used with and without the PlaceHolderAPI plugin. If you don't use the PlaceHolderAPI plugin then the placeholders will only work in the zAuctionHouse plugin.

<table data-full-width="true"><thead><tr><th width="365">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td><code>%zauctionhouse_expired_item%</code></td><td>Allows to get the list of expired items of the player.</td></tr><tr><td><code>%zauctionhouse_expired_item%</code></td><td>Allows to get the list of expired items of the player.</td></tr><tr><td><code>%zauctionhouse_buying_item%</code></td><td>Allows to get the list of the items purchased from the player.</td></tr><tr><td><code>%zauctionhouse_buying_item%</code></td><td>Allows to get the list of the items purchased from the player.</td></tr><tr><td><code>%zauctionhouse_currents_item%</code></td><td>Allows to get the list of items for sale by the player.</td></tr><tr><td><code>%zauctionhouse_sorting%</code></td><td>Allows to obtain the type of sorting of the player.</td></tr><tr><td><code>zauctionhouse_sorting_type%</code></td><td>Returns the sort type.</td></tr><tr><td><code>%zauctionhouse_counts%</code></td><td>Allows you to obtain the number of items for sale.</td></tr><tr><td><code>%zauctionhouse_claims%</code></td><td>Returns true if the player has to get his money back, otherwise it returns false.</td></tr><tr><td><code>%zauctionhouse_category_item_</code><em><code>&#x3C;</code></em><strong><code>categoryname</code></strong><em><code>></code></em><code>%</code></td><td>Allows you to obtain the number of items in the category given in parameter.</td></tr><tr><td><code>%zauctionhouse_claim_</code><em><code>&#x3C;</code></em><strong><code>economy</code></strong><em><code>></code></em><code>%</code></td><td>Allows you to recover the amount of money on hold based on economy.</td></tr><tr><td><code>%zauctionhouse_category%</code></td><td>Display current category name for player.</td></tr><tr><td><code>%zauctionhouse_category%</code></td><td>Display current category name for player.</td></tr><tr><td><code>%zauctionhouse_max_items%</code></td><td>Returns the number of items the player can sell.</td></tr><tr><td><code>%zauctionhouse_disable_sell_confirmation%</code></td><td>Returns true if the sales confirmation menu is disabled</td></tr></tbody></table>

## Special placeholder

The placeholders below can only be used in the `SELL_SHOW` inventory type.

<table data-full-width="true"><thead><tr><th width="424">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td><code>%zauctionhouse_price%</code></td><td>Allows you to retrieve the price of the item.</td></tr><tr><td><code>%zauctionhouse_amount%</code></td><td>Allows you to retrieve the amount of the item.</td></tr><tr><td><code>%zauctionhouse_currency%</code></td><td>Allows you to retrieve the currency of the item.</td></tr><tr><td><code>%zauctionhouse_sellinventory_price%</code></td><td>Allows you to recover the selling price of the inventory.</td></tr><tr><td><code>%zauctionhouse_sellinventory_currency%</code></td><td>Allows you to recover the currency of the inventory.</td></tr></tbody></table>


---

# 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/configurations/placeholderapi.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.
