# Find your way around

Use this as a **map** of the main places in the game. Exact names on buttons can change slightly, but the **ideas** stay the same.

## The hub — your dashboard

After you sign in, **home** is your **dashboard**: **live events**, **quick actions**, and whatever is **hot right now**. The **top bar** usually shows your **name**, **wallet**, **health**, **stamina**, **level**, **crime stats**, and **cash** so you’re never guessing.

**Tiles** or **rails** on the home screen jump you into **modules** (business, docks, market, etc.). Each module should give you an easy **way back** to the dashboard.

## Underworld deals — black market

The **black market** is where **players list** drugs, weapons, and similar goods for **other players** to buy. Watch **fees** and **prices**—you’re in a **player economy**, not a fixed shop.

## Quests — Street Initiation

**Quests** help you figuring out what do. Feeling lost? Look at your quests to get an idea of where to go next.

1. Buy **seeds**
2. **Rent** a room or small warehouse
3. **Plant** and **grow**
4. **Harvest**
5. **Sell** and **reinvest**

Follow the steps on screen the first time; after that you’ll know the rhythm.

## City services — recovery and help

**City services** covers the “**I need a reset**” stuff: **recovery**, **utilities**, and **progression help** so a bad day doesn’t brick your account.


---

# 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://crimcity.gitbook.io/help/start-here/web-application.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.
