> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customizing queue names

> Set non-default Orchestrator queue names for the Batch Sender, Monitor, Verifier, and Fetcher processes by editing their UiPath Studio variables.

By default, queues should have the following names:

* Monitor Queue
* Verifier Queue
* Fetcher Queue

If the need arises, queues with non-default names can be created by specifying the appropriate non-default names inside the process variables.

## The Batch Sender process

For this process, specify the name of the queue to which identifiers of the created batches will be added.

1. Open the process in UiPath Studio and expand the **Variables** tab.
2. Navigate to the **Flowchart** area and enter the new queue name in the **Default** column for the **MonitorQueueName** variable.

   <Frame>
     <img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/UiCon_43.png?fit=max&auto=format&n=jk6a9TGm7KRcVxRI&q=85&s=d062700a6c1c1633763c481807962116" alt="Screenshot of the Batch Sender process Flowchart in UiPath Studio with the Variables tab open, showing a custom queue name entered in the Default column for the MonitorQueueName variable." width="705" height="685" data-path="images/flexi-capture/connectors/UiCon_43.png" />
   </Frame>

## The Batch Monitor process

For this process, specify the names of all 3 utilized queues.

1. Open the process in UiPath Studio and navigate to the **State Machine** area.
2. Expand the **Variables** pane.
3. Enter the new queue names in the **Default** column for the **MonitorQueueName**, **VerifierQueueName**, and **FetcherQueueName** variables.

   <Frame>
     <img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/UiCon_44.png?fit=max&auto=format&n=jk6a9TGm7KRcVxRI&q=85&s=5bb7979d3d7bc81285ab9bae74e48f2c" alt="Screenshot of the Batch Monitor process State Machine in UiPath Studio with the Variables tab open, showing custom queue names entered in the Default column for the MonitorQueueName, VerifierQueueName, and FetcherQueueName variables." width="652" height="583" data-path="images/flexi-capture/connectors/UiCon_44.png" />
   </Frame>

## The Batch Verifier process

For this process, specify the name of the queue that will store identifiers of batches awaiting verification.

1. Open the process in UiPath Studio and navigate to the **Flowchart** area.
2. Expand the **Variables** pane.
3. Enter the new queue name in the **Default** column for the **VerifierQueueName** variable.

   <Frame>
     <img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/UiCon_45.png?fit=max&auto=format&n=jk6a9TGm7KRcVxRI&q=85&s=e7d20a501f4f3575bed531aec9cb9527" alt="Screenshot of the Batch Verifier process Flowchart in UiPath Studio with the Variables tab open, showing a custom queue name entered in the Default column for the VerifierQueueName variable." width="745" height="535" data-path="images/flexi-capture/connectors/UiCon_45.png" />
   </Frame>

## The Batch Fetcher process

For this process, specify the name of the queue where identifiers of successfully processed batches will be stored. After this, batch processing results will start to be downloaded using the **Batch Fetcher** process.

1. Open the process in UiPath Studio and expand the **Variables** pane.
2. Enter the new queue name in the **Default** column for the **FetcherQueueName** variable.

   <Frame>
     <img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/UiCon_49.png?fit=max&auto=format&n=jk6a9TGm7KRcVxRI&q=85&s=00780542a6b9a8f19e70e2a1b962c7de" alt="Screenshot of the Batch Fetcher process Flowchart in UiPath Studio with the Variables pane open, showing a custom queue name entered in the Default column for the FetcherQueueName variable." width="781" height="571" data-path="images/flexi-capture/connectors/UiCon_49.png" />
   </Frame>

Once the changes have been made, publish all modified processes to Orchestrator again.
