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

# About

<figure><img src="/files/WJVR5Ltb04J8heWVml8o" alt=""><figcaption></figcaption></figure>

Arise is a multiplayer action-RPG game set in the universe of Cross The Ages (CTA), developed on Unreal Engine 5 and available as a free-to-play. Initially, it will be released on PC, followed by Mac and other platforms later on.

The game takes place in Artellium, the world of Cross The Ages, focusing on various points of interest from the saga.

The goal of Arise is to provide an accessible, fun, innovative, and evolving gaming experience over several years, where players are in control of the economy. Whether you enjoy dungeons, player-versus-player combat, or resource gathering and trading, Arise offers a diverse range of activities to suit different playstyles.

Cooperation is central to Arise, as players must unite their strengths to progress effectively in Artellium. Join forces to establish your supremacy and become a key player in its economy and history.


---

# 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://whitepaper.crosstheages.com/whitepaper/en/products/arise/about.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.
