# Manage Orders

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

Orders and Order detail page provide a simple view of orders received from the Aethir platform.

#### Order Overview

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

* Order ID: order ID generated by the platform
* Status:
  * In Service: the order is still in its service period
  * Completed: the order has completed for the service period

#### Order Details

Click Details on each order to view more details such as server type, GPU type and contract durations.

<figure><img src="/files/J3zNxxjzJ3pQVopSMJ2Z" 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-host-guide/miscellaneous/manage-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.
