# Statusnachrichten

Beim Arbeiten/Nutzen mit dem Shop sind dir sicherlich die Hinweismeldungen aufgefallen, wie bspw. die Meldung wenn ein Produkt in den Warenkorb gelegt wird:

<div align="left"><figure><img src="/files/pg7kuokwJk0LUgEBx2Qg" alt=""><figcaption><p>Hinweistyp "Erfolg"</p></figcaption></figure></div>

Diese Hinweismeldungen ziehen sich durch deinen gesamten Shop und auch Zusatzerweiterungen bedienen sich an den verschiedenen Typen:

{% hint style="success" %}
**Hinweistyp: "Erfolg"**
{% endhint %}

{% hint style="info" %}
**Hinweistyp: "Information"**
{% endhint %}

{% hint style="warning" %}
**Hinweistyp: "Warnung / Hinweis"**
{% endhint %}

{% hint style="danger" %}
**Hinweistyp: "Gefahr / Fehler"**
{% endhint %}

Im Theme kannst du die entsprechenden Farben für die Statusnachrichten festlegen. Ich habe dir bereits ein paar Farben vorgefertigt.

<figure><img src="/files/EntdwtA6YdlZwZgsD2AB" alt=""><figcaption><p>Einstellungen im Theme</p></figcaption></figure>


---

# 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.rh-webdesign.com/shopware-theme/einrichtung/statusnachrichten.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.
