> For the complete documentation index, see [llms.txt](https://airdevelopment.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://airdevelopment.gitbook.io/docs/airauctions/overview.md).

# Overview

{% embed url="<https://www.youtube.com/watch?v=cpcWJ-uAaOc>" %}
This video showcases what the plugin can achieve. Resource pack is not included by default.
{% endembed %}

## Common questions

<details>

<summary>"That currency does not exist" when I attempt to create a listing.</summary>

Your configured currency is unavailable. For Vault, install Vault and an economy provider.

</details>

<details>

<summary>"Listing limit reached", how can I create more listings?</summary>

Use `airauctions.bypass.limit` for unlimited listings. Use `airauctions.bypass.limit.<number>` for a custom limit. Admins can also grant slots with `/ah slots give <number> [player]`.

</details>

<details>

<summary>"You have too many uncollected items" when trying to bid.</summary>

`bids.max-uncollected` limits stored won items. Set it to `-1` to remove the limit. Players can collect items with `/ah storage`.

</details>

<details>

<summary>What's "sniper protection" and how does it work?</summary>

A bid during `bids.snipe-window` extends the listing by `bids.snipe-extend` seconds. Set `snipe-extend` to `-1` to disable it.

</details>

<details>

<summary>Why can't I buy a full stack even though I have enough money for part of it?</summary>

Check `economy.buy-check`. `MINIMUM` allows the buy screen with funds for part of the listing. `FULL` requires its total price. The amount picker needs at least `buy-amount-trigger` items.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://airdevelopment.gitbook.io/docs/airauctions/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
