> 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-nl/variabelen/variabele-maken.md).

# Variabele maken

Om een nieuwe variabele aan te maken, vult u de volgende velden in:

1. **ID:** Unieke aanduiding waarmee de variabele in automatiseringen en teksten wordt aangesproken. U kunt een eigen ID toekennen (hoofdletters, cijfers, `-` en `_`) of het veld leeg laten – de ID wordt dan automatisch gegenereerd bij het opslaan. Een reeds opgeslagen ID kan niet meer worden gewijzigd.
2. **Naam:** Een herkenbare weergavenaam voor de variabele.
3. **Categorie:** Optionele groepering om variabelen thematisch te ordenen (bijv. „Prijzen").
4. **Bewerkbaar:** Bepaalt of de waarde van de variabele door gebruikers (bijv. in de nomos app) mag worden gewijzigd.
5. **Datatype:** Bepaalt welk soort waarde de variabele bevat. Het invoerveld voor de waarde past zich automatisch aan het gekozen type aan:
   * **Tekst (String):** Een willekeurige tekst.
   * **Geheel getal (Integer):** Een getal zonder decimalen.
   * **Decimaal getal (Float):** Een getal met decimalen.
   * **Valuta:** Een geldbedrag – naast de waarde wordt het in de systeeminstellingen ingestelde valutasymbool (bijv. €) weergegeven.
   * **Aan/Uit (Boolean):** Een waarheidswaarde – aan of uit.
   * **Datum:** Een kalenderdatum.
   * **Tijd:** Een tijdstip.
6. **Waarde:** De actuele waarde van de variabele. Het invoerveld hangt af van het gekozen datatype.

Klik op **Toevoegen** om de variabele aan te maken. Bij een bestaande variabele slaat u wijzigingen op met **Opslaan** of verwijdert u deze met **Verwijder**. Om de actie te annuleren, klikt u op **Annuleren**.

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

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

* **Belangrijke opmerking:** Dit hulpmiddel is uitsluitend bedoeld voor **integratoren** die ervaring hebben met automatiserings- en programmeringsprocessen. Onzorgvuldig gebruik kan leiden tot storingen.
  {% 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-nl/variabelen/variabele-maken.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.
