# Create Virtual Boxes

You can create Virtual Boxes in **Data Mover** using two methods:

1. **From the Contract Action**:
   * In the contract action, expand the **Select VirtualBox** list.
   * Scroll to the bottom and select **New VirtualBox**. The **New VirtualBox** window will appear.
   * Enter the **Name** and optionally a **Description** for your Virtual Box.
   * Click **Create**. The Virtual Box will be created and automatically inserted into the **Select VirtualBox** field without requiring additional clicks.
2. **From Setup** → **Virtual Boxes**:
   * Click **New**. The **New VirtualBox** window will appear.
   * Enter the **Name** and optionally a **Description** for your Virtual Box.
   * Click **Create**. The Virtual Box will be created and added to the list of existing Virtual Boxes.

In **Setup** → **Virtual Boxes** you can sort Virtual Boxes in ascending or descending order by clicking the **Modified** header.

Use the **Filters** panel on the right to search Virtual Boxes by name.

The toolbar at the top allows you to:

* Scroll through results
* Set the number of items displayed per page
* Refresh the list


---

# 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/contracts/virtual-boxes/create-virtual-boxes.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.
