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

# Wiki-workflow

## Dateien erstellen

* Alle Themen bekommen eine eigene Seite.
* Zusammenhängde Themen werden in Ordnern gesammelt
* Jeder Ordner hat eine Datei mit gleichem Namen.
  * Generelle Beschreibung des Themas
  * Links zu Unterpunkten
* Seiten ohne Ordner kommen in "Sonnstiges"
* Jede Seite kann zu einem Ordner werden, wenn es genung Inhalt gibt
* Kein Ordner mit nur einer Datei
* Alle Überschriften bekommen ein a Tag zum Verlinken

## Aufbau

* [Vorlage](https://onepotpony.com/)
* Einführung
* Ziel
* Meine Lösung
  * Zusammenfassung
  * Lösungsweg, warum mache ich es so
  * Schritte
* Links, etc.

## Digital gardens

* [Second Brain](https://github.com/KasperZutterman/Second-Brain#readme) - A curated list of awesome Public Zettelkastens 🗄️ / Second Brains 🧠 / Digital Gardens 🌱

## Links

* [Bookstack](https://www.bookstackapp.com/)
* [Audience-First Products](https://www.perell.com/blog/audience-first-products)
* [How can we build an extension of your mind?](https://vanschneider.com/how-can-we-build-an-extension-of-your-mind)
* [Hack Your Life With A Private Wiki Notebook](http://webseitz.fluxent.com/wiki/HackYourLifeWithAPrivateWikiNotebookGettingThingsDoneAndOtherSystems)
* [Growing the Evergreens](https://maggieappleton.com/evergreens)
* [The Commonplace Book](https://thedeepdish.org/digital-commonplace-book/)
* [Beginner's Guide: The First 30 Days Using a Notes App](https://www.youtube.com/watch?v=tOS53fSDqVw)
* [Foam](https://github.com/foambubble/foam/) - Foam is a personal knowledge management and sharing system inspired by Roam Research, built on Visual Studio Code and GitHub.
* [How to Build a Paper Research Wiki](https://calnewport.com/how-to-build-a-paper-research-wiki/)


---

# 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://notes.d15r.de/sonstiges/wiki-workflow.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.
