> For the complete documentation index, see [llms.txt](https://wiki.orderlion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.orderlion.com/deutsch/anleitungen-fur-handler/artikel-und-preise-verwalten/artikel-faq.md).

# Artikel: FAQ

### **Manuell:**

**Mehrere Einheiten hinzufügen?**

Öffnen Sie die Artikeleinstellungen und klicken Sie auf die Schaltfläche "+ Einheit hinzufügen", um eine neue Einheit hinzuzufügen, klicken Sie dann auf die Schaltfläche "Produkte speichern" unten.

**Alternativen festlegen?**

Fügen Sie bei der Excel-Importdaten eine neue Spalte hinzu und geben Sie die alternative Produktnummer ein. Wenn mehr Produkte angezeigt werden sollen, verwenden Sie dieses Trennzeichen "|".

**Produkte global in Massen deaktivieren?**

Fügen Sie bei der Excel-Importdaten eine zusätzliche Spalte hinzu und fügen Sie den Parameter "1" / "ja" für jedes Produkt ein, das deaktiviert werden soll.

**Produktkategorien bearbeiten:**

* **Reihenfolge ändern** → Ordnen Sie sie per Drag & Drop an und klicken Sie dann auf Speichern.
* **Kategoriename** → Ändern Sie den im Feld "Kategorie" angezeigten Namen und klicken Sie dann auf Speichern.
* **Bilder hinzufügen** → Öffnen Sie die Kategorie und fügen Sie die Datei im Bildfeld oben rechts ein.

**Muss ein Leerzeichen vor und nach dem Pipe-Symbol verwendet werden, um Unterkategorien zu erstellen?**&#x20;

Nein, es muss kein Leerzeichen vor und nach dem Pipe-Symbol verwendet werden.

### Via EDI:

Alle Änderungen müssen in ihrem ERP-System vorgenommen werden und werden dann normalerweise aktualisiert (ungefähr um Mitternacht um 1 Uhr).


---

# 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://wiki.orderlion.com/deutsch/anleitungen-fur-handler/artikel-und-preise-verwalten/artikel-faq.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.
