# Order Types

### **Order Types**

* **Market Order**: An order that is executed immediately at the current market price.
* **Limit Order**: An order that is executed at a selected limit price or better.

### **Order Options**:

* **Reduce-Only**: An instruction that only reduces an existing position, rather than opening a new one in the opposite direction.
* **Take Profit (TP)**: An order that is triggered when the take-profit price is reached.
* **Stop Loss (SL)**: An order that is triggered when the stop-loss price is reached.

Take profit (TP) and stop loss (SL) orders are commonly used by traders to set targets, protect profits, or limit losses. Both take profit and stop loss orders are market orders.<br>


---

# 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://corndex.gitbook.io/cornwallet/contracts-and-spot-trading/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.
