# Pro & Lite Modes

{% columns %}
{% column width="50%" %}

<h4 align="center">Lite Mode</h4>

***

Perfect for mobile users and rapid setups.

Keeps the interface clean and frictionless — just size, leverage, and go.

Executes all orders as Market Orders at the best available price.&#x20;
{% endcolumn %}

{% column width="50%" %}

<h4 align="center">Pro Mode</h4>

***

Switch between Market and Limit Orders.

Adjust position size units (USD ↔ Token).

Use the Allocation Slider to control exposure with a single swipe.

Enable Reduce Only to safely scale out without opening new positions.

Configure Take-Profit (TP) and Stop-Loss (SL) for automated risk control.
{% endcolumn %}
{% endcolumns %}

### How to Switch Modes

{% hint style="info" %}
You can also switch directly from any Token Card by tapping the **Pro** ![](/files/ky55eX4J1c3zG9Xd5MiK) badge in the top-right corner.
{% endhint %}

{% stepper %}
{% step %}

#### Go to “Home” → <img src="/files/GAfh33NNhIRLifdkogUb" alt="" data-size="original">

{% endstep %}

{% step %}

#### Select Lite Mode or Pro Mode in Trading Mode section

Once Pro Mode is enabled, you can adjust two optional settings for a more advanced experience:

<table data-view="cards"><thead><tr><th align="center">Option:</th><th>Description:</th></tr></thead><tbody><tr><td align="center"><strong>Skip Order Confirmation</strong></td><td>Disables the extra confirmation screen before placing an order — useful for experienced traders who need faster execution.</td></tr><tr><td align="center"><strong>Buys</strong>/<strong>Sells on Chart</strong></td><td>Displays your executed and pending buy/sell levels directly on the trading chart, giving instant visual feedback on your active positions.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}


---

# 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.onfomo.com/trading/editor.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.
