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

# FAQ

<details>

<summary>What is RaceOnLife?</summary>

RaceOnLife is a competitive game where users interact and play in a unified environment, created using blockchain technology. In the game, users can purchase, sell, upgrade, and use their cars in various races and challenges.

</details>

<details>

<summary>What makes RaceOnLife unique compared to other games?</summary>

RaceOnLife introduces a fundamentally new approach to the gaming industry. We use artificial intelligence for NPCs, destructible cars, and multiplayer to create a gaming experience where players can genuinely impact the game world while preserving and trading their achievements and items. We create a game with AAA quality, which is rare in blockchain-based games. We use the latest version of Unreal Engine to create incredibly realistic graphics.

</details>

<details>

<summary>On which platforms can you play RaceOnLife?</summary>

We already support the PC (Windows) platform for the main game and are planning versions for MacOS as well as mobile devices (Android and iOS).

</details>

<details>

<summary>Why did you choose Unreal Engine for developing RaceOnLife?</summary>

Unreal Engine, with its Lumen and Nanite technologies, allows us to create a game with realistic graphics and high-level detailing.

</details>

<details>

<summary>Why Solana?</summary>

Solana offers several advantages for RaceOnLife, including low gas costs and fast transaction times with high throughput, capable of processing thousands of transactions per second. This makes the gaming process more efficient and accessible for players.

</details>

<details>

<summary>What is NFT?</summary>

NFT stands for "non-fungible token." It is a unique digital asset that uses blockchain technology to verify and record its ownership. In RaceOnLife, cars, motorcycles, and other in-game assets are represented in the form of NFTs.

</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://raceonlife.gitbook.io/raceonlife/additionally/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.
