# Customizing Banana Pro

Customize Banana Pro to match your trading workflow—add, remove, and resize widgets, create custom layouts, and add shortcuts to the bottom menu.

### Add, Remove, and Resize Widgets

Click the **+** button on any panel to add or remove widgets, and resize panels by dragging their edges.

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

### Edit Table Columns

Click the :pencil2: button on any panel to start personalizing each table. Here, you can show, hide, or rearrange columns according to your preference.

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

***Example 1:** Most table columns are hidden; only the most important ones are displayed.*

<figure><img src="/files/62KNPxqBNH4xHtP4obwj" alt=""><figcaption></figcaption></figure>

***Example 2:** All table columns are displayed.*

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

### Create New Trade Layouts

Click the Trade Layouts icon and select **+ ADD NEW LAYOUT** to create a new layout. Here, you can add, remove, and resize panels, then save your design as a new template.

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

{% hint style="info" %}
**Want ideas?** Check out [example layouts](/banana-pro/getting-started/customizing-banana-pro/example-layouts.md) to see how you can customize your Trade layout.
{% endhint %}

### Add Shortcuts to the Bottom Menu

Click the **+** button in the bottom menu to add a widget as a shortcut. By default, **TRADE** and **THE TRENCHES** are included as shortcuts. Uncheck **SHOW ALWAYS** to auto-hide the bottom menu.

<figure><img src="/files/49K4hDZ4QOczANVyjRoF" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** Widgets added to the bottom menu will open in full-screen mode, making it easier to manage information-heavy widgets (e.g., Transaction History, Copy Trade, and Positions).
{% endhint %}


---

# 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://banana-gun.gitbook.io/banana-pro/getting-started/customizing-banana-pro.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.
