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

# FAQ

**Getting Started: How do I play?**\
To begin playing Eco Empires, first, refer to the [Account Creation](/introduction/account-creation.md) page and follow the provided steps. For additional tips and guidance on getting started with the game, check out our [Tips to Get Started ](/introduction/tips-to-get-started.md)section.

**What devices are compatible with Eco Empires?**\
Eco Empires is available in browsers on laptops and desktops, as well as on Android and iOS devices. It can be found in their respective app stores.

**Any Getting Started Guide?**\
To learn how to play this game, make sure to thoroughly read our Gitbook. It contains detailed information that we continuously expand upon. Additionally, for assistance and further information, feel free to [join our Discord server](https://discord.gg/carbify).

**Who created Eco Empires and why?**\
Eco Empires: Battle for the Earth is created by [Carbify](https://carbify.io) with the primary goal of raising awareness about Earth's pollution. While rooted in educational objectives, Eco Empires stands as a fully-fledged MMORPG developed by a professional gaming development company.&#x20;

Toby Wagenaar, one of Carbify's Co-founders, spearheads the development, drawing from his own concept and vision for the game. With a wealth of experience in gaming and game development, he brings invaluable expertise and leadership to the project.

**I have additional inquiries...**\
For direct communication with our team and community, its best to [join our Discord server](https://discord.gg/carbify).


---

# 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.ecoempires.com/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.
