# Order Types

* Market: An order that executes immediately against the order book
* Limit: An order that rests and fills at the specified price or better&#x20;
* Stop Market: A market order that is triggered when a specified price is met or exceeded. The type used in take profit and stop loss orders (TP/SL)


---

# 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.vdex.trade/trading/vdexcore/order-types.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.
