> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/eigenschaftenbereich/interactions/open-confirm.md).

# Bestätigungsdialog öffnen

## Übersicht

Die Interaktion „Open Confirm Modal“ in Salesforce Experience Cloud ist darauf ausgelegt, Benutzer mit einem Bestätigungsdialog aufzufordern, wenn eine Aktion gestartet wird, die eine Verifizierung erfordert. Dadurch werden unbeabsichtigte Vorgänge verhindert, da eine Bestätigung durch den Benutzer erforderlich ist

## Eigenschaften

| Name                  | Beschreibung                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`Beschriftung`**    | Der Titel des Bestätigungsmodals, der üblicherweise eine Frage oder eine Entscheidung formuliert.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **`Nachricht`**       | Der Textkörper enthält Details zur Aktion, die bestätigt werden muss.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **`Variante`**        | <ul><li><code>Kopfzeile</code>: Das Modal enthält eine Kopfzeile.</li><li><code>ohne Kopfzeile</code>: Das Modal enthält keine Kopfzeile</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **`Thema`**           | <ul><li><p>Definiert das visuelle Styling des Modals. Zu den Optionen gehören:</p><ul><li><code>Standard</code>: Standardmäßiges Erscheinungsbild.</li><li><code>Schattierung</code>: Ein leichter Schatten oder eine Überlagerung.</li><li><code>invertiert</code>: Die Farben sind invertiert.</li><li><code>alternative invertierte Variante</code>: Eine Alternative zur standardmäßigen invertierten Variante.</li><li><code>Erfolg</code>: Grünes Design, das eine erfolgreiche Aktion oder einen erfolgreichen Zustand anzeigt.</li><li><code>Info</code>: Blaues Design für Informationsmeldungen.</li><li><code>Warnung</code>: Gelb-oranges Design für Warnmeldungen.</li><li><code>Fehler</code>: Rotes Design für Fehlermeldungen.</li><li><code>offline</code>: Weist auf fehlende Verbindung oder einen Offline-Status hin.</li></ul></li></ul> |
| **`Bei Bestätigung`** | <ul><li><code>Toast anzeigen</code>: Zeigt oben auf der Seite eine kurze Nachricht an. <a href="/pages/10aecdd5043e8103c1952dd90b35f50658d205ce">Mehr erfahren</a>.</li><li><code>Flow-Dialog öffnen</code>: Startet einen Salesforce-Flow in einem Dialogfenster. <a href="/pages/5f55666610675ce93aa81a7dc3a55f92360de3d1">Mehr erfahren</a>.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |


---

# 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.avonnicomponents.com/experience-cloud/experience-cloud-de/eigenschaftenbereich/interactions/open-confirm.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.
