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

# Automations

The **automation** feature in the nomos system Controller allows you to automate recurring actions or processes.

## What are Automations?

Automations are rules or sequences of actions that run automatically when certain conditions are met. These rules can be set for individual rooms, device categories, or specific platforms.

## Automation Overview

This view displays an overview of all created automations in the **nomos system Controller**. Each automation includes the following information:

1. **Name:** The name of the created automation (e.g., *„Guten Morgen“*).
2. **Enabled:** A checkmark indicates whether the automation is enabled.
3. **Last updated:** Indicates when the automation was last edited.
4. **Actions:**
   * **Edit (Pencil Icon):** Opens the automation for editing.
   * **Duplicate (Double Document Icon):** Creates a copy of the automation.
   * **Delete (Trash Can Icon):** Deletes the automation.
   * **Lock (Lock Icon):** Locks the automation to prevent further changes.

Additionally, you can create a new automation using the "**New Automation**" button in the top right corner.

You can also filter existing automations by **room**, **platform**, or **device category**.

<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-en/automations.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.
