# What is a vApp and how to create one?

## What is a vApp?

In the vCloud Director platform a vApp is a logical grouping of one or more Virtual Machines that are deployed together and typically work together to provide a specific service or function.

When multiple VMs are within a single vApp you can manage the power state as a single entity, making it easy to power on, off and suspend all VMs at once. As well as making it easy to control the start-up order of the VMs if they need to come online in a specific order.

It also provides Admins with the ability to create isolated networks that are only available within the vApp itself, and any other VMs outside of the vApp cannot access this network.

## How to create a vApp?

**Step 1.** Login to your vCloud Director management portal

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

**Step 2.** Click into the Virtual Datacenter you want to add the network to

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

**Step 3.** Click on 'vApps' on the left side of the page

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

**Step 4.** Click 'NEW' and from the dropdown menu select 'New vApp'

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

**Step 5.** Give the vApp a name and add any Virtual Machines needed then click 'Create'. Follow this guide on adding a VM to a vApp [LINK](/support/services/cloud/infrastructure-as-a-service/virtual-machines-and-vapps/creating-a-new-virtual-machine.md)

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


---

# 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://kb.hostednetwork.com.au/support/services/cloud/infrastructure-as-a-service/virtual-machines-and-vapps/what-is-a-vapp-and-how-to-create-one.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.
