> 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/gameplay/features.md).

# Features

<details>

<summary>Fast Paced Shooter</summary>

Fast movement and fast decision making is what brings F closer to the old school shooters. Your weapons will be doing most of the talking while the timing and strategic use of character's tactical and defensive abilities decide who wins the match.

</details>

<details>

<summary><strong>Characters + abilities + role system</strong></summary>

Each out of 24 characters will provide a new type of gameplay, new feelings and possibilities. We are revisiting the classic role-playing system in favor of a deeper and more tactical team interaction

</details>

<details>

<summary><strong>Gunplay</strong></summary>

Methodical approach to the shooting impact settings results in each weapon in the game feeling unique. Alternative fire mode brings additional depth to the gameplay. Unique combinations of characters and weapons will uncover a new layer of tactical combat.

</details>

<details>

<summary><strong>Competitive play</strong></summary>

Our aspiration is to deliver a level of quality and precision that would match expectations of our most competitive players. Our UI efforts are aimed at making the viewership experience comfortable and transparent.

</details>

<details>

<summary><strong>Game Modes</strong></summary>

We plan to add 5 different new game modes until end of 2024

</details>


---

# 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/gameplay/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.
