> For the complete documentation index, see [llms.txt](https://guide.crownicles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.crownicles.com/en/notions-principale/cities-and-houses.md).

# Cities and houses

## Cities

Certain locations have special status: Seawynne, Ville Forte, Boug-Coton, Coco Village, Claire de Ville, and the King’s Castle allow players to stop there once they arrive. Once inside the city, players have access to various services, which vary by day and location.

🛒 Services Common to All Cities

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f9d1-1f4bc">🧑‍💼</span>The notary</summary>

The notary allows players to buy, upgrade, move and manage houses, player dwellings and guild estates.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f6d2">🛒</span>The general shop</summary>

This shop allows you to buy equipment and offers a selection of daily potions.

The random equipment feature lets you obtain a random item for 350 💰; the command `/rarety` displays the drop probabilities.

Daily potions are available in a limited stock of 5 per day per player, at 60% off the price, with a maximum rarity of Epic ⭐. It is not possible to obtain a potion with no effect.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2692">⚒️</span>The blacksmith</summary>

The blacksmith can upgrade your equipment in exchange for materials, and remove its enchantments for a crafting fee. This allows you to boost the combat stats of the items in your inventory. Rare equipment will cost more to upgrade.

Blacksmiths can upgrade a weapon or shield up to level 4.

If you’re short of materials, the blacksmith can sell them to you, with the price increasing for each additional resource.

He is not present in Coco Village.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f37a">🍺</span>An inn</summary>

Each city has its own unique inn, which offers various services.

Meals, which can be consumed every 12 hours, restore energy ⚡, and rooms, which can be used only once every 24 hours, restore a little health ❤️. The most luxurious cities offer services that are more expensive but more effective.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f356">🍖</span>Guild supply</summary>

Once the guild estate shop has been purchased, members can restock and fill the storage room from any city using the restocking feature.

Candy 🍬 costs 20 💰, meat 🍖 and salads 🥬 cost 250 💰, and the price of ultimate soups 🍲 tops out at 600 💰.

</details>


---

# 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://guide.crownicles.com/en/notions-principale/cities-and-houses.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.
