# Status-Ausgaben

### Übersicht

Die Status-Ausgaben treten bei Interaktion mit dem Online Shop an unterschiedlichen stellen auf. Im Allgemeinen sind dies Meldungen, welche den Besucher über verschiedene Ereignisse in deinem Shopware Shop informieren. Im folgenden siehst du ein paar Beispiele:

<div align="center"><figure><img src="/files/DijbIW57HsiarmIXyHPv" alt="" width="375"><figcaption><p>Erfolgreiche Status-Ausgabe</p></figcaption></figure> <figure><img src="/files/g7yAzo6nLYbF157zC0IT" alt="" width="375"><figcaption><p>Informative Status-Ausgabe</p></figcaption></figure></div>

<div><figure><img src="/files/ssKuz3PwTV8WFGLhyZLQ" alt="" width="372"><figcaption><p>Warnende Status-Ausgabe</p></figcaption></figure> <figure><img src="/files/X32EMKy4vdxbgjo7qGtj" alt="" width="373"><figcaption><p>Fehlerhafte Status-Ausgabe</p></figcaption></figure></div>

### Konfiguration

<figure><img src="/files/P0I4XCUuJBqVS64I6zK4" alt=""><figcaption></figcaption></figure>

<details>

<summary>Erfolg</summary>

Die Farbe für erfolgreiche Status-Ausgaben.

***

[Variable:](/academy/fachbegriffe/variable.md) `$sw-color-success`

</details>

<details>

<summary>Information</summary>

Die Farbe für informative Status-Ausgaben.

***

[Variable:](/academy/fachbegriffe/variable.md) `$sw-color-info`

</details>

<details>

<summary>Hinweis</summary>

Die Farbe für warnende Status-Ausgaben.

***

[Variable:](/academy/fachbegriffe/variable.md) `$sw-color-warning`

</details>

<details>

<summary>Fehler</summary>

Die Farbe für fehlerhafte Status-Ausgaben.

***

[Variable:](/academy/fachbegriffe/variable.md) `$sw-color-danger`

</details>


---

# Agent Instructions: 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://docs.atloss.de/theme-konfiguration/allgemein/status-ausgaben.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.
