> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vserver/vmarketplace/application-software-installation/create-and-install-app.md).

# Create & Install App

vMarketplace offers a variety of pre-built applications that you can instantly launch and install on your vServer in just a few steps. To launch an application, follow these steps:

**Step 1: Select the application name and version**

**Step 2: Choose an Instance type** (a combination of CPU, RAM, and GPU)

**Step 3: Choose Volume settings**

**Step 4: Choose Network settings**, including the following actions:

* Select a VPC for the application
* Choose the priority order for the External and Internal network interfaces. Note that these interfaces will be arranged in the order you enter them.
* Choose Security settings: Select "New security group rules" to create a new group with specific parameters for your application, or select "Existing security group" to inherit rules from an existing group.

**Step 5: Choose Server Group settings**

* To enable high availability (HA) for your firewall servers, select "Dedicated SOFT ANTI AFFINITY group" to create a new server group for your firewall application, or select "Existing server group" if it already exists.

**After the virtual machine has been provisioned, modify the Security Group to open the following ports for the virtual machine:**

* **Access via vServer Console (from the web portal):** By default, the password is left blank.
* **Configure SSH/Web access (from the web portal):** By default, you will log in with a blank password, then the application will redirect you to the password change page. Please change the password immediately (leave the Old Password blank).

**Note:** Marketplace applications will launch within a few minutes.


---

# 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.vngcloud.vn/vng-cloud-document/vserver/vmarketplace/application-software-installation/create-and-install-app.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.
