> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/toolbars/top-toolbar.md).

# Top Toolbar

The top panel contains main terminal controls and quick access to trading functions.

### Main Menu

* **Scale** — interface size adjustment
* **Panels** — switch between workspaces
* **Core commands** — restart and data cleanup
* **Options, Log out, Quit** — general functions

### Quick Access Panel

* **Symbol search** — quick search and selection of trading pair
* **Presets** — saved settings
* **Order Size** — select order size
* **Emulation Mode** — when "Emulation" mode is enabled, all your actions are simulated inside the terminal
* **Order Type** — select order execution method
* **Iceberg** — hide large volumes(works on Binance Spot only)
* **Take Profit / Stop Loss** — manage profit and risks
* **Multi-orders** — when enabled, automatically places an entire grid of orders

### Panel Settings

Four main sections for detailed configuration:

1. **Order** — order types, sizes, splitting
2. **TP/SL** — take profit and stop loss parameters
3. **Grid** — grid trading settings
4. **Limits** — limits and spreads

### Notifications and Profile

* **Notifications (bell icon)** — system messages and terminal alerts
* **Profile Selection** — switch between connection profiles, shows which core the client is connected to


---

# 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:

```
GET https://guide.moontrader.com/en-moontrader-docs/interface-basics/toolbars/top-toolbar.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.
