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

# Order Confirmation

### This section contains: <a href="#this-section-contains" id="this-section-contains"></a>

1. [Steps for Order Confirmation](#id-1.-steps-for-order-confirmation)
2. [How to select the option between Placing an order after reviewing or without reviewing.](#id-2.-how-to-select-the-option-between-placing-an-order-after-reviewing-and-without-reviewing)
3. [Order Confirmation Page](#id-3.-order-confirmation-page)

### 1. Steps for Order Confirmation <a href="#id-1.-steps-for-order-confirmation" id="id-1.-steps-for-order-confirmation"></a>

It's generally a good idea to have a **"Confirmation"** step when placing Orders, especially if they involve significant amounts of money or have the potential to significantly impact a **Portfolio**![](https://flipmobilemanual.geojit.com/~gitbook/image?url=https%3A%2F%2F3574784015-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOOkrtgr3FzpImfJDvQpQ%252Fuploads%252FzqJPUX5xdSPahFGGvk04%252FPortfolio.png%3Falt%3Dmedia%26token%3D9d502bbd-6189-4c64-909c-91e7a9b275c7\&width=46\&dpr=4\&quality=100\&sign=d3419fba\&sv=2). This can help prevent mistakes or unintended consequences from occurring.

Having a **"Confirmation Step"** allows you to *review* your Order before it is sent to the exchange and ensure that all the details are correct. This can be especially important in fast-moving and volatile markets, where mistakes can have significant consequences. We also have the option to place order without the confirmation step if you are confident in decision-making and want to be able to place orders quickly.

Hence, there are two options for **Order Placement**:

1. Sending the Order to the exchange *after reviewing* the order details in the Order Confirmation page. This is the default and recommended option on the platform.
2. Sending the Order to the exchange *without an additional Review* and *Confirmation step*.

### 2. How to select the Option between Placing an Order after **Reviewing and Without Reviewing** <a href="#id-2.-how-to-select-the-option-between-placing-an-order-after-reviewing-and-without-reviewing" id="id-2.-how-to-select-the-option-between-placing-an-order-after-reviewing-and-without-reviewing"></a>

<div align="left"><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOOkrtgr3FzpImfJDvQpQ%2Fuploads%2FU8GKF6Q4foRn9WxNjT4b%2FGIF%20-%20How%20to%20select%20the%20Option%20between%20Placing%20an%20Order%20after%20Reviewing%20and%20Without%20Reviewing%20.gif?alt=media&#x26;token=7f9de392-a5b0-4da5-8543-90a2fa4549e2" alt="" width="375"><figcaption></figcaption></figure></div>

* Click the **“More”** **Icon**<img src="/files/5mIkqfzP8KQD8KnMXMAl" alt="" data-size="line">and locate the **“Settings”**<img src="/files/TjsbrWcWYhjGVeXBaNbi" alt="" data-size="line"> section.&#x20;
* In the settings menu, select **"Default Order Settings".**
* Navigate to the **Common Settings** section.
* Here, you will see two options: **"Review and Place Order"** and **"Place Order Without Review."**
* Select and save the desired option.
* The setting will be made **Active** immediately.

**Please Note:** Selecting one of these options will automatically deactivate the other.

### 3. Order Confirmation Page <a href="#id-3.-order-confirmation-page" id="id-3.-order-confirmation-page"></a>

**"Order Confirmation"** is an important step while trading as it gives you the opportunity to *review* and *confirm* your order details before it is sent to the Exchange. It's a good idea to carefully review the order details on the confirmation page to make sure that everything is correct.

If you notice any errors or discrepancies, you can go back to the **Order Placement Page** and make the necessary corrections.

The following details are displayed on the **Order Confirmation page:**

* Order Type- Market / Limit / Stop-loss Limit / Stop-loss Market
* Price
* Product Type- Cash / Intraday / BTST / MTF
* Time Condition- Day / IOC / GTD / EOD
* Additional details for Bracket orders, One Cancel Other orders and Multi-leg Options orders.

<br>


---

# 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://usermanuals.geojit.com/flip-mobile/orders/order-confirmation.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.
