# Queue

## Introduction

Queue Management in Automate enables users to execute multiple flows in a specific order. Users can organize flows into pools, where each pool represents a collection of flows to be executed sequentially.

The primary purpose of Queue Management is to facilitate the orderly execution of flows, ensuring that they run in the desired sequence as defined by the user.

***

## What is Queue Management?

Queue Management involves creating pools, each containing a set of flows to be executed in order. This helps streamline workflow processes and ensures efficient task execution.

{% hint style="info" %}

### Key Features

* **Queue Pools :** Organize flows into distinct pools for sequential execution.
* **Edit and Delete :** Modify or remove existing queue pools as needed.
* **Autom Listing :** View the list of Autom included in each queue pool.
* **Creation and Editing :** Easily create new queue pools and modify existing ones.
  {% endhint %}

***

## Usage of the Feature

### Queue Pools

Queue Pools are collections of flows organized to run in a specific order. All created queue pools are listed for easy management.

**Fields**

<details>

<summary><strong>Pool Name</strong></summary>

&#x20;Identifies the queue pool.

</details>

<details>

<summary><strong>Description</strong> </summary>

Provides details about the purpose of the queue pool.

</details>

<details>

<summary><strong>Number of Autom's</strong></summary>

Displays the count of Autom's included in the pool.

</details>

<details>

<summary><strong>Created on</strong></summary>

Shows the creation timestamp of the queue pool.

</details>

<details>

<summary><strong>Updated on</strong></summary>

Indicates the last update timestamp of the queue pool.

</details>

***

<table><thead><tr><th width="237">Actions</th><th>Explanation</th></tr></thead><tbody><tr><td><strong>Edit</strong> </td><td>Modify the details of an existing queue pool.</td></tr><tr><td><strong>Delete</strong> </td><td>Remove a queue pool from the list.</td></tr></tbody></table>

***

### Adding Queue Pool

Create a new queue pool to organize and run flows in a specific order.

{% stepper %}
{% step %}

#### **Add Queue Pool**

* Click the **"Add Queue Pool"** button on the Queue Pool page.
* A pop-up with two steps will appear.
  {% endstep %}

{% step %}

#### **Create Pool ID**

* Enter a unique name for the queue pool.
* Provide a description detailing the purpose of the pool.
* Click **"Next"** to proceed to the next step.
  {% endstep %}

{% step %}

#### **Select Autom's**

* Select the Autom's to be included in this queue pool.
* Available Autom's not assigned to other pools will be listed.
* Use the search function to find specific Automs.
* To include all available Autom's, click **"Select All Autom."**
* Click **"Add Pool"** to create the queue pool.
  {% endstep %}
  {% endstepper %}

<figure><img src="/files/71h724OaB9uENtZNuPwy" alt=""><figcaption></figcaption></figure>

***

### Editing Queue Pool

Modify the settings and contents of an existing queue pool.

{% stepper %}
{% step %}

#### Click on the **"Edit"** option under the action's column of the desired queue pool.

{% endstep %}

{% step %}

#### The edit pop-up will display the current settings and Autom's.

{% endstep %}

{% step %}

#### Make the necessary changes to the pool name, description, or included Autom's.

{% endstep %}

{% step %}

#### Click **"Save"** to update the queue pool.

{% endstep %}
{% endstepper %}

***

### Deleting Queue Pool

Remove a queue pool that is no longer needed.

{% stepper %}
{% step %}

#### Click on the **"Delete"** option under the action's column of the queue pool to be deleted.

{% endstep %}

{% step %}

#### Confirm the deletion when prompted.

{% endstep %}
{% endstepper %}


---

# 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/product-features/management/queue.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.
