> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Widgets Overview

> The building blocks of your trading workspace

Widgets are the building blocks of your Quickscope workspace. Drag them onto your canvas to build custom layouts tailored to your trading style.

## Adding Widgets

<Steps>
  <Step title="Enter Edit Mode">
    Click **Edit View** in the top right.
  </Step>

  <Step title="Open the Widget Drawer">
    The drawer appears on the right side with all available widgets.
  </Step>

  <Step title="Drag a widget onto your canvas">
    Resize and position it where you want, then click **Save**.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/quickscope/MxbQv3Rt6BMObyGA/images/WidgetMenu-1.gif?s=b1f782f9bb805176da6594d295e88133" alt="Widget Menu 1" width="800" height="517" data-path="images/WidgetMenu-1.gif" />
</Frame>

## Widget Categories

<CardGroup cols={2}>
  <Card title="Discover" icon="compass" href="/terminal/widgets/discover">
    Find new tokens, track launches, and monitor market trends
  </Card>

  <Card title="Token Details" icon="circle-info" href="/terminal/widgets/token-details">
    Charts, transactions, holders, and token analytics
  </Card>

  <Card title="Portfolio" icon="wallet" href="/terminal/widgets/portfolio">
    Track positions, P\&L, orders, and trading activity
  </Card>

  <Card title="Telegram" icon="paper-plane" href="/terminal/widgets/telegram">
    Connect your Telegram activity to the terminal
  </Card>
</CardGroup>

## Widget Controls

Most widgets have controls in their header:

| Icon           | Control         | Description                                      |
| -------------- | --------------- | ------------------------------------------------ |
| Amount buttons | Quick-buy       | Set trade amount (0.1, 0.25, 0.5, 1, 2.5, 5 SOL) |
| P1 / P2 / P3   | Preset selector | Switch between saved trading presets             |
| Filter tabs    | Data filter     | Filter by All, You, Dev, Tracked                 |
| ⏸              | Pause           | Stop auto-refresh                                |
| 🔍             | Search          | Search within the widget                         |
| ⚙️             | Settings        | Open widget preferences                          |
| Filter dot     | Active filter   | Green dot indicates filters are active           |

## Customizing Columns

Table widgets let you choose which columns to display:

<Steps>
  <Step title="Open column preferences">
    Click the **settings icon** on the widget, then go to **Column Preferences**.
  </Step>

  <Step title="Configure columns">
    Toggle columns on/off with the **+** and **×** buttons, and drag to reorder.
  </Step>

  <Step title="Apply changes">
    Click **Update** to save. Use **Reset to defaults** to restore original columns.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/quickscope/aRN5YZgn3ag1l48I/images/EditColumns.gif?s=04b185034098f9b2b3dda8e885421ee4" alt="Edit Columns" width="800" height="517" data-path="images/EditColumns.gif" />
</Frame>

## Folders

Folders let you group related widgets together. For example, you could group all your token research widgets (Transactions, Holders, Traders, Bubblemaps) into one folder with tabs.

<Frame>
  <video autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/quickscope/_6OT7LAAy_4uQiGZ/videos/Folder%20Tab%20Navigation%20Web.mp4?fit=max&auto=format&n=_6OT7LAAy_4uQiGZ&q=85&s=4b98fabb07339597bd5573211d4420cc" type="video/mp4" data-path="videos/Folder Tab Navigation Web.mp4" />
  </video>
</Frame>

### Creating a Folder

<Steps>
  <Step title="Enter Edit Mode">
    Click **Edit View** in the top right.
  </Step>

  <Step title="Set Folder">
    Click **Set Folder** in the top bar.
  </Step>

  <Step title="Add widgets to the folder">
    Click on widgets or drag them from the drawer. Click **Done** when finished.
  </Step>
</Steps>

### Managing Folders

From the **Folder Settings** panel:

* **Rename folder** – click the edit icon next to the folder name
* **Rename widgets** – click the edit icon next to any widget
* **Remove widgets** – click the **×** to remove a widget from the folder
* **Reorder widgets** – drag widgets to change their tab order

### Widget Settings in Folders

Each widget in a folder has its own settings. Click the widget name in Folder Settings to configure:

* **Token Context** – what token the widget displays (current page's token or pinned)
* **Column Preferences** – which columns to show, hide, or reorder

<Frame>
  <img src="https://mintcdn.com/quickscope/k3YrBnJ3ltd2lIGQ/images/EditFolder.png?fit=max&auto=format&n=k3YrBnJ3ltd2lIGQ&q=85&s=af7cdea3bf7d19732dcbe31d3f80d110" alt="Edit Folder" width="3456" height="2234" data-path="images/EditFolder.png" />
</Frame>

## Related

* [Layouts & Templates](/terminal/workspace/layouts) – Organize your views
* [Context & Filtering](/terminal/workspace/context) – Control what widgets display
