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

# Technology

## Unity

Wild Forest is created on the Unity game engine. Being one of the most popular cross-platform engines, Unity covers all our technical needs and allows us to develop and scale the game:

Quick cross-platform porting. Unity now supports over 25 different platforms, which perfectly covers our goal to build a cross-platform game, from Android and iOS to consoles and the web.

Performance and scaling. Unity services are tested and adopted by the largest games and studios, which ensures easy and quick scaling without compromising quality and game performance.

Top-quality 3D graphics. Unity supports high-quality 3D game graphics and dominates more than half of the mobile gaming market with the best possible graphics quality.

Understanding players' needs. Built-in Unity analytics helps us understand players' behavior and track and monitor it. With real-time data and insightful dashboards, we aim to constantly improve the players' experience and build the features our players need the most.

Smooth multiplayer experience. Unity is designed to connect players at scale, even for fast-growing multi-platform and cross-platform games. Having Clan activities as a crucial part of the game, we rely on the properly built multiplayer systems.


---

# 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://wildforest.gitbook.io/whitepaper/technology.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.
