# Welcome to SynCity

#### What is SynCity?

SynCity (NeuroCity) is a next-generation simulation platform that redefines the city-building genre. It is not merely a game where players manually control every aspect of urban life. Instead, it is a living virtual ecosystem populated by autonomous AI agents.

In SynCity, every resident is an independent entity with their own needs, goals, and decision-making logic. The city evolves organically based on the collective interactions of its citizens, the economic environment, and the infrastructure provided by the player.

#### Our Vision

To create a self-sustaining digital society where emergent behavior, rather than scripted events, drives the narrative. We aim to bridge the gap between complex economic simulations and engaging gameplay, providing a sandbox for observing how Artificial Intelligence navigates a human-like social structure.

#### Our Mission

* To Simulate Life: We strive to model realistic human behavior, economic pressure, and social dynamics within a controlled virtual environment.
* To Empower Creativity: We provide players with the tools to build intricate cities and the freedom to test different governance and economic strategies.
* To Advance AI Application: We use SynCity as a testing ground for multi-agent reinforcement learning and autonomous decision-making systems.

#### Project Scope

This documentation covers the technical and functional aspects of SynCity, including:

* The behavioral logic of AI Agents.
* The economic systems governing trade and wealth.
* The technical architecture powering the simulation.
* Guides for players and developers.


---

# Agent Instructions: 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:

```
GET https://docs.syncity.fun/introduction/welcome-to-syncity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
