# Manager Orders

Effectively managing your orders helps you keep track of your active, pending, and past services. This guide walks you through how to view, pay for, and manage your orders on Aethir Cloud.

### View Orders

* Go to **Orders** to view a full list of your orders.
* You can filter by region, status, or order ID using the dropdown menus at the top.
* Click **Details** next to any order to open a detailed view showing:
  * Order status
  * Specification
  * Duration
  * Subtotal, discounts, and total
  * Auto-renew status
  * Payment options

<figure><img src="/files/6EbUJddmxEasFFoSm45w" alt=""><figcaption></figcaption></figure>

#### Order Statuses

<table data-header-hidden><thead><tr><th width="168.9765625">Status</th><th>Description</th></tr></thead><tbody><tr><td><strong>To Be Paid</strong></td><td>Order created but not yet paid.</td></tr><tr><td><strong>In Service</strong></td><td>Paid and currently active.</td></tr><tr><td><strong>Cancelled</strong></td><td>Order was cancelled</td></tr><tr><td><strong>Completed</strong></td><td>Order has fulfilled its service period</td></tr></tbody></table>

### **Manage Orders**

#### Make a Payment

For orders marked **To Be Paid**:

1. Click **Make Payment**.
2. Review the order details.
3. Choose a payment method.
4. Complete payment within the time limit to avoid cancellation.

#### Cancel an Order

If you don’t want to proceed with a pending order:

1. Open the order details.
2. Click **Cancel Payment**.
3. **Confirm** to remove the order.

#### Turn Auto-Renew On or Off

For **Reserved** instances on **Aethir Atmosphere**, you can toggle **auto-renew** before the current service period ends.

1. Open the order details.
2. Toggle on or off **Auto Renewal**.


---

# 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/manager-orders.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.
