# General Features

## Panels

This application consists of many so-called panels. These panels can be arranged however you like. You can drag panels, move them to another screen, place them side-by-side, resize them, dock them to required containers, pin panels to make them constantly visible or auto-hide, etc.

Design it the way you need it

<div align="left"><img src="/files/-MlFw4YFwrROz0D4dwWk" alt=""></div>

To move them, simply drag the Panel Header and place them where you want. If you place them on top of each other, then tabs will appear. Thanks to this feature, you can also display content on multiple screens.

![Moving a panel](/files/-MieojviMU-8_UGBLZrK)

![Example: 1 panel on the left, and 3 panels on the right side](/files/-MieonRjaKA-beK6NGcf)

## Multiple Layouts (Workspaces)

Save and Load your Layout(s)

![](/files/-MiepM5njvtjGG7NNd52)

{% hint style="warning" %}
Make sure to also save your workspace in a file, otherwise it will be lost on next startup.
{% endhint %}

## Themes

A wide range of themes is available. From Dark Mode to Valentine's Day

![](/files/-Mieq8FpMVRTPyIih7Qm)

## Tables

The Tables have everything that a data table should have:

* Resize Columns
* Move Positions
* Sorting (multiple Columns possible)

But they also have a lot of hidden extra features. I try to show you the most important ones:

### Column Visibility

You can show/hide columns by using the Column Chooser.

<div align="left"><img src="/files/-Miel9HjseAQN5vwCkhF" alt=""></div>

### Grouping

Drag a column header to the group panel:

<div align="left"><img src="/files/-MieeXVWAzEsFTZPy4Hp" alt=""></div>

or right click the column header and click on "Group By This Column"

<div align="left"><img src="/files/-MieefvWB0wWmtTegrOf" alt=""></div>

* You can have multiple groups
* Each group can have its own order
* You can filter each group (right click on group: Filter Editor)

<div align="left"><img src="/files/-MiedcUqAiKFJEBWTgMZ" alt="Grouped by Error and Account Columns. Account Group filtered out specific accounts. Sorted by PnL%."></div>

### Column Filtering

You can filter your data in two different ways:

#### Auto Filter Row

To use the Auto Filter Row, right-click on a column and select "Show Auto Filter Row".

![](/files/-Miei09c7uwSJs6gZmxp)

#### Filter Editor

To use the advanced Filter Editor, right-click on a column header and select "Filter Editor"

![](/files/-MiehdYlGACHdn2eoXqU)

### Summaries

You can display different types of summaries (sum, min, max, count, average) under each column. It is also possible to display several. To do this, simply right-click on the free space below the last line and the following context menu will appear.

![](/files/-MiefgK7ynCVTCMMQ5bX)


---

# 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.botmanager.io/general-features.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.
