> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# persona

> Verfügbare Souls anzeigen oder zu einer anderen Soul-Persona wechseln.

## Zweck

Nutze diesen Befehl, um deine aktive Soul-Persona zu prüfen oder zu wechseln.

## Syntax

```bash theme={null}
/mineclawd persona
/mineclawd persona <soul>
```

## Was er tut

* Ohne Argumente: zeigt aktive Soul und verfügbare Soul-Namen.
* Mit `<soul>`: wechselt die aktive Soul für deinen Owner-Key.

## Beispiele

```bash theme={null}
/mineclawd persona
/mineclawd persona yuki
/mineclawd persona builder
```

## Verhalten und Grenzen

* Soul-Namen werden aus `mineclawd/souls/*.md` gelesen.
* Die aktive Auswahl wird pro Owner in `mineclawd/souls/.active/` gespeichert.
* Persona-Wechsel ist blockiert, während eine Anfrage läuft.

## Häufige Fehler

* `persona not found`: Namen mit `/mineclawd persona` prüfen.
* `cannot switch persona while a request is running`: auf Abschluss warten.

Für das Erstellen von Souls siehe [/configuration/souls](/configuration/souls).
