# Queuing

## Setting up Queued Transfers

Queuing makes it quick and easy to stack up multiple transfers of the same type to each tape.

{% tabs %}
{% tab title="macOS" %}
{% hint style="info" %}
Canister for Mac disables Spanning mode when there is a queue and vice versa, Queuing when there is an active Spanning transfer.
{% endhint %}

Canister for Mac uses a separate Transfer List for Queued Archives and Retrieves. To add a new transfer click the Transfer List "+" button in the bottom left hand corner of the window, then work through the steps to add each additional transfer.

Rinse and repeat as many times as required. Canister will work its way through the each item in the queue until completion.

<figure><img src="/files/UYgBmuIlj2Xc0lv7Tsi3" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows" %}
{% hint style="info" %}
Canister for Windows will seamlessly segue from processing Queued Transfers into Spanning mode.
{% endhint %}

Canister for Windows uses the same Transfer List for Queued Archives and Retrieves. To add transfers click either Archive or Retrieve, then work through the steps to add each additional transfer.

Rinse and repeat as many times as required. Canister will work its way through the each item in the queue until completion.

<figure><img src="/files/QAGX0jiSAeOhzz9Bj3rr" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.hedge.video/canister/features/queuing.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.
