> For the complete documentation index, see [llms.txt](https://docs.pixudi.com/pixudi-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixudi.com/pixudi-manual/events/searching-for-the-dragon-stone-2023/spaces.md).

# Spaces

In this section, you can get a description of the in-game spaces that the player walks through. Types and description of spaces will be updated periodically depending on different events and types of games.

<table><thead><tr><th width="120.33333333333331">Image</th><th width="183">Type</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/ksIFDwoJjIslqNnvP5PU" alt=""></td><td>Game start space</td><td>From this space the game begins</td></tr><tr><td><img src="/files/zuF8fFXXbg81GWnBgaiq" alt=""></td><td>Сurse space</td><td>On this space, 3 coins are taken from the player.</td></tr><tr><td><img src="/files/r0ZYiCPbIhaub8WulMSt" alt=""></td><td>Blessing space</td><td>On this space the player receives N number of coins.</td></tr><tr><td><img src="/files/Gbzjg80q2yZJNqRhxyZp" alt=""></td><td>Earthquake space</td><td>The space where the evil wizard and the dragon stone are swapped.</td></tr><tr><td><img src="/files/SyV70pAmeSgC5xNg46fO" alt=""></td><td>Treasure Seeker's Space</td><td>On this space, the player finds a random treasure and receives a random choice of game coins or a bonus item.</td></tr><tr><td><img src="/files/il58UCVrxApXoREnYaU7" alt=""></td><td>Magic Artifact Space</td><td>On this space, the player receives a random item.</td></tr><tr><td><img src="/files/5xPgjeb6aW8oce0Uh8BQ" alt=""></td><td>Evil Wizard's Space</td><td>On this space there is a battle with an evil wizard</td></tr><tr><td><img src="/files/WP3E6aE9PaZuy7smLaiG" alt=""></td><td>Battle space</td><td>On this space there is a duel between the players</td></tr><tr><td><img src="/files/2O6sPlTRWy6UpRkZkWni" alt=""></td><td>Magic slot machine space</td><td>On this space the player pulls the handle of the slot machine and determines who and to whom will give the game crystals / stone</td></tr><tr><td><img src="/files/Rwwh3yHaQ54p9UmTH1Yi" alt=""></td><td>The space of the transition to the other side</td><td>On this space the player is invited (if he, of course, has crystals to pay) to go to the other side or go further.</td></tr><tr><td><img src="/files/F5T2Xms9MwNXNcan7X0G" alt=""></td><td>Robin Good space</td><td>Here you can either take 5-20 crystals from someone, or steal a stone for 50 crystals.</td></tr><tr><td><img src="/files/DUlyJEycDcRO9ri4ltVA" alt=""></td><td>Troll's space</td><td>The troll can cause a lot of trouble, such as taking the entrance fee, taking half the coins, taking all the coins from everyone and distributing them equally. The worst thing is that you can lose the dragon stone.</td></tr><tr><td><img src="/files/VMEkrJmJwVZU6mSCAPLC" alt=""></td><td>Shop</td><td>Here you can buy game items for crystals.</td></tr></tbody></table>


---

# 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://docs.pixudi.com/pixudi-manual/events/searching-for-the-dragon-stone-2023/spaces.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.
