> For the complete documentation index, see [llms.txt](https://docs.crossroadsmyth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crossroadsmyth.com/components/secret-features.md).

# Secret Features

At the heart of **Crossroads: Myth**, we believe in the magic of discovery and the thrill of the unknown. With that in mind, we've woven into the tapestry of our game mechanics, secret elements, and mysterious features that we've chosen to keep under wraps for now.

These unrevealed mechanics add an element of intrigue and suspense to the gaming experience. Players will have the joy of uncovering these hidden elements as they progress through the game, which will enhance their engagement and deepen their immersion in the world of Mythenia.

What we can reveal for now is that these secret mechanics and easter eggs could range from hidden quests to rare items, from secret character abilities to unexplored lands, and many more. These mechanics are designed to surprise, challenge, and reward our players in unexpected ways.

Perhaps trekking to a seemingly ordinary corner of the map will reveal some hidden surprises. Or following an off-beaten trail searching for rumored ancient artifacts will uncover fascinating lore and set you on another unique quest.

Every journey may become an epic adventure, and only the brave and intrepid will be rewarded with extraordinary findings.

To maintain the thrill and anticipation of players, some features will only be revealed and launched in future updates. These unveilings will be special events that reinvigorate the community and introduce new layers of strategy and complexity to the gameplay.

So, as you journey through Mythenia, remember to tread lightly and keep your eyes open. You never know what mysteries you might uncover in this enchanting world


---

# 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.crossroadsmyth.com/components/secret-features.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.
