> 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/tabs/management.md).

# Management

Panel for configuring trading parameters of instruments: margin type, leverage, risk limits, and other trading pair characteristics.

### Main Elements

* **Markets** — switch between trading market types (Spot, USDT-M, COIN-M)
* **Lists** — custom trading pair lists for quick access and management
* **Control buttons** — bulk operations with selected instruments
* **Parameters table** — trading settings for each instrument
* **Filter panel** — search and group instruments

### Table Information

* **Symbol** — trading pair name
* **Margin type** — isolated or cross margin
* **Leverage** — current and maximum value
* **Risk limit** — maximum position amount
* **Min order size** — min order volume
* **Max limit order size** — maximum limit order volume
* **Max market order size** — maximum market order volume
* **Tick size %** — minimum price change
* **Multipliers** — multiplier coefficients
* **Table management** — select displayed columns in the table

### Operations

#### Bulk Operations

**Instruments**

* **Set margin type** — apply uniform margin type to selected instruments
* **Set leverage** — apply uniform leverage to selected instruments
* **Copy** — copy selected instruments to clipboard
* **Add/Remove from blacklist** — manage instrument blacklist
* **Add to lists** — add selected instruments to custom lists

#### Individual Instrument Operations

* **Add to core blacklist** — prohibit instrument use in trading core
* **Add temporary block** — temporarily disable instrument from trading

⚠️ **Important:** margin type change is only possible when there are no open positions on the instrument.

### Filters

* **Search** — search by trading pair ticker
* **By margin type** — filter by isolated or cross margin

⚠️ **Note:** on Bybit, this panel may have different columns.


---

# 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/tabs/management.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.
