> 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/introduction/account-creation.md).

# Account Creation

<figure><img src="/files/cDeTFXGKE6TXvZFcfC8f" alt=""><figcaption><p>Eco Empires' login screen</p></figcaption></figure>

Welcome to Eco Empires, where your journey begins! Follow these steps to create your account and dive into the world of strategic conquest.

**Choose a cool username**\
Your username is your identity in Eco Empires. Pick a memorable and cool username that reflects your strategic prowess. Remember, you can't change it later, so choose wisely!

**Create a strong password**\
Ensure the security of your account by crafting a robust password. Mix uppercase and lowercase letters, add numbers, and include special characters for extra strength. This will protect your empire from unwanted intruders.

**Account creation**

1. Head over to the [Eco Empires website](https://ecoempires.com) to start your adventure. Click on the "Create Account" button and fill in the required details. Use the cool username you've chosen and the strong password you've created.
2. **Village names and flexibility**\
   Once in the game, you have the flexibility to choose and change your village names whenever you like. Make your mark on the map with names that inspire fear or camaraderie among your rivals and allies.
3. **Explore factions**\
   Curious about the tribes in Eco Empires? For more information on each tribe's unique strengths and characteristics, head to the [Tribes ](/tribes/beyond-the-worlds-edge.md)page. It's a great way to decide which tribe aligns with your strategic ambitions.

Now, go ahead and forge your empire on the battlefield. Victory awaits, Commander!


---

# 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/introduction/account-creation.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.
