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

# Game Overview

### We are committed to crafting an experience that is both valuable and memorable for our players. Achieving this requires involving the players in the development process. That's why we actively engage with our community, conduct regular Playtests, and are diligent in processing and implementing audience feedback. Our aim is to maintain an ongoing dialogue with our fans.

<table><thead><tr><th width="173">ASPECT</th><th>DETAILS</th></tr></thead><tbody><tr><td>Genre</td><td>Third-Person Team Ability Shooter</td></tr><tr><td>Setting</td><td>Sci-Fi</td></tr><tr><td>Engine</td><td>UE5</td></tr><tr><td>Platform</td><td>PC, Consoles</td></tr><tr><td>Age rating</td><td>12+</td></tr><tr><td>Monetization model</td><td>Free-to-Play</td></tr><tr><td>Localization</td><td>10+ languages</td></tr></tbody></table>

<div data-full-width="true"><figure><img src="/files/uQgFMwZ0wMYHzKM0qUyz" alt=""><figcaption></figcaption></figure></div>

### Farcana is a third-person, team-based multiplayer shooter set in a stylized sci-fi universe.&#x20;

In this 4v4 hero shooter, immerse yourself in a blend of fast-paced action and strategic gameplay. Quick movements and tactical decision-making are key. While your weapons are crucial, true victory comes from mastering abilities and working seamlessly with your team. Get ready for the excitement of intense Star battles and level up your gaming experience!


---

# 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.farcana.com/farcana-wiki-2.0/game/game-overview.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.
