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

# 🏙️ City Map

Cities in **Pixel Toy** are the central hubs of the game world. They serve as safe zones where players can trade, craft, join guilds, and prepare for their next adventures. Cities are designed to bring the community together and act as a base for all activities outside of combat.

**Main Functions of Cities**

* **Marketplace** A trading hub where players buy, sell, and exchange items. Rare loot and NFT-based assets can appear, making the marketplace essential for progression.
* **Crafting Stations** Locations where collected resources are turned into weapons, armor, and consumables. Upgrades are also performed here to improve existing gear.
* **Guild Halls** Dedicated spaces for guilds to manage members, plan raids, and compete in rankings. Guild Halls may also feature exclusive guild quests and benefits.
* **Quest Boards** Boards located in central plazas provide access to daily, weekly, and special event missions. They guide players toward new challenges and rewards.
* **Training Grounds** Safe arenas where players can test builds, practice combat, or duel friends without risk.
* **Social Spaces** Taverns, plazas, and gathering areas designed for roleplay, meeting other adventurers, and community events.

**City Layout**

<figure><img src="/files/TicgZ7XFMMufWKjJg1fn" alt=""><figcaption></figcaption></figure>

While each city has its own design and lore, most follow a similar structure:

1\. **Dungeon Master**:

* Access the main PvE activity—dungeons. Clear dungeons at one difficulty level to unlock the next, offering better loot.

1. **Blacksmith**:

* Repair equipment, salvage unnecessary items, and enhance your gear to increase its power.

1. **Auction House**:
   * Engage in the centralized marketplace to buy or sell any item. This is the hub for all trading activities.
2. **Skills Re-roll**:
   * Re-roll skills on your weapons and armor to experiment with new builds or refine your current playstyle.
3. **Gemforge**:
   * Craft gems of higher quality, and insert or extract gems from your gear to further customize and enhance your capabilities.
4. **Arena Master (coming soon)**:
   * Register for various PvP activities, including skirmish arenas, duels, and arena battle passes for competitive play.
5. **Boss Keys (coming soon)**:
   * Craft keys to unlock boss encounters.

**Role in Gameplay**

* Cities act as **safe zones**, free from combat.
* They are the **economic heart** of Pixel Toy, where the player-driven economy thrives.
* Social interaction is strongest here — guild recruitment, event announcements, and community building all start in cities.


---

# 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://pixel-toy.gitbook.io/pixel-toy-docs/city-map.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.
