# Stad template

## 🏙️ Stad: `[Stadsnaam]`

**Beschrijving:**\
\&#xNAN;*Korte introductie van de stad. Denk aan sfeer, ligging, achtergrond, rol binnen de wereld.*

***

### 📌 Locatie & Toegang

* **Wereld:** Questwereld
* **Coördinaten:** `[x, y, z]`
* **Toegankelijk via:** `[poort, teleport, dungeon-exit, etc.]`
* **Vereisten voor toegang:** `[bijv. quest voltooid, level 10+]`

***

### 🧑‍🤝‍🧑 Belangrijke NPC’s

| Naam         | Rol                          | Locatie                 | Opmerkingen                 |
| ------------ | ---------------------------- | ----------------------- | --------------------------- |
| `[NPC Naam]` | `[Burgemeester / Handelaar]` | `[district of locatie]` | `[extra info indien nodig]` |

***

### 📜 Quests in deze stad

| Naam van Quest  | Start-NPC    | Beschrijving                      | Beloning / Resultaat        |
| --------------- | ------------ | --------------------------------- | --------------------------- |
| `[Questnaam]`   | `[NPC Naam]` | *Korte omschrijving van de quest* | `[XP, item, toegang, etc.]` |
| `[Questnaam 2]` | `[NPC Naam]` | *Korte omschrijving van de quest* | `[Bijv. 500 XP, zwaard]`    |

***

### 🏠 Gebouwen & Structuren

| Gebouw       | Functie                  | Interactief | Details                       |
| ------------ | ------------------------ | ----------- | ----------------------------- |
| `[Gildehal]` | `[Questregistratie]`     | ✅/❌         | `[Uniek systeem / GUI]`       |
| `[Smederij]` | `[Crafting of upgrades]` | ✅/❌         | `[Alleen overdag open bijv.]` |

***

### 👑 Belangrijke Families

| Familie         | Status in stad            | Bekende leden    | Relaties / invloed                 |
| --------------- | ------------------------- | ---------------- | ---------------------------------- |
| `[Familienaam]` | `[Adel / Gilde / Maffia]` | `[Lid 1, Lid 2]` | `[Bijv. rivaliteit met X-familie]` |

***

### 🎯 Unieke kenmerken

* `[Bijv. Stadspoorten sluiten 's nachts automatisch]`
* `[Festival of events op specifieke dagen]`
* `[Unieke mobs of resources alleen hier te vinden]`

***

### 🗺️ Screenshots & Maps *(optioneel)*

> Voeg hier afbeeldingen of plattegronden in ter verduidelijking van stadsindeling, districtsverdeling of interessante locaties.


---

# 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://wiki.zenithkingdoms.com/questwereld/steden/stad-template.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.
