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

# Heroes

The heroes, or "Stars", as we call them, are the backbone of both the story and gameplay of Farcana. Each of them corresponds to a theme in the narrative as well as to a certain play-style. The roster is designed to cater to all possible players. The characters are not only visually and narratively unique, they also allow for different tactical approaches, even when filling the same general gameplay role. A player that wishes to be a healer can do that while still flaunting their eagle eye aiming, or they might pick a different character and still fill that same role, just without the shooting part.&#x20;

We also take great care that the visual and narrative archetypes match up to the gameplay, so that if a character loos a certain way, they will play that way as well.

<figure><img src="/files/PQrHusKUW4wimqWbr2rz" alt=""><figcaption><p>Akiko &#x26; Bushi</p></figcaption></figure>

<figure><img src="/files/Dwtlm4CBctiNY8KfmUrD" alt=""><figcaption><p>Muaddi</p></figcaption></figure>

<figure><img src="/files/exIR7bea77m56RIKQUWS" alt=""><figcaption><p>Host</p></figcaption></figure>

<figure><img src="/files/WIhewl3G0boKxoJ5SEYt" alt=""><figcaption><p>Diana</p></figcaption></figure>

<figure><img src="/files/FMT66cyyeIjmUMlP76nh" alt=""><figcaption><p>Teacher</p></figcaption></figure>

<figure><img src="/files/KPnf1bvfUztGYUfo1Vfk" alt=""><figcaption><p>Gabby</p></figcaption></figure>

<figure><img src="/files/8L28BDPr3Wxzu4XuI8pb" alt=""><figcaption><p>Sherwood</p></figcaption></figure>


---

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