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

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