> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/topstepx-mobile/orders.md).

# Orders

### Orders Component

The orders component contains the following information:

* **Time** - The time at which the position was entered.
* **Symbol** - The symbol associated with the contract
* **Size** - The number of contracts purchased during the trade.
* **Order Action** - Indicates whether the order is a Buy or a Sell. Possible values are *Buy* and *Sell*.
* **Order Type** - The order type. Possible values are *Market*, *Limit*, *Stop Market*, *Trailing Stop*, and *Stop Limit*.
* **Limit Price** - The limit price for the order. If the order is not a limit order, no value will be shown.
* **Stop Price** - The stop price for the order. If the order is not a stop market order, no value will be shown.
* **Execute Price -** The average entry price for the position when the order was filled.
* **Status** - The status of the order.  Possible values are *Cancelled*, *Filled*, *Open*, and *Rejected*.
* **Cancel** - This button allows the user to cancel the open order at the current market price.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.topstepx.com/topstepx-mobile/orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
