> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi-dokumentation/get-started/van-pi-os-core.md).

# VAN PI OS (CORE)

### VAN PI OS

Das **VAN PI OS** bildet die zentrale Softwareplattform – sowohl für den **VAN PI Core** als auch für den leistungsstärkeren **CORE PRO**. Beide Systeme basieren auf demselben Betriebssystem und teilen sich damit grundlegende Funktionen und Strukturen.

Der einzige Unterschied liegt im erweiterten Funktionsumfang des **CORE PRO**. Alles, was auf dem **VAN PI Core** funktioniert, ist jedoch vollständig kompatibel und einsatzbereit auf dem **CORE PRO**.

In diesem Abschnitt finden Sie Informationen zu:

* **Flash VAN PI OS** (System neu aufsetzen)\
  [FLASH VAN PI OS](/van-pi-dokumentation/get-started/van-pi-os-core/flash-van-pi-os.md)
* **VAN PI Update** (System-Update)\
  [VAN PI OS Update](/van-pi-dokumentation/get-started/van-pi-os-core/van-pi-os-update.md)
* **Sichern und Wiederherstellen von Einstellungen** (Userdata)\
  [Userdata sichern und wiederherstellen](/van-pi-dokumentation/get-started/van-pi-os-core/userdata-sichern-und-wiederherstellen.md)

#### Kompatibilität der PRO-Serie

Die Geräte der **PRO-Serie** (z. B. **DIMMY PRO**, **IN OUT X PRO**) lassen sich **auf die gleiche Weise konfigurieren** wie die entsprechenden **VAN PI Geräte**.

* Ein **DIMMY PRO** wird identisch eingerichtet wie ein **VAN PI Dimmy**.
* Beim **IN OUT X PRO** erfolgt die **Relaisansteuerung und Konfiguration** genauso wie beim **VAN PI Core / CORE PRO**.

Dank dieser einheitlichen Struktur ist kein separates Vorgehen für PRO-Geräte erforderlich – bestehende Anleitungen und Einstellungen können in der Regel direkt übernommen werden.


---

# 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://pekaway.gitbook.io/van-pi-dokumentation/get-started/van-pi-os-core.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.
