> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/canister/features/library-manager.md).

# Library Manager

{% hint style="info" %}
Library Manager requires a Pro License, and is currently only available on macOS.
{% endhint %}

From Canister for Mac `24.2`, it's possible to manage library inventory without leaving the Canister interface.

The Library Manager is accessed via the hamburger menu:

<figure><img src="/files/LAYVYV8rkPapRJi5WUaC" alt=""><figcaption></figcaption></figure>

Simply drag and drop between your Drive, tape slots, and Mail Slot:

<figure><img src="/files/uOZjGdfuWYNkF74mundx" alt=""><figcaption></figcaption></figure>

## Mail Slots

Most tape libraries feature at least one mail slot. A mail slot allows tapes to be removed and transported without powering down the device. For convenience, Canister's Library Manager shows mail slots alongside regular tape slots.

## Hardware Support

{% hint style="info" %}
Canister doesn't currently support multi-drive tape libraries.
{% endhint %}

Library Manager is validated for use with the following models:

* [Magstor M2000](https://magstor.com/collections/m2000-tape-libraries)
* [Qualstar Q24](https://www.qualstar.com/q24-tape-library)
* BDT Flexstor II
* Quantum Superloader 3

As most libraries are using the same underlying hardware from BDT, there's a good chance tape libraries from other vendors work just as well with Canister. Feel free to reach out when in doubt, or if you'd like to share that your specific tape library model also works.&#x20;

HPE tape libraries are not (yet) supported.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/canister/features/library-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
