# 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: 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:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-en/automations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
