> 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/automatiseringen.md).

# Automatiseringen

De **automatiseringsfunctie** in de nomos system Controller maakt het mogelijk om terugkerende acties of processen te automatiseren.

## Wat zijn automatiseringen?

Automatiseringen zijn regels of reeksen acties die automatisch worden uitgevoerd wanneer aan bepaalde voorwaarden is voldaan. Deze regels kunnen worden ingesteld voor individuele ruimtes, apparaatcategorieën of specifieke platforms.

## Overzicht van automatiseringen

Dit overzicht toont een lijst van alle gemaakte automatiseringen in de **nomos system Controller**. Elke automatisering bevat de volgende informatie:

1. **Naam:** De naam van de gemaakte automatisering (bijv. "Goedemorgen").
2. **Geactiveerd:** Een vinkje geeft aan of de automatisering geactiveerd is.
3. **Laatste update:** Geeft aan wanneer de automatisering voor het laatst is bewerkt.
4. **Acties:**
   * **Bewerken (potloodsymbool):** Opent de automatisering voor bewerking.
   * **Dupliceren (dubbel document-symbool):** Maakt een kopie van de automatisering.
   * **Verwijderen (prullenbak-symbool):** Verwijdert de automatisering.
   * **Vergrendelen (slot-symbool):** Vergrendelt de automatisering, zodat deze niet meer kan worden gewijzigd.

Bovendien kunt u rechtsboven een nieuwe **automatisering aanmaken** of bestaande automatiseringen filteren op **kamer**, **platform** of **apparaatcategorie**.

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


---

# 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/automatiseringen.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.
