> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-de/variablen/variable-erstellen.md).

# Variable erstellen

Um eine neue Variable zu erstellen, füllen Sie die folgenden Felder aus:

1. **ID:** Eindeutige Kennung, über die in Automationen und Texten auf die Variable zugegriffen wird. Sie können eine eigene ID vergeben (Großbuchstaben, Ziffern, `-` und `_`) oder das Feld leer lassen – dann wird die ID beim Speichern automatisch erzeugt. Eine bereits gespeicherte ID lässt sich nicht mehr ändern.
2. **Name:** Sprechender Anzeigename der Variable.
3. **Kategorie:** Optionale Gruppierung, um Variablen thematisch zu ordnen (z. B. „Preise").
4. **Editierbar:** Legt fest, ob der Wert der Variable von Benutzern (z. B. in der nomos App) geändert werden darf.
5. **Datentyp:** Bestimmt, welche Art von Wert die Variable enthält. Das Eingabefeld für den Wert passt sich automatisch an den gewählten Typ an:
   * **Text (String):** Beliebiger Text.
   * **Ganzzahl (Integer):** Zahl ohne Nachkommastellen.
   * **Dezimalzahl (Float):** Zahl mit Nachkommastellen.
   * **Währung:** Geldbetrag – neben dem Wert wird das in den Systemeinstellungen hinterlegte Währungssymbol (z. B. €) angezeigt.
   * **Ein/Aus (Boolean):** Wahrheitswert – ein oder aus.
   * **Datum:** Ein Kalenderdatum.
   * **Zeit:** Eine Uhrzeit.
6. **Wert:** Der aktuelle Wert der Variable. Das Eingabefeld richtet sich nach dem gewählten Datentyp.

Klicken Sie auf **Hinzufügen**, um die Variable zu erstellen. Bei einer bestehenden Variable speichern Sie Änderungen mit **Speichern** oder entfernen sie mit **Löschen**. Um den Vorgang abzubrechen, klicken Sie auf **Abbrechen**.

<figure><img src="/files/RhTPETm2mvYpDzYNiCpU" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Hinweis:**

* **Wichtiger Hinweis:** Dieses Tool ist ausschließlich für **Integratoren** gedacht, die Erfahrung mit Automatisierungs- und Programmierungsprozessen haben. Unachtsamer Umgang kann zu Fehlfunktionen führen.
  {% 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://documentation.nomos-system.com/nomos-system/integrator-de/variablen/variable-erstellen.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.
