# Aethir Atmosphere

Aethir Atmosphere enables real-time, high-quality cloud gaming through containerized GPU rendering. This guide walks you through managing games, deploying environments, and monitoring gameplay from your user portal.

#### Add Games

1. Navigate to **Aethir Atmosphere > Game**.
2. Click **Add New Game**.
3. Enter the game details.
4. Upload the configuration package. Refer to the [Packaging Guide](https://aethir.gitbook.io/aethir-guide/packaging-guide) for instructions.
5. To remove a game, return to the **Game** list and click **Remove** next to the game.

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

#### Add Versions

1. In the **Game** list, find the game you want to update and click **Version**.
2. Click **Add New Version**.
3. Upload the new configuration package.
4. To edit existing versions, return to the **Game** list and click **Edit Version**.

#### Deploy Games – On-Demand

1. Go to **Aethir Atmosphere > Deploy (On Demand)**.
2. Click **Add New Deploy**.
3. Select your desired **Region** and **Game**, then specify the maximum number of concurrent players.
4. Confirm the service fee rate and click **Deploy**.
   * You are only charged when players are actively using the service.
5. You can upgrade or test the deployment by returning to the **Deploy (On Demand) list**.

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

#### Deploy Games – Reserved

1. Go to **Aethir Atmosphere > Deploy (Reserved)**.
2. Click **Order Container**.
3. Select a **Region** and a **Specification**.
   * Choose from PC, Mobile, or Phone containers.
     * **PC/Mobile**: Allows game deployment in the respective environment.
     * **Phone**: Allocates a Cloud Phone with full access.
   * **Specifications** include Basic, Standard, Premium, and Advanced.
4. Choose the **number of containers** and **rental duration** (**minimum 1 week**).
5. (Optional) Enable **Auto-Renew** to extend the rental automatically.
   * Auto-renew charges **15 minutes before** the new period starts.
   * Ensure sufficient wallet balance to prevent failure and container termination.
6. Review your order and proceed with payment.

To deploy games or access your reserved environment:

* Return to **Deploy (Reserved)** list.
  * **For PC/Mobile containers**: Click **Deploy Game** and add as many games as needed.
  * **For Phone containers**: Click **Details** to access your **Cloud Phone**.

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

#### Monitor Game Sessions

To monitor active gameplay:

* Go to **Aethir Atmosphere > Session** to view all live game sessions.

<figure><img src="/files/FFa3fv9HaocywmAdOCIp" 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://docs.aethir.com/aethir-cloud/aethir-cloud-customer/cloud-customer-portal-guide/aethir-atmosphere.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.
