> For the complete documentation index, see [llms.txt](https://aor.gitbook.io/astra-omnirise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aor.gitbook.io/astra-omnirise/long-term-vision.md).

# Long-term Vision

Our goal is to build a fully immersive and interconnected game spanning diverse genres and platforms. Our team hopes to continue expanding the Astra universe and its lore by adding new games and content based on this shared world and legends.&#x20;

We aim to construct a community-driven world where players participate not just in playing games but also in shaping the unfolding narrative and emerging reality of this universe. We desire players to find their place in the Astra universe, breathing life and richness through their decisions and deeds.&#x20;

We also plan to enhance the gameplay experience with blockchain technology and NFTs (non-fungible tokens). This allows players to truly own in-game assets like characters and gear, ensuring their effort and time are respected and protected. It incentivizes deeper commitment to our game worlds since contributions hold tangible value.&#x20;

Moving forward, we intend to introduce more game types into the Astra universe with cross-game features enabling players to experience it not just through one title but across several as denizens of this shared world. We want our players to enjoy living in the Astra universe regardless of their preferred game style or platform.&#x20;

Overall, we envision the Astra universe evolving into an innovative gaming platform delivering abundant, meaningful, and engaging experiences for players. We eagerly anticipate exploring and unraveling the endless possibilities of the Astra universe hand-in-hand with our players in the days to come!


---

# 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://aor.gitbook.io/astra-omnirise/long-term-vision.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.
