> 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/farcana-studio/faq.md).

# FAQ

<details>

<summary>Where can I play the game?</summary>

Currently, the game is not available for play. However, we regularly conduct playtests, so stay tuned for updates!

</details>

<details>

<summary>Is it on PC or phone?</summary>

Farcana is exclusively available for PC.

</details>

<details>

<summary>Can I play on Mac?</summary>

Unfortunately, Farcana is not compatible with Mac systems.

</details>

<details>

<summary>What's the tokenomics?</summary>

For all the latest information about tokenomics, please use this link: <https://platform.farcana.com/farcana-token>

</details>

<details>

<summary>When will it be released?</summary>

We do not have a confirmed release date yet. We appreciate your patience and understanding as we work towards providing the best possible experience.

</details>

<details>

<summary>How can I withdraw the tokens?</summary>

Please utilize our platform to withdraw your tokens: <https://platform.farcana.com/>

</details>

<details>

<summary>The platform doesn't work, I keep getting emails with the code and it doesn't work.</summary>

Our support team is ready to assist you. Please use this link to contact them: <https://support.farcana.com/>

</details>

<details>

<summary>Where can I reach out for support?</summary>

Our support team is ready to assist you. Please use this link to contact them: <https://support.farcana.com/>

</details>

<details>

<summary>How can I access the game?</summary>

You can access the game only during events, which we will announce on our channels. Stay tuned and follow us for updates.

</details>

<details>

<summary>When is the next beta test expected? Where will the game be available for download?</summary>

Keep an eye on our social channels for updates in the future.

</details>

<details>

<summary>On which platforms can I play?</summary>

You can play Farcana on your PC.

</details>

<details>

<summary>On which chain is the token?</summary>

$FAR token is on Polygon

</details>

<details>

<summary>Where can I buy the token?</summary>

Use this link to buy $FAR Tokens <https://www.bybit.com/en/trade/spot/FAR/USDT>

</details>

<details>

<summary>Should I download launcher again, if I've already done it before?</summary>

Yes! We have a new build for Playtest, so you'll need to re-download the launcher.

</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/farcana-studio/faq.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.
