> For the complete documentation index, see [llms.txt](https://help.vario-software.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vario-software.de/vario-cloud-handbuch/einstellungen/einstellungen-artikel/parameter.md).

# Parameter

In den Parametern zu den Artikeln kannst Du allgemeine Einstellungen zur Verwaltung von Artikel einstellen.

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

Es stehen Dir folgende Parameter zur Verfügung:

* **Modus zur Verifizierung von Artikelnummern:** Über das Feld kannst Du festlegen, ob **Artikelnummern** beim Anlegen eines Artikels **komplett frei** oder nach bestimmten **Standards** vergeben werden. Dabei stehen zwei Optionen zur Auswahl:
  * **US-ASCII**: Artikelnummern werden **nach dem ASCII-Standard geprüft**. Eingaben werden automatisch in **Großbuchstaben** umgewandelt. **Deutsche Sonderzeichen** wie **Ä**, **Ö** und **Ü** werden zu **AE**, **OE** und **UE**. Bei anderen Sonderzeichen wie **é**, **ñ** oder **ç** erscheint eine Meldung. Sie weist darauf hin, dass diese Zeichen nicht zulässig sind.
  * **Freie Eingabe**: Artikelnummern können Sonderzeichen wie **Ä**, **É** oder **ß** enthalten. Zudem bleibt die **Groß- und Kleinschreibung** der Eingabe unverändert.
* **Standardmäßige Preisbasis:** Über das Feld kannst Du festlegen, ob beim Anlegen eines Artikels **Netto** oder **Brutto** als **Preisbasis** voreingestellt wird.
* **Bester Prozentsatz für Kundenrabatte:** Ist der Toggle aktiviert, wird für Positionen in Belegen immer der **Rabatt** angewendet, der den **niedrigsten Einzelpreis** ergibt. Dies gilt unabhängig von der Quelle des Rabatts.
  * Wenn für einen **Artikel** ab Menge 5 ein **allgemeiner Rabatt** von **50 %** und für einen **Kunden** ein **Rabatt** von **20 %** hinterlegt sind, wird **ab Menge 5** der **allgemeine Rabatt** angewendet.


---

# 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://help.vario-software.de/vario-cloud-handbuch/einstellungen/einstellungen-artikel/parameter.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.
