> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/manage-automation.md).

# Manage Automation

To be able to define a schedule or retreive the execution endpoint URL for your automation, you need to access the settings page for the specific automation.&#x20;

* Select Settings on the automation  context menu

<figure><img src="/files/4X14Art6Ac6VRQhPiboS" alt="" width="333"><figcaption></figcaption></figure>

Within the settings screen for an automation, there are various options to consider, which are detailed below.&#x20;

* **Name**: This is the user-friendly name to reference the automation throughout the platform.
* **Description**: An optional field to provide a brief description of the automation, its purpose, or any other relevent notes.
* **Select Component**: Allows the selection of an execution component. This component will be executed when the automation is triggered.
* **Environments**: Each setting under the environment tabs (Test / Prod) will be saved per environment.&#x20;
* **Automation Endpoint**: The system-generated endpoint that can be used to trigger the automation on the selected environment tab. This can be triggered by any REST client using the POST method.
* **Schedule**: On/Off. When the schedule toggle is off, only the HTTP triggers will function.  When Scheduling is turned on, the scheduling options will become available.
* **Start Date and Time**: This is the date and time the automation is scheduled to trigger. It reflects the local timezone of the user. If the schedule is repeating, it will trigger at the specified time in this field.
* **Schedule Type**:
  * **Intervale**: The Automation will trigger every X Minute / Hour / Day / months.
  * **Weekly**: The Automtion will trigger every selected day per week.
  * **Monthly**: The Automtion will trigger every selected month day.
  * **Advanced**: User-defined CRON expression that will trigger the Automation. (Minimum is one minute)

<figure><img src="/files/jFk7VDPGX6InSRNKdoNq" 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://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/manage-automation.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.
