# Time Management

## Introduction

The 'Time Management' component in Autom Mate is designed to control the timing of actions within a workflow. This feature ensures precise execution of actions at specified times, allowing users to schedule tasks and manage application timing effectively.

The primary purpose of the 'Time Management' component is to introduce delays and time-based controls in the workflow. By incorporating time-based actions, users can orchestrate the flow of operations, trigger actions at specific intervals, and synchronize tasks with external events.

## What is Time Management?

The 'Time Management' component provides the ability to introduce delays and time-based triggers within a workflow. This includes actions such as delaying the execution of subsequent actions, scheduling tasks for future execution, and controlling the timing of operations.

#### Key Features

* <mark style="color:orange;">**Delay Action**</mark><mark style="color:orange;">:</mark>
  * <mark style="color:orange;">Introduce a delay in the workflow execution for a specified duration.</mark>

## How To Use

### Delay Action

**Description:** The 'Delay' action is used to pause the workflow execution for a specified period of time.

**Usage:**

1. **Drag and Drop**:
   * <mark style="color:green;">Place the 'Delay' action below the action you want to delay.</mark>
   * <mark style="color:green;">This ensures that the specified delay occurs after the preceding action.</mark>
2. **Set Delay Time**:
   * <mark style="color:green;">Enter the desired time duration in milliseconds.</mark>
   * <mark style="color:green;">For reference, 1 second equals 1000 milliseconds.</mark>

**Example:**

If you want an action to occur 5 seconds after a preceding action:

* Drag the 'Delay' action below the preceding action.
* Set the delay time to 5000 milliseconds (5 seconds).

<figure><img src="https://4222414448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMAf5diEa8kgXDA6h47Cu%2Fuploads%2FwfsVqw674zJia028ycl7%2Fimage.png?alt=media&#x26;token=86d7382d-0120-4f03-afa3-6ae3c245a6ee" alt=""><figcaption></figcaption></figure>

### Advanced Usage

**Best Practices**

* **Sequencing Actions**:
  * <mark style="color:green;">Use the 'Delay' action to sequence actions at specific intervals.</mark>
* **Scheduling Tasks**:
  * <mark style="color:green;">Schedule tasks for future execution by specifying delay times.</mark>
* **Event Synchronization**:
  * <mark style="color:green;">Synchronize actions with external events or conditions using delays.</mark>

***

## Additional Tips

### [**Use Cases**](https://docs.autommate.com/userguide/use-cases)

### [FAQ](https://docs.autommate.com/userguide/faq)
