# Leilão Virtual

## Comandos

| Comando                           | Função                                                    |
| --------------------------------- | --------------------------------------------------------- |
| /ah                               | Abrir o Menu de leilão.                                   |
| /ah anunciar                      | Anunciar um item como venda ou leilão.                    |
| /ah cancelar                      | Cancelar todos seus leilões.                              |
| /ah coletar                       | Coletar itens expirados ou adquiridos no leilão de Lance. |
| /ah lance                         | Anunciar item como leilão dando um lance inicial.         |
| /ah quantia                       | Checar quantos leilões ainda posso criar.                 |
| /ah vender \<preço> \[quantidade] | Vender o item em que você está segurando                  |


---

# 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://wiki.survivalandia.com/economia/leilao-virtual.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.
