> For the complete documentation index, see [llms.txt](https://unitygame.gitbook.io/xfighterzone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unitygame.gitbook.io/xfighterzone/markdown.md).

# FAQ

### What is XFighterzone?

#### **XFighterzone** is a real‑time 1v1 fighting game built in Unity (6000 LTS) that mints every fighter, cosmetic, and match result on Linera’s microchains—combining crisp, high‑framerate combat with true‑ownership blockchain mechanics.

* **Real-Time Combat**: Experience fast-paced, 1v1 battles with high visual fidelity and responsive controls.
* **Blockchain Integration**: Every fighter, cosmetic, and match result is recorded on Linera’s microchains, ensuring transparency and true digital ownership.
* **Unique Customization**: Personalize your fighters with a variety of cosmetic options that are also tracked on the blockchain.
* **Competitive Play**: Engage in skill-based matches that reward strategic gameplay and quick reflexes.

### System Requirements

* **Operating System**: Windows 10 (64-bit) or macOS 10.15
* **Processor**: Intel Core i3 or equivalent
* **Memory**: 8 GB RAM
* **Graphics**: NVIDIA GeForce GTX 960 or equivalent
* **Storage**: 2 GB available space

For more information, updates, and community discussions, follow XFighterzone on social media platforms or visit the official website.

### Where can I get help or report bugs?

* **X**: [RoyCrypto](https://x.com/AriesLLC1)
* **Support Discord**: <https://discord.gg/linera>

{% hint style="info" %}
If you have multiple files, GitBook makes it easy to import full repositories too — allowing you to keep your GitBook content in sync.
{% endhint %}


---

# 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://unitygame.gitbook.io/xfighterzone/markdown.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.
