> For the complete documentation index, see [llms.txt](https://lit.gitbook.io/lit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lit.gitbook.io/lit-docs/trading-guide/trade-settings.md).

# Trade Settings

## Access Trade Settings

<figure><img src="/files/Y67mLQeT8e7aQeaEYvgR" alt=""><figcaption></figcaption></figure>

* Navigate to the Settings menu (:gear:) in the top right
* Pick "Trade Settings"&#x20;

## Trade Settings Guide

<figure><img src="/files/T5002SOVnz36OgG0B7Gv" alt="" width="375"><figcaption></figcaption></figure>

* **Close Position Confirmation:** if toggled off, [clicking "X"](/lit-docs/trading-guide/manage-position/close-position.md) om your position line on the chart will immediately close your position without a second warning
* **Reverse Position Confirmation:** if toggled off, clicking [Reverse Position](/lit-docs/trading-guide/manage-position/reverse-position.md) button on your position line on the chart will immediately inverse your position without a second warning
* **Limit TIF (Time-in-force):** For [limit orders](/lit-docs/trading-guide/order-types/limit-order.md), TIF (time-in-force) sets the behavior of the order upon first hitting the book.
  * **ALO (add liquidity only, i.e. "post only")** will be canceled instead of immediately matching.
  * **IOC (immediate or cancel)** will have the unfilled part canceled instead of resting.
  * **GTC (good til canceled)** orders have no special behavior.
* **Slippage:** Max acceptable price movement when submitting an order.


---

# 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://lit.gitbook.io/lit-docs/trading-guide/trade-settings.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.
