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

# Interface Overview

> A guided tour of the Traseq interface — navigation, editor, and analysis screens.

Once you sign in, you'll land in a workspace-centered interface with a sidebar
for navigation and dedicated screens for strategy editing and analysis.

## Sidebar navigation

The left sidebar is your main menu.

| Item           | Function                                                   |
| -------------- | ---------------------------------------------------------- |
| **Home**       | Workspace dashboard with quick actions and recent activity |
| **Strategies** | Strategy creation, editing, and management                 |
| **Backtests**  | Backtest history and status tracking                       |
| **Analysis**   | Comparison sets and multi-backtest analysis                |
| **Settings**   | Workspace members, billing, and preferences                |

## Workspace switcher

At the top of the sidebar, the workspace switcher lets you move between your
workspaces.

## Home dashboard

The Home page gives you a quick snapshot of your workspace:

* shortcuts to common actions
* in-progress work
* remaining credits and plan limits
* your latest backtest result

## Strategy list page

The Strategies page is where you manage all your strategies. It includes:

* search by name
* status filters
* sorting options
* tabs for strategies and blocks

## Strategy editor

The strategy editor uses a visual canvas with three main areas:

| Area                 | Location | Function                    |
| -------------------- | -------- | --------------------------- |
| **Block Library**    | Left     | Browse and add blocks       |
| **Canvas**           | Center   | Drag, drop, and merge logic |
| **Entry/Exit zones** | Bottom   | Define entry and exit rules |

## Backtest results page

After a backtest completes, the result page includes:

* **Summary**
* **Rules**
* **Trades**
* **Analytics**
* **Charts**

## Comparison page

The Analysis page is where you compare multiple backtests. In comparison mode:

* each selected backtest appears as a card at the top
* you can mark one backtest as the baseline for relative comparisons
* tabs below let you compare performance, risk, conditions, and time periods

## Next steps

* [Build Your First Strategy](/guides/tutorials/first-strategy)
* [Workspace Overview](/guides/workspace/overview)
