# VirtualBox unbind

With the **VirtualBox unbind** trigger, the workflow process starts when the virtual box is unbound from a file. A [Virtual Box](/data-mover-1.21/contracts/virtual-boxes.md) is a way to classify and tag files in Data Mover.&#x20;

For example, when a workflow template removes the Virtual Box from a file, an event is emitted and contracts having the **VirtualBox Unbind** trigger on that virtual box will start.&#x20;

The removal of a Virtual Box from a file is executed with the [Unbind VirtualBox](/data-mover-1.21/workflow-templates/service-tasks/triggerable-service-tasks.md#unbind-virtualbox) service task.

The **VirtualBox unbind** trigger requires a virtual box.

**Execution Variable**

When executed, this trigger adds an execution variable named `file`, of type `FileDetail`. Its attributes are set based on the information sent from the event that initiated the trigger.&#x20;


---

# 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.primeur.com/data-mover-1.21/workflow-templates/triggers/virtualbox-unbind.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.
