> For the complete documentation index, see [llms.txt](https://guide.crownicles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.crownicles.com/en/master.md).

# Discover Crownicles !

## What is Crownicles ?

Crownicles is a Discord bot developed by [@BastLast](https://github.com/BastLast) that allows you to live a textual adventure.&#x20;

The story takes place in a medieval world where the player controls an adventurer who must win a competition organized by the king to win the hand of the princess. To achieve his goal, he must travel, collect points and face many dangers. The game takes place in real-time, and the player is regularly prompted to request "reports" from the character they are controlling. During these reports, the nature may seek advice from the player through a choice system using Discord reactions. Each choice leads the character to beneficial or detrimental consequences. Throughout his journey, the character may be injured, collect different equipment, etc.

#### Main features.

* Lead your little character and help him **get the princess**!&#x20;
* **No permission needed**, your server is safe!&#x20;
* **Simple configuration**: just a channel.&#x20;
* Join **thousands of players**, fight and create your guild with your friends!&#x20;
* Help us **improve the bot!** Completely [**open-source**](https://github.com/Crownicles) project!

<picture><source srcset="/files/IzXajiJMppQguvyFknnj" media="(prefers-color-scheme: dark)"><img src="/files/J3LqXdQsYHV9ecAAK21Y" alt="An example of a report made by a player."></picture>


---

# 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://guide.crownicles.com/en/master.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.
