# 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="/files/0HocKT6Rc7q0yc9cB8DK" 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**](/userguide/use-cases.md)

### [FAQ](/userguide/faq.md)


---

# 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://docs.autommate.com/userguide/libraries/utility/time-management.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.
