> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/unlimited-automations/manage-and-monitor-existing-automations.md).

# Manage and monitor existing automations

As you add more automations, management becomes more important.

The central overview under **Settings → General → Automation** shows all your existing automations.

For control and troubleshooting, also use the **Notification log**.

{% stepper %}
{% step %}

### Open the overview

Go to **Settings → General → Automation**.
{% endstep %}

{% step %}

### View existing automations

Check the list of active and existing automations.
{% endstep %}

{% step %}

### Open an automation to edit

Click an automation to adjust the name, trigger, criteria, or actions.
{% endstep %}

{% step %}

### Save changes

Check your changes and save again.
{% endstep %}

{% step %}

### Check the output

Open the **Notification log** through **Settings** to review notifications and errors.
{% endstep %}

{% step %}

### Keep the overview clean

Delete unused automations or disable them if that is possible in your environment.
{% endstep %}
{% endstepper %}

## Frequently asked questions

<details>

<summary>How do I know whether an automation was executed?</summary>

Check the **Notification log** for sent notifications and error messages.

</details>

<details>

<summary>Can I disable an automation temporarily?</summary>

That depends on the options in your version. Often, you can change the status or remove the automation temporarily.

</details>

<details>

<summary>Who can edit automations?</summary>

That depends on the roles and permissions in your organization.

</details>

## Related topics

* Show the Notification Log
* Roles & Permissions
* Account Security & Authentication


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/unlimited-automations/manage-and-monitor-existing-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.
