# Automation

In the overview screen of the automations you are able to access and share existing automations or create new ones. Automations can be used to trigger certain actions based on data. You can switch on/off an automation in the overview by clicking <img src="/files/-M9OHlVGR1T9EzETaDuD" alt="" data-size="line">/ <img src="/files/-M9OHUZr1HPrpp7lNaH2" alt="" data-size="line">.

An automation consists of a trigger and one or multiple actions. The left sidebar in the automations editor guides you through the different steps of configuring an automation.

![](/files/-M9r9rPLyO0N6KZOK8p8)

As a **trigger,** you can either use a [schedule](/manual/sf-platform/automations/trigger.md#configuring-a-trigger-schedule) or a [Senseforce-trigger](/manual/sf-platform/automations/trigger.md#configuring-a-senseforce-trigger), which combines a schedule with data source conditions.

{% content-ref url="/pages/-M9Nv04KA6srQqI5PGgK" %}
[Trigger](/manual/sf-platform/automations/trigger.md)
{% endcontent-ref %}

An **action** can be an email or an integration via [Zapier](https://zapier.com/apps).

{% content-ref url="/pages/-M9Nv2IyJ1QExJC1Voe7" %}
[Actions](/manual/sf-platform/automations/actions.md)
{% endcontent-ref %}

After you configured the trigger and actions of your automation you can **test** if the trigger would be active right now and test the action you set.

{% content-ref url="/pages/-M9NvGd4397QkD2H1Skq" %}
[Test your Automation](/manual/sf-platform/automations/test-your-automation.md)
{% endcontent-ref %}

&#x20;


---

# 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://manual.senseforce.io/manual/sf-platform/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.
