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

# City Levels

There are six levels of cities to reach on Vincere. The building count should NOT be taken absolutely - quality matters much more than quantity, and bigger buildings count for more.

For scale:&#x20;

France is around 4,500 claims total. \
A nation has 300 claims per every member, capped at 3,000 base claimpower from members.

<table><thead><tr><th width="178.51953125">City Tier | Name</th><th width="127.3828125">Claimpower Amount</th><th>Description</th></tr></thead><tbody><tr><td>Tier 1 | Settlement</td><td>300</td><td>The first tier. A couple buildings loosely connected to form a small settlement.</td></tr><tr><td>Tier 2 | Village</td><td>700</td><td>The second tier. A decent number of buildings with solid interiors and roads connecting them to form a real, livable village.</td></tr><tr><td>Tier 3 | Town</td><td>1,500</td><td>A bustling town that should have lots of buildings and a strong population within them. Interiors should be detailed and the town should be connected by roads or streetthem</td></tr><tr><td>Tier 4 | City</td><td>3,000</td><td>A large-scale city. It should have loads of buildings and possibly a city square or central area. It's the highest tier most cities will receive.</td></tr><tr><td>Tier 5 | Megacity</td><td>5,000</td><td>There should only be a few megacites on the entire server, and they should be high-effort long-term builds with streets connecting the entire megacity and lots of structures and different builds.</td></tr><tr><td>Tier 6 | Metropolis</td><td>9,000</td><td>A metropolis is impossible to receive for most cities, but if it does occur, it'll likely be the largest city on the server, featuring dozens and dozens of buildings, megabuilds, central areas, and neighborhoods.</td></tr><tr><td>Tier N/A | Port</td><td>250</td><td>A basic port you can construct with two large docks in your city.</td></tr></tbody></table>


---

# 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://vincere.gitbook.io/vincere-docs/city-levels.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.
