> For the complete documentation index, see [llms.txt](https://wiki.winged.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.winged.dev/readme.md).

# Winged Wiki

Winged ist ein globales Economy-System für Discord. Dein Fortschritt gehört zu deinem Account und begleitet dich über alle Server hinweg.

Dieses Wiki ist als Spielerhandbuch aufgebaut. Die kurzen Discord-Embeds bleiben bewusst knapp, damit du im Chat schnell Antworten bekommst. Wenn du mehr Tiefe brauchst, findest du hier die vollständigen Erklärungen, Beispiele, Warnungen und Strategien.

## Deine ersten 5 Minuten

1. Nutze `/daily`.
2. Nutze `/work`.
3. Prüfe dein Geld mit `/balance`.
4. Öffne `/quest daily`.
5. Spare auf dein erstes Ziel: eine kleine Aktie beobachten oder später eine Immobilie kaufen.

## Was soll ich zuerst machen?

Mach erst die einfachen Dinge. Du brauchst am Anfang keine Marktformeln, kein VIP-Wissen und keine Trading-Strategie.

Beispiel:

```
/daily
/work
/balance
/quest daily
```

## Anfänger-Checkliste

* Tägliche Belohnung abgeholt
* Einmal gearbeitet
* Kontostand geprüft
* Tagesquest angeschaut
* Erstes Sparziel gesetzt

## Was dieses Wiki abdeckt

* Grundlagen für neue Spieler
* Kurze Beispiele
* Spätere Guides für fortgeschrittene Systeme

## Empfohlener Lesepfad

* [Verifikation](/verification.md)
* [Jobs](/jobs.md)
* [Properties](/properties.md)
* [Advanced Stocks](/stocks.md)
* [Skills](/skills.md)
* [Economy-Systeme](/progression-guide.md)
* [FAQ](/faq.md)


---

# 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://wiki.winged.dev/readme.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.
