# Toolbar & button reference

This page is the complete map of Serial Studio's buttons: the main toolbar at the top of the window, the dashboard Start menu and taskbar, the Setup panel, the Project Editor toolbar, and the small toolbar that sits on top of each dashboard widget. Hover any button in the application to see the same tooltip text quoted here.

Buttons marked **(Pro)** require a Serial Studio Pro license (or an active trial). In the free GPL build they are hidden, not just disabled.

## The main window at a glance

When Serial Studio is running, the window is built from a few fixed surfaces:

| Surface | Where | Covered in |
|---------|-------|------------|
| **Main toolbar** | Across the top | [Main toolbar](#main-toolbar) |
| **Setup panel** | Right side, collapsible | [Setup panel](#setup-panel) |
| **Console / Dashboard** | Center | [Console toolbar](#console-toolbar), [Widget toolbars](#dashboard-widget-toolbars) |
| **Taskbar** | Bottom of the dashboard | [Dashboard taskbar](#dashboard-taskbar) |
| **Start menu** | Opens from the taskbar | [Dashboard Start menu](#dashboard-start-menu) |

The center view starts on the **Console** and switches to the **Dashboard** automatically once the first valid frame is parsed. There is no manual Console/Dashboard toggle button; the view follows the data. See [Operation Modes](https://serial-studio.com/help/operation-modes.md) for how that transition is decided.

## Main toolbar

The toolbar runs along the top of the window, left to right, grouped into sections that collapse into overflow menus when the window is narrow. The exact set of buttons depends on the build (Pro vs free) and on whether the app is running as a normal install or as an [operator deployment](https://serial-studio.com/help/operator-deployments.md) (operator runtime mode hides the authoring buttons).

### Project section

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Project Editor** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/project-setup.svg" width="16" height="16"> | Opens the [Project Editor](https://serial-studio.com/help/project-editor.md) to create or modify your JSON layout. | Authoring mode only. |
| **Open Project** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/open-project.svg" width="16" height="16"> | Opens an existing `.ssproj` / `.json` project and switches to Project File mode. | Authoring mode only. |
| **Open CSV** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/csv.svg" width="16" height="16"> | Plays a recorded CSV file back as if it were live sensor data. | Disabled while a device is connected or while the CSV player is already open. See [CSV Export & Playback](https://serial-studio.com/help/csv-export.md). |
| **Open MDF4** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/mf4.svg" width="16" height="16"> | Plays an MDF4 file back as if it were live data. | Disabled while a device is connected or while the MDF4 player is already open. See [MDF4](https://serial-studio.com/help/mdf4.md). |

### Assistant / Extensions section

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Assistant** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/ai.svg" width="16" height="16"> | Opens the [AI Assistant](https://serial-studio.com/help/ai-assistant.md) to build and edit a project by chatting. | In the free build this button is **Extensions** instead, opening the [extension manager](https://serial-studio.com/help/extensions.md). |
| **Deploy** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/deploy.svg" width="16" height="16"> | Opens the shortcut generator to build a standalone [operator app](https://serial-studio.com/help/operator-deployments.md) for the current project. | |
| **Sessions** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/sessions.svg" width="16" height="16"> | Opens the [Session Database](https://serial-studio.com/help/session-database.md) explorer to browse, replay, and export recorded sessions. | |
| **Extensions** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/extensions-small.svg" width="16" height="16"> | Browse and install [extensions](https://serial-studio.com/help/extensions.md). | In the free build, the section's first button is Extensions; in Pro it lives here alongside the AI tools. |

### Preferences and driver selection

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Preferences** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/settings.svg" width="16" height="16"> | Opens application settings and preferences. | Authoring mode only. |
| **UART** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/uart.svg" width="16" height="16"> | Selects the Serial port (UART) [driver](https://serial-studio.com/help/drivers-uart.md). | |
| **Audio** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/audio.svg" width="16" height="16"> | Selects the [audio input](https://serial-studio.com/help/drivers-audio.md) driver. | |
| **USB** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/usb.svg" width="16" height="16"> | Selects the [raw USB](https://serial-studio.com/help/drivers-usb.md) driver. | |
| **Network** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/network.svg" width="16" height="16"> | Selects the TCP / UDP [network](https://serial-studio.com/help/drivers-network.md) driver. | |
| **Modbus** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/modbus.svg" width="16" height="16"> | Selects the [Modbus](https://serial-studio.com/help/drivers-modbus.md) driver. | |
| **HID** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/hid.svg" width="16" height="16"> | Selects the [HID](https://serial-studio.com/help/drivers-hid.md) driver. | |
| **Bluetooth** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/bluetooth.svg" width="16" height="16"> | Selects the [Bluetooth LE](https://serial-studio.com/help/drivers-bluetooth-le.md) driver. | |
| **CAN Bus** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/canbus.svg" width="16" height="16"> | Selects the [CAN Bus](https://serial-studio.com/help/drivers-can-bus.md) driver. | |
| **Process** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/devices/drivers/process.svg" width="16" height="16"> | Selects the [Process I/O](https://serial-studio.com/help/drivers-process-io.md) driver. | |

The driver buttons are a single-choice group: the active driver's label is shown in bold. They are disabled while a connection is live, while a file player is open, and for multi-source projects (where the source list is fixed by the project). See [Data Sources](https://serial-studio.com/help/data-sources.md).

### Help and about

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **About** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/about.svg" width="16" height="16"> | Shows application info and license details. | Authoring mode only. |
| **Examples** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/examples.svg" width="16" height="16"> | Browses the bundled example projects. | Authoring mode only. |
| **Help Center** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/help.svg" width="16" height="16"> | Opens this documentation, the FAQ, and the wiki. | Available to operators too. |
| **AI Wiki & Chat** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/deepwiki.svg" width="16" height="16"> | Opens the DeepWiki documentation site in your browser, where you can ask questions about Serial Studio. | Authoring mode only. |

### Connection (right-pinned)

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Activate** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/activate.svg" width="16" height="16"> | Opens license management to activate Serial Studio Pro. | Shown only when a Pro trial has expired and no license is active. |
| **Connect / Disconnect** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/connect.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/disconnect.svg" width="16" height="16"> | Opens or closes the connection to the configured device. This is a toggle: when connected the icon and label change to **Disconnect**. | Disabled until the connection is fully configured, and while a CSV / MDF4 / session player is open. |

## Setup panel

The Setup panel docks on the right edge of the window and is where you choose how data is parsed and which I/O driver to use. Drag its left edge to resize it and give the Dashboard more space.

### Frame parsing

Three radio buttons pick the [operation mode](https://serial-studio.com/help/operation-modes.md):

| Option | What it does |
|--------|--------------|
| **Console Only (No Parsing)** | Raw bytes go straight to the terminal. No widgets, no parsing. |
| **Quick Plot (Comma Separated Values)** | Auto-builds a dashboard from comma-separated numbers. |
| **Parse via Project File** | Uses a `.ssproj` project to parse frames and build a custom dashboard. Disabled while connected or while a file player is open. |

### Device setup

- **I/O Interface** selector: chooses the active driver (the same set as the toolbar driver buttons). Each choice swaps in a driver-specific settings panel below it (port and baud rate for UART, host and port for Network, and so on). See [Communication Protocols](https://serial-studio.com/help/communication-protocols.md) and the per-driver pages under [Drivers](https://serial-studio.com/help/drivers-uart.md).
- An **API Server** status indicator appears in the panel header when the [TCP API](https://serial-studio.com/help/api-reference.md) is enabled, showing whether clients are connected.

### Data export

Switches that arm recording for the session. Each writes to a separate file or store and can be toggled independently. CSV Spreadsheet, Session Recording, and MDF4 Recording are disabled in Console Only mode; the Console Log switch stays available:

| Switch | What it records | Reference |
|--------|-----------------|-----------|
| **CSV Spreadsheet** | A `.csv` of every parsed frame. | [CSV Export & Playback](https://serial-studio.com/help/csv-export.md) |
| **Session Recording** **(Pro)** | A SQLite session in the database. | [Session Database](https://serial-studio.com/help/session-database.md) |
| **MDF4 Recording** | An ASAM MDF4 measurement file. | [MDF4](https://serial-studio.com/help/mdf4.md) |
| **Console Log** | A transcript of the raw console stream. | |

For a project with two or more data sources, the panel replaces the single-driver controls with an **Open Project Editor** button, because the source list is defined in the project. See [Data Sources](https://serial-studio.com/help/data-sources.md).

## Dashboard Start menu

The Start menu opens from the leftmost taskbar button. It is the dashboard's main menu: workspaces, actions, plugins, tools, and the session controls.

| Entry | Icon | What it does | Notes |
|-------|------|--------------|-------|
| **Workspaces** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/groups.svg" width="16" height="16"> | Picks the active [workspace](#a-note-on-workspaces), creates a new one, shows hidden ones, or edits and deletes user workspaces. | Submenu. |
| **Actions** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/actions.svg" width="16" height="16"> | Lists the project's [actions](https://serial-studio.com/help/actions.md); picking one runs it. | Hidden when the project defines no actions. |
| **Plugins** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/extensions.svg" width="16" height="16"> | Lists installed [plugins](https://serial-studio.com/help/plugin-development.md), plus **Manage Plugins...**. | Hidden when no plugins are installed. |
| **Auto Layout** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/auto-layout.svg" width="16" height="16"> | Toggles automatic tiling of dashboard windows. | Toggle. |
| **Full Screen** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/full-screen.svg" width="16" height="16"> | Toggles the main window between full-screen and windowed. | Toggle. |
| **Add External Window** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/external-window.svg" width="16" height="16"> | Opens a second dashboard window (for a multi-monitor layout). | |
| **Export** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/export.svg" width="16" height="16"> | Submenu of recording toggles: CSV File, MDF4 File, Console Transcript, and Session Database **(Pro)**. | Mirrors the Setup panel's export switches. |
| **Tools** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/tools.svg" width="16" height="16"> | Submenu: Console, Notifications **(Pro)**, Clock, Stopwatch, Preferences, Sessions **(Pro)**, File Transmission **(Pro)**, AI Assistant **(Pro)**. | Toggles the utility widgets and opens the tool windows. |
| **Help Center** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/help.svg" width="16" height="16"> | Opens this documentation. | |
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/resume.svg" width="16" height="16"> | Pauses or resumes data reception for the whole session. | Toggle. |
| **Reset** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/reset.svg" width="16" height="16"> | Clears the dashboard's plotted history and rotates every active recorder (CSV, MDF4, console, database) so the next frame starts a fresh file or session. | |
| **Disconnect / Quit** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/disconnect.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/start/quit.svg" width="16" height="16"> | Disconnects the device. In an operator deployment this entry is **Quit** and closes the app instead. | |

## Dashboard taskbar

The taskbar runs along the bottom of the dashboard.

| Control | Icon | What it does | Notes |
|---------|------|--------------|-------|
| **Menu** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/doc/brand/logo.svg" width="16" height="16"> | Opens the [Start menu](#dashboard-start-menu). | Always the leftmost button. |
| **Search** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/search.svg" width="16" height="16"> | Filters open widgets and Start menu entries; results appear in a dropdown. | Shown when taskbar search is enabled in settings. |
| **Pinned shortcuts** | varies | A configurable strip of quick-toggles: Settings, Console, Notifications, Clock, Stopwatch, File Transmission, AI Assistant, Pause / Resume. | The set and order are user-configurable; Pro-only tools are hidden in the free build. Stateful shortcuts light up when active. |
| **Window buttons** | per-widget | One button per open dashboard widget; click to show, focus, or restore that widget. The center strip scrolls with the **<** / **>** arrows when it overflows. | Mirrors the widgets currently on the canvas. |
| **Workspace switcher** | (dropdown) | Selects the active [workspace](#a-note-on-workspaces); the current one is bold. | |
| **Auto Layout** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/auto-layout.svg" width="16" height="16"> | Toggles automatic window tiling (same as the Start menu entry). | Lights up when enabled. |
| **Edit workspace** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/workspace-settings.svg" width="16" height="16"> | Renames or edits the active workspace. | Enabled only for user-created workspaces. |
| **New workspace** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/add-workspace.svg" width="16" height="16"> | Creates a new workspace. | Hidden in operator runtime mode. |
| **MQTT status** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/mqtt-on.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/buttons/mqtt-off.svg" width="16" height="16"> | Shows the [MQTT publisher](https://serial-studio.com/help/mqtt-publisher.md) connection state; click for a status popup with broker, mode, and message count. | Shown only when the MQTT publisher is enabled. |

### A note on workspaces

A **workspace** is a saved arrangement of dashboard windows. Each project includes a default workspace; you can add your own to keep different views of the same data (an overview screen, a diagnostics screen) and switch between them from the taskbar or the Start menu. User workspaces have IDs at or above 1000 and only those can be renamed or deleted.

## Project Editor toolbar

The [Project Editor](https://serial-studio.com/help/project-editor.md) has its own toolbar for building the project tree: file actions on the left, then a series of "add" buttons grouped by what they create. The large buttons add the common item of each group; the small buttons next to them add the specific variants.

### File

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **New** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/new.svg" width="16" height="16"> | Starts a new, empty project. | |
| **Open** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/open.svg" width="16" height="16"> | Opens an existing project. | |
| **Save** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/save.svg" width="16" height="16"> | Saves the project to disk. | Enabled only when there are unsaved changes and saving is allowed. |
| **Save As** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/save-as.svg" width="16" height="16"> | Saves under a new name. | |

### Import and restore

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Protobuf** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/protobuf.svg" width="16" height="16"> | Generates a project from a Protocol Buffers `.proto` schema. | See [Auto-Generating Projects](https://serial-studio.com/help/auto-generating-projects.md). |
| **Restore** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/recover-backup.svg" width="16" height="16"> | Restores a recent automatic snapshot of the project. | See [Backups & Recovery](https://serial-studio.com/help/backup-recovery.md). |
| **Lock** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/lock.svg" width="16" height="16"> | Sets a password and locks the editor. | See [Project Lock](https://serial-studio.com/help/project-lock.md). |
| **Add Device** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-device.svg" width="16" height="16"> | Adds another [data source](https://serial-studio.com/help/data-sources.md) to the project. | |

### Add output controls

| Button | Icon | Adds |
|--------|------|------|
| **Output** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-panel.svg" width="16" height="16"> | An [output control](https://serial-studio.com/help/output-controls.md) panel. |
| **Action** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-action.svg" width="16" height="16"> | An [action](https://serial-studio.com/help/actions.md). |
| **Slider** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-slider.svg" width="16" height="16"> | An output slider. |
| **Toggle** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-toggle.svg" width="16" height="16"> | An output toggle. |
| **Knob** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-knob.svg" width="16" height="16"> | An output knob. |
| **Text Field** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-textfield.svg" width="16" height="16"> | An output text field. |
| **Button** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-output-button.svg" width="16" height="16"> | An output button. |

### Add datasets

| Button | Icon | Adds a dataset shown as |
|--------|------|-------------------------|
| **Dataset** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-dataset.svg" width="16" height="16"> | A plain dataset (no widget). |
| **Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-plot.svg" width="16" height="16"> | A time-series [plot](https://serial-studio.com/help/plots.md). |
| **FFT Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-fft.svg" width="16" height="16"> | An FFT spectrum. |
| **Gauge** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-gauge.svg" width="16" height="16"> | A gauge. |
| **Level Indicator** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-bar.svg" width="16" height="16"> | A bar. |
| **Compass** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-compass.svg" width="16" height="16"> | A compass. |
| **LED Indicator** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-led.svg" width="16" height="16"> | An LED. |

### Add groups

| Button | Icon | Adds a group shown as |
|--------|------|-----------------------|
| **Group** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-group.svg" width="16" height="16"> | A generic dataset group. |
| **Image** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/image.svg" width="16" height="16"> | An [Image View](https://serial-studio.com/help/widget-reference.md#image-view-pro) (Pro). |
| **Web View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-webview.svg" width="16" height="16"> | A web viewer. |
| **Painter** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-painter.svg" width="16" height="16"> | A [Painter](https://serial-studio.com/help/painter-widget.md) widget (Pro). |
| **Table** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-datagrid.svg" width="16" height="16"> | A Data Grid. |
| **Multi-Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-multiplot.svg" width="16" height="16"> | A [MultiPlot](https://serial-studio.com/help/plots.md). |
| **3D Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-plot3d.svg" width="16" height="16"> | A 3D Plot (Pro). |
| **Accelerometer** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-accelerometer.svg" width="16" height="16"> | An accelerometer group. |
| **Gyroscope** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-gyroscope.svg" width="16" height="16"> | A gyroscope group. |
| **GPS Map** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/add-gps.svg" width="16" height="16"> | A GPS map. |

### Assistant and help

| Button | Icon | What it does | Notes |
|--------|------|--------------|-------|
| **Assistant** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/ai.svg" width="16" height="16"> | Opens the [AI Assistant](https://serial-studio.com/help/ai-assistant.md). | |
| **Help Center** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/project-editor/toolbar/help.svg" width="16" height="16"> | Opens the Project Editor documentation. | |

The full set of dataset and widget configuration fields is described in the [Widget Reference](https://serial-studio.com/help/widget-reference.md) and [Project Editor](https://serial-studio.com/help/project-editor.md) pages.

## Dashboard widget toolbars

Most visualization widgets carry a small toolbar of icon buttons along their top edge. The toolbar only appears when the widget is large enough to fit it; shrink a widget and the toolbar hides to leave room for the data. All toggle settings are saved per-widget in the project file, so each tile remembers its own state.

A few conventions are shared across widgets:

- **Pause / Resume** freezes drawing without stopping data collection; the icon swaps between a pause and a play glyph.
- **Show Crosshair** overlays a tracking crosshair that follows the cursor.
- **Reset View** returns pan and zoom to the default; it is disabled until you have zoomed or panned.
- **Axis Range Settings** (gear icon) opens a dialog to pin fixed minimum and maximum axis values.

### Plot

| Button | Icon | What it does |
|--------|------|--------------|
| **Interpolation** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-on.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-off.svg" width="16" height="16"> | Cycles line smoothing: none (raw points), linear, stepped (ZOH), or stem. |
| **Show Area Under Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/area.svg" width="16" height="16"> | Fills the region beneath the curve. Available only with line interpolation. |
| **Show X Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/x.svg" width="16" height="16"> | Shows or hides the X-axis label. |
| **Show Y Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/y.svg" width="16" height="16"> | Shows or hides the Y-axis label. |
| **Show Crosshair** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Tracking crosshair that follows the cursor. |
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/resume.svg" width="16" height="16"> | Freezes drawing without stopping data collection. |
| **Sweep / Trigger Mode** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/sweep.svg" width="16" height="16"> | Turns oscilloscope-style [Sweep / Trigger mode](https://serial-studio.com/help/plots.md#sweep--trigger-mode-pro) on or off. Time-axis plots only. |
| **Trigger Settings** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/trigger.svg" width="16" height="16"> | Opens the **Trigger Settings** dialog (mode, level, slope, holdoff, timebase). Enabled only while Sweep is on. |
| **Reset View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/return.svg" width="16" height="16"> | Returns pan and zoom to the default; disabled until you have zoomed or panned. |
| **Axis Range Settings** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/settings.svg" width="16" height="16"> | Pins fixed minimum and maximum axis values. |

### MultiPlot

The MultiPlot toolbar matches the Plot toolbar, minus **Show Area Under Plot** (which does not apply to overlaid curves). A per-curve legend with show / hide switches sits beside the chart.

| Button | Icon | What it does |
|--------|------|--------------|
| **Interpolation** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-on.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-off.svg" width="16" height="16"> | Cycles line smoothing: none (raw points), linear, stepped (ZOH), or stem. |
| **Show X Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/x.svg" width="16" height="16"> | Shows or hides the X-axis label. |
| **Show Y Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/y.svg" width="16" height="16"> | Shows or hides the Y-axis label. |
| **Show Crosshair** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Tracking crosshair that follows the cursor. |
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/resume.svg" width="16" height="16"> | Freezes drawing without stopping data collection. |
| **Sweep / Trigger Mode** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/sweep.svg" width="16" height="16"> | Turns oscilloscope-style [Sweep / Trigger mode](https://serial-studio.com/help/plots.md#sweep--trigger-mode-pro) on or off. The **Source** setting picks which curve the trigger watches. Time-axis plots only. |
| **Trigger Settings** **(Pro)** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/trigger.svg" width="16" height="16"> | Opens the **Trigger Settings** dialog (mode, source, level, slope, holdoff, timebase). Enabled only while Sweep is on. |
| **Reset View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/return.svg" width="16" height="16"> | Returns pan and zoom to the default; disabled until you have zoomed or panned. |
| **Axis Range Settings** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/settings.svg" width="16" height="16"> | Pins fixed minimum and maximum axis values. |

These buttons and Sweep / Trigger mode are documented in full on the [Plots](https://serial-studio.com/help/plots.md) page.

### FFT Plot

| Button | Icon | What it does |
|--------|------|--------------|
| **Interpolation** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-on.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-off.svg" width="16" height="16"> | Cycles the spectrum line between raw points and interpolated curves. |
| **Show Area Under Plot** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/area.svg" width="16" height="16"> | Fills the area beneath the spectrum. Available only with line interpolation. |
| **Show X Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/x.svg" width="16" height="16"> | Shows or hides the frequency-axis label. |
| **Show Y Axis Label** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/y.svg" width="16" height="16"> | Shows or hides the magnitude-axis label. |
| **Show Crosshair** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Tracking crosshair. |
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/resume.svg" width="16" height="16"> | Freezes drawing. |
| **Reset View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/return.svg" width="16" height="16"> | Resets pan and zoom. |
| **Axis Range Settings** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/settings.svg" width="16" height="16"> | Fixed axis ranges. |

See the [FFT Plot](https://serial-studio.com/help/widget-reference.md#fft-plot) entry for window size and sampling-rate configuration.

### Waterfall (Pro)

| Control | Icon | What it does |
|---------|------|--------------|
| **Color map** | (dropdown) | Picks the color map (Viridis, Inferno, Magma, Plasma, Turbo, Jet, Hot, Grayscale). |
| **Dynamic range** | (dual slider) | Sets the dB floor and ceiling mapped onto the color map (-120 to +20 dB). |
| **Show Colorbar** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/color.svg" width="16" height="16"> | Shows or hides the color scale. |
| **Show Axes & Grid** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/abscissa.svg" width="16" height="16"> | Shows or hides the axes and grid. |
| **Show Crosshair** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Frequency / time readout under the cursor. |
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/resume.svg" width="16" height="16"> | Freezes drawing. |

See the [Waterfall](https://serial-studio.com/help/widget-reference.md#waterfall-pro) entry for details.

### GPS Map

| Button | Icon | What it does |
|--------|------|--------------|
| **Auto Center** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Keeps the map centered on the latest position. |
| **Plot Trajectory** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/poliline.svg" width="16" height="16"> | Draws the path traveled. |
| **Zoom In / Zoom Out** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/zoom-in.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/zoom-out.svg" width="16" height="16"> | Changes the map zoom level. |
| **Show Weather** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/weather.svg" width="16" height="16"> | Overlays a live weather layer. |
| **NASA Weather Overlay** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/nasa.svg" width="16" height="16"> | Overlays the NASA GIBS imagery layer. |
| **Base Map** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/map.svg" width="16" height="16"> | A dropdown that selects the map style (street, satellite, terrain, and so on). |

### 3D Plot (Pro)

| Button | Icon | What it does |
|--------|------|--------------|
| **Interpolate** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-on.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/interpolate-off.svg" width="16" height="16"> | Smooths the trajectory between points. |
| **Orbit Navigation** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/orbit.svg" width="16" height="16"> | Drag rotates the camera around the data. |
| **Pan Navigation** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pan.svg" width="16" height="16"> | Drag slides the camera (mutually exclusive with Orbit). |
| **Orthogonal View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/orthogonal_view.svg" width="16" height="16"> | Snaps the camera to an isometric angle. |
| **Top / Left / Front View** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/top_view.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/left_view.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/front_view.svg" width="16" height="16"> | Snaps the camera to a standard orthographic view. |
| **Auto Center** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/center.svg" width="16" height="16"> | Keeps the cloud centered as new points arrive. |
| **Anaglyph 3D** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/anaglyph.svg" width="16" height="16"> | Renders a red / cyan stereo image for 3D glasses. |
| **Invert Eye Positions** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/invert.svg" width="16" height="16"> | Swaps the left / right eyes (enabled only with Anaglyph on). |
| **Eye Separation** | (slider) | Sets the stereo separation (enabled only with Anaglyph on). |

### Image View (Pro)

| Button | Icon | What it does |
|--------|------|--------------|
| **Export Images** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/camcoder.svg" width="16" height="16"> | Saves each incoming frame to disk. |
| **Open Export Folder** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pictures-folder.svg" width="16" height="16"> | Reveals the export folder in the file manager. |
| **Zoom In / Zoom Out** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/zoom-in.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/zoom-out.svg" width="16" height="16"> | Magnifies the image (1x to 5x), with drag to pan. |
| **Show Crosshair** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/crosshair.svg" width="16" height="16"> | Cursor crosshair with pixel coordinates. |
| **Filter** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/color.svg" width="16" height="16"> | A dropdown of display filters (Normal, Grayscale, High Contrast, Vivid, Night Vision, Infrared, Deep Blue, Amber). |

### Data Grid

| Button | Icon | What it does |
|--------|------|--------------|
| **Pause / Resume** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/pause.svg" width="16" height="16"> <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/dashboard-buttons/resume.svg" width="16" height="16"> | Freezes the table without stopping data collection. |

### Accelerometer

| Button | Icon | What it does |
|--------|------|--------------|
| **Settings** | <img src="https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/refs/heads/master/app/rcc/icons/toolbar/settings.svg" width="16" height="16"> | Opens the configuration dialog (max-G range). |

### Widgets without a toolbar

These widgets have no toolbar; their interaction is direct:

- **Bar, Gauge, Meter, Compass, Clock** are two-page swipe views. Swipe horizontally, or click the page-indicator dots at the bottom, to flip between the analog face and the large digital readout. The active page is saved per widget.
- **Gyroscope** and **LED Panel** are display-only.
- **Stopwatch** has its own **Start / Stop**, **Lap**, and **Reset** buttons and a lap table; see [Widget Reference](https://serial-studio.com/help/widget-reference.md#stopwatch).
- **Output** controls (button, slider, toggle, knob, text field) are interactive inputs that send values to the device; see [Output Controls](https://serial-studio.com/help/output-controls.md).
- **Painter** (Pro) renders entirely from its user script and has no toolbar; see [Painter Widget](https://serial-studio.com/help/painter-widget.md).

## Console toolbar

The [console](https://serial-studio.com/help/operation-modes.md#console-only-mode) terminal has a send row and an options row rather than an icon toolbar.

**Send row:** an **Attach** button for [file transmission](https://serial-studio.com/help/file-transmission.md), an input box that sends on Enter or the **Send** button, a **HEX** toggle to send hexadecimal, and dropdowns for line ending and checksum. On a multi-device project a device selector picks the target.

**Options row:** **Show Timestamp**, **Echo**, **Emulate VT-100**, and **ANSI Colors** checkboxes, a **Display** mode dropdown, and a **Clear** button. Right-click the terminal for **Copy**, **Select all**, and **Clear**.

## Notification log

The [notification](https://serial-studio.com/help/notifications.md) log has a **Filter by channel** field, an unread-count badge, and a **Clear all notifications** button.

## See also

- [Getting Started](https://serial-studio.com/help/getting-started.md): the main-window layout and a first connection walkthrough.
- [Operation Modes](https://serial-studio.com/help/operation-modes.md): how the Console / Dashboard view and parsing are chosen.
- [Widget Reference](https://serial-studio.com/help/widget-reference.md): every widget type and its configuration fields.
- [Plots](https://serial-studio.com/help/plots.md): the plot toolbar and Sweep / Trigger mode in detail.
- [Project Editor](https://serial-studio.com/help/project-editor.md): building and configuring a project.
- [Output Controls](https://serial-studio.com/help/output-controls.md): the interactive control widgets.
