> For the complete documentation index, see [llms.txt](https://docs.game-box.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game-box.pl/rozgrywka/aukcje.md).

# Aukcje

Aukcje to okazjonalne wydarzenie organizowane przez administrację. Na aukcjach są wystawiane przeróżne przedmioty, jakie można zdobyć na serwerze. Walutą, jaką możemy użyć do kupowania przedmiotów na aukcji, są monety czasu. Monety czasu zdobywamy po spędzeniu godziny na serwerze; czas do zdobycia monety możemy sprawdzić pod komendą /monety. Owy czas resetuje się do godziny, gdy wyjdziemy z serwera. Pod komendą /aukcja możemy sprawdzić rozpiskę komend:

* /aukcja info - pokazuje informacje o danej aukcji: jaki przedmiot ktoś licytuje, jaka jest aktualna cena przedmiotu, gracz, który licytuje aktualny przedmiot, oraz czas do zakończenia aukcji.
* /aukcja podbij - umożliwia nam podbić aktualny przedmiot o x ilość monet wyższą od postawionej przez kogoś innego.

Sklep czasu jest dostępny pod komendą /sklepczasu. Można tam znaleźć przeróżne przedmioty do kupienia za monety czasu.


---

# 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:

```
GET https://docs.game-box.pl/rozgrywka/aukcje.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.
