# Deploy(Reserved)

{% hint style="warning" %}
This is an archived page. For the latest information, refer to [Aethir Cloud](/aethir-cloud.md).
{% endhint %}

Deploying your game on Aethir Atmosphere using reserved containers ensures a stable and dedicated environment for your gaming application. Here’s a step-by-step guide to get you started:

#### Step 1: Access the Deploy (Reserved) Section

1. Navigate to the **Aethir Atmosphere** section in the side menu.
2. Click on **Deploy (Reserved)** to go to Deploy (Reserved) server list page.
3. Click on **Order Container** to start ordering a reserved container.

#### Step 2: Order a Container

1. In Order Container page, first select the appropriate **Region** for your deployment.

2. Choose the Specification according to the **Container Reference** which includes:

* **GPU Type**
* **CPU Type**
* **Memory**
* **Network Interface**
* **Disk**
* **Bandwidth**

3. Set the **Quality** and the number of **Containers** you need.
4. Choose the **Duration** for which you need the containers. The unit price will be displayed based on your selection.
5. **Auto-renew**: the order is by default on auto-renew to ensure uninterrupted service, un-check it if not needed.

#### Step 3: Confirm and Pay

1. Review the **Order Details** on the right side of the screen.
2. Check the **Region** and **Devices** to ensure they match your requirements.
3. Confirm the total cost, including any applicable discounts.
4. Click **Confirm and Pay** to proceed with the payment.

#### Step 4: Complete the Payment

1. In the Make a Payment page, follow the on-screen instructions to complete the payment through your selected payment method.
2. If you choose **Pay with Balance**, ensure you have enough balance and confirm the transaction within the platform. Otherwise, you can “**Top up and Pay**” in one go.

#### Step 5: Payment Confirmation

1. After completing the payment, you will receive a confirmation message indicating that the payment was successful.
2. Your rented servers will be activated and available for use as per the specified duration. You can manage and deploy game to them in Deploy (Reserved) page.

#### Step 6: Deploy Your Game

1. Once the payment is confirmed, go back to the **Deploy (Reserved)** section.

2. You will see the list of ordered containers with their status.

3. Click on **Deploy Game** next to the container you want to use.

4. In the **Deploy Game** page, click **Deploy New Game**

5. Select the Game Name and Version, and click Upgrade to deploy

6. Monitor the deployment status and wait for the system to indicate that the game is successfully deployed.

#### Step 5: Manage Your Deployment

In the Deploy Game page,

1. After deployment, you can view and manage your game deployments.
2. Check the **Deployment Status** to ensure everything is running smoothly.
3. Use the **Upgrade** option to update your game version as needed.

#### Conclusion

This process ensures that your game is deployed efficiently on Aethir Atmosphere’s reserved containers, providing a reliable and high-performance environment for your users.


---

# 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.aethir.com/aethir-cloud-customer-guide/how-to-deploy-your-game-on-aethir-atmosphere/deploy-reserved.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.
