# Overview of orders

The following trade types are supported:

* [Market orders](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-market-order)
* [Limit orders](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-limit-order)
* [Stop market orders](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-stop-market-order)
* [Stop limit orders](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-stop-limit-order)
* [Trailing stop order](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-trailing-stop-order)
* [Take profit market order](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-take-profit-market-order)
* [Take profit limit order](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-take-profit-limit-order)
* [Bracket order](https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-bracket-order)


---

# 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://prodigyfi.gitbook.io/perps-user-guide/orders/overview-of-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.
