# Legend of the Stones

- [Actors, Players, NPCs](https://infinitypbr.gitbook.io/magic-pig-games/legend-of-the-stones/actors-players-npcs.md): How to organize our actors
- [Systems](https://infinitypbr.gitbook.io/magic-pig-games/legend-of-the-stones/systems.md): Legend of the Stones is in active development, and all information here may change, or become outdated. I will try to stay on top of it. Please reach out if you have any questions.
- [Game State](https://infinitypbr.gitbook.io/magic-pig-games/legend-of-the-stones/systems/game-state.md): Last Update: June 20, 2022


---

# 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://infinitypbr.gitbook.io/magic-pig-games/legend-of-the-stones.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.
