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

# Tijdschema’s

Met tijdschema's kunt u automatiseringen creëren op basis van vooraf gedefinieerde tijdstippen. Dit is vooral nuttig om systemen zoals verlichting, verwarming of jaloezieën op bepaalde tijden automatisch te bedienen.

## Overzicht van tijdschema's

* Het overzicht van tijdschema's toont alle gemaakte tijdschema's. Elke rij in de tabel bevat de volgende kolommen:
* **Naam:** De naam van het tijdschema, dat het automatiseringsdoel beschrijft.
* **Laatste update:** Het tijdstip van de laatste wijziging van het tijdschema.
* **Acties:** Beschikbare acties die u met een tijdschema kunt uitvoeren (Bewerken, Verwijderen, enz.).
* Als er nog geen tijdschema's zijn, wordt er een overeenkomstige melding weergegeven: "Geen elementen gevonden."

## Tijdschema maken

* Om een nieuw tijdschema aan te maken, klikt u op de knop "Creëren" rechtsboven in het venster.
* U wordt naar een menu geleid, waar u details kunt invullen zoals de naam van het tijdschema, de tijden en de te bedienen apparaten.
* Zorg ervoor dat alle relevante opties zijn geconfigureerd, zodat het tijdschema correct wordt uitgevoerd.

## Acties

* Voor elk tijdschema zijn er verschillende acties, die toegankelijk zijn via knoppen:
* **Bewerken:** U kunt bestaande tijdschema's wijzigen door op het bewerkpictogram te klikken.
* **Verwijderen:** Als een tijdschema niet meer nodig is, kunt u het verwijderen met een klik op het rode "Verwijderen"-pictogram.

<figure><img src="/files/UEVcSincTP4raVQRvgJr" 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/tijdschemas.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.
