# Status information

### Overview

Status messages appear at various points when interacting with the online shop. In general, these are messages that inform visitors about various events in your Shopware shop. Here are a few examples:

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

### Configuration

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

<details>

<summary>Success</summary>

The color for successful status output.

***

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

</details>

<details>

<summary>Information</summary>

The color for informative status messages.

***

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

</details>

<details>

<summary>Note</summary>

The color for warning status messages.

***

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

</details>

<details>

<summary>Error</summary>

The color for incorrect status outputs.

***

[Variable:](/en/academy/technical-terms/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/en/theme-configuration/general/status-information.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.
