# Orders, trades and algos

## Orders

The Orders section shows a recent history of orders sent. This includes the core order information as well as the status of the order (Fill, Out, Canceled, etc.) and any messages associated with the order (e.g. a reject reason).&#x20;

The Cancel All button will cancel all open orders, and each order can also be canceled from this page.

## Fills

The Fills section shows a history of completed trades in your account.

## Algos

The Algos section shows a brief summary of algorithmic orders, with further details available on the [Algos](/user-guide/architect-platform/algos.md) page.


---

# 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.architect.co/user-guide/architect-platform/home-page/orders-trades-and-algos.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.
