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

# TERALIA Wiki

### 📖 Über diese Dokumentation

Diese Wiki ist deine zentrale Anlaufstelle für:

* **Vollständige Befehlsreferenz** mit Syntax und Beispielen
* **Detaillierte System-Erklärungen** zu allen Server-Features
* **Schritt-für-Schritt Anleitungen** für Einsteiger und Stammis

### 🔍 Navigation & Suche

Nutze das **Suchfeld** oben rechts für spezifische Informationen oder browse durch die **Kategorien** in der Seitenleiste. Die Wiki ist strukturiert aufgebaut, um dir schnellen Zugang zu allen wichtigen Themen zu bieten.

### 🔄 Immer aktuell

Unsere Dokumentation wird kontinuierlich gepflegt und erweitert. Neue Features, Updates und Verbesserungen fließen zeitnah in die entsprechenden Wiki-Artikel ein.

***

**Quick-Start:** Neu auf TERALIA? Beginne mit den Grundlagen-Artikeln und arbeite dich durch die verschiedenen Systeme!


---

# 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:

```
GET https://wiki.teralia.de/teralia-wiki.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.
