# Orders

**Orders are positions waiting to be opened.**&#x20;

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

{% hint style="info" %} <mark style="color:blue;">**Glossary for the image above:**</mark> :arrow\_heading\_down:

**Type -** This shows the currency you are trading, whether it's a long or short position and the leverage you used.

**Action -** Displays the current action waiting to take effect.&#x20;

**Size -** The current total position value of the trade.

**Collateral -** This is the amount of USD you have put up, which may be lost in a liquidation.

**Limit Price -** This shows the price at which the trade will execute

**Liq. Price -** This is the price at which your trade will automatically be closed or "liquidated."&#x20;

**Deadline -** This indicates the expiry time of the order.

**Edit -** This allows you edit the current order before it takes effect.

**Cancel -** This allows you to cancel the order before it takes effect.&#x20;
{% endhint %}


---

# 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.unlimited.trade/start-trading/or-unlimited-leverage-guide/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.
