--- alias: user-guide-using-automation-tasks-library-index description: "This documentation details integrating the Automation Tasks Library into the Automation Controller workflow" --- # Automation Tasks Library Use Cases To use the **Automation Tasks Library** in the new **Automation Controller** the process is similar to choosing the previous packages. Previous packages will be rendered with the prefix `Package Version`, packages that are **Automation Task Libraries** will have the prefix `Library Version`. The system supports the merge of packages that are a hybrid of automation task libraries and non-automation task libraries. If the package is a merged, it will show both prefixes followed by a the version and separated by a comma. After creating a new **Automation Tasks Library** in the system, adding it to the system is exactly the same as adding a set of task libraries that were created specifically for the existing **Automation Protocols**. Depending on the scope and protocol configurations, the library will be shown in the task selection screen of the **Automation Controller** creation wizard: ![Screenshot showing a step in creating an Automation Tasks Library, with a focus on adding it to the system.](../images/atl_tasks_in_controller_creation.png) ![Screenshot showing a system interface with an error message "Fete Autorsation Contrater fo” and other unclear labels.](../images/atl_tasks_in_controller_creation_merge.png) !!! info For more information, see [[user-guide-create-automation-controller]]. After selecting the tasks and converters that you want to add to the **Automation Controller**, they will be made available in the workflow editor, similarly to what happens to the other system built-in libraries: ![Screenshot showing a list of tasks in the Automation Controller workflow.](../images/atl_tasks_in_controller_workflow.png) ## Automation Tasks Library Metadata This sub-section intends to describe the format of the Metadata portion of the Tasks Library. Properties to use: | Property | Description | Notes | | ---------- | ---------------------------------------------------- | --------------------------------------------------------- | | Converters | List of Converters available in this library version. | Optional, [AutomationConverter[]](#using-automation-tasks-library-to-map-a-converter) | | Tasks | List of Tasks available in this library. | Optional, [AutomationTask[]](#using-automation-tasks-library-to-map-a-task) | | Font | Font containing icons used by the tasks. | Optional, [AutomationLibraryFont](#using-automation-tasks-library-to-map-fonts) | ```json { "converters": [], "tasks": [], "font": {} } ``` ## Using Automation Tasks Library - To Map a Task - [Automation Tasks Library Page - Map a Task](using_automation_tasks_library_task.md) ## Using Automation Tasks Library - To Map a Converter - [Automation Tasks Library Page - Map a Converter](using_automation_tasks_library_converter.md) ## Using Automation Tasks Library - To Map Fonts - [Automation Tasks Library Page - Map Fonts](using_automation_tasks_library_fonts.md)