> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/de/using-primary-option-set.md).

# Verwenden des primären Optionssatzes

{% embed url="<https://youtu.be/dJ0SqFu7rVA>" %}

### Hinzufügen eines primären Optionssatzes

1. Gehen Sie in Ihrem Dashboard zu Menüs > Optionssätze.

* Stellen Sie sicher, dass der Optionssatz, den Sie verwenden möchten, bereits erstellt, zur Registerkarte „Optionssätze“ hinzugefügt und als Erforderlich markiert ist.
* Wenn nicht, befolgen Sie diese Anleitung, um einen Optionssatz zu erstellen und zu verknüpfen.

2. Gehen Sie zu Menüs > \[Menüname] > \[Kategorie] > \[Element].
3. Klicken Sie neben dem Element auf das Symbol Bearbeiten.
4. Gehen Sie zur Registerkarte Optionen & Zutaten.
5. Stellen Sie sicher, dass im Feld „Optionssatz“ Ihr Optionssatz ausgewählt ist.
6. Wählen Sie im Feld Primärer Optionssatz den Optionssatz aus, den Sie auf der Artikelkarte anzeigen möchten.
7. Klicken Sie auf Speichern.
8. Gehen Sie zum Frontend, um zu bestätigen, dass der primäre Optionssatz jetzt angezeigt wird.

### Entfernen oder Ausblenden eines primären Optionssatzes

**Um es vollständig zu entfernen:**

* Löschen Sie den Optionssatz aus dem Feld „Optionssatz“.
* Dadurch wird es auch als primärer Optionssatz entfernt.
* So verbergen Sie es, behalten es aber weiterhin als Teil des Artikels:

**Um es auszublenden und es dennoch als Teil des Artikels zu behalten:**

* Belassen Sie es im Feld „Optionssatz“, aber weisen Sie es nicht als „Primär“ zu.
* Klicken Sie auf „Speichern“ und aktualisieren Sie dann das Frontend, um das Update anzuzeigen.

<br>

### Verwandte Artikel

1. **So erstellen und verwalten Sie Ihre Menüs** – <https://support.restoflow.ch/how-to-guides/how-to-create-and-manage-your-menus>
2. **Richten Sie Ihre Menüs ein** – <https://support.restoflow.ch/getting-started/setup-your-menus>
3. **So erstellen und importieren Sie ein Menü mithilfe einer Tabellenkalkulation** – <https://support.restoflow.ch/how-to-guides/how-to-create-and-import-a-menu-using-a-spreadsheet>

{% hint style="danger" %}
Bitte senden Sie eine E-Mail an <info@restoflow.ch> oder nutzen Sie die Chat-Support-Funktion, um Hilfe bei der Verwaltung dieser Funktion zu erhalten.
{% endhint %}


---

# 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://restoflow.gitbook.io/restoflow-dokumentation/de/using-primary-option-set.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.
