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

# Dashboard Navigation

> Navigate the StackOne dashboard. Understand the sidebar, project switcher, user settings, and quick search.

This guide explains how to navigate the StackOne dashboard efficiently.

## Dashboard Overview

When you log into StackOne, you'll see the main dashboard with three key areas:

<Frame caption="The StackOne dashboard showing the sidebar navigation and main content area">
  <img src="https://mintcdn.com/stackone-60/uQSSQXWr5naxASjN/images/guides/dashboard-sidebar.png?fit=max&auto=format&n=uQSSQXWr5naxASjN&q=85&s=d2c6fdda7fbbcad8b11374a4ae2a4d6f" alt="StackOne dashboard with sidebar showing Overview, Configuration, and Support sections" width="480" height="1600" data-path="images/guides/dashboard-sidebar.png" />
</Frame>

***

## Sidebar Navigation

The left sidebar is organized into sections:

### Overview

| Menu Item     | Description                                                          |
| ------------- | -------------------------------------------------------------------- |
| **Dashboard** | API request metrics, linked accounts overview, and integration stats |
| **Accounts**  | Manage all linked customer accounts and their connection status      |
| **Logs**      | View request logs for debugging and monitoring API calls             |

### Configuration

| Menu Item              | Description                                                        |
| ---------------------- | ------------------------------------------------------------------ |
| **Field Mapping**      | Customize how data fields map between StackOne and providers       |
| **Connectors**         | Browse and configure available actions for each connector          |
| **Connector Profiles** | Set up authentication configurations (OAuth credentials, settings) |
| **API Keys**           | Create and manage API keys for your project                        |
| **Webhooks**           | Configure webhook endpoints for real-time event notifications      |
| **Playground**         | Test actions using natural language with AI                        |
| **Project Settings**   | Configure project-level settings and preferences                   |

### Support

| Menu Item          | Description                                        |
| ------------------ | -------------------------------------------------- |
| **Field Coverage** | Check which fields are supported for each provider |
| **Documentation**  | Quick link to these docs                           |

***

## Project Switcher

At the top of the sidebar, click on your project name to:

* **Switch projects**: Select a different project from your organization
* **View project details**: See the current project's region (EU1, US1, etc.)

<Tip>
  Use separate projects for development, staging, and production environments.
</Tip>

***

## User Profile & Organization

Click on your name at the bottom of the sidebar to access:

<Frame caption="User profile menu showing account and organization options">
  <img src="https://mintcdn.com/stackone-60/zwNwud3MEpkn5Lar/images/guides/user-profile-menu.png?fit=max&auto=format&n=zwNwud3MEpkn5Lar&q=85&s=e598fa11aaed7e47de956105bc545a33" alt="User profile dropdown showing Account, Manage Team, Security, and Sign Out options" width="3456" height="1888" data-path="images/guides/user-profile-menu.png" />
</Frame>

### Account Settings

| Option          | Description                                        |
| --------------- | -------------------------------------------------- |
| **Account**     | Manage your personal account settings and security |
| **Manage Team** | Invite team members and manage roles (Admin only)  |
| **Security**    | Configure organization security settings like SSO  |
| **Sign Out**    | Log out of your StackOne session                   |

***

## Quick Search (CMD+K)

Press `Cmd+K` (Mac) or `Ctrl+K` (Windows/Linux) to open the command palette for quick navigation.

### What You Can Do

* **Search pages**: Type to filter and jump to any dashboard section
* **Switch projects**: Quickly change between projects
* **Access quick links**: Jump to frequently used pages

<Frame caption="The command palette for quick navigation">
  <img src="https://mintcdn.com/stackone-60/-KFzzx2Rt3VBB1He/images/cmd-k-search-input.png?fit=max&auto=format&n=-KFzzx2Rt3VBB1He&q=85&s=04b3f65e9e3e3958fafcbf6ed7b16bdf" alt="Command palette showing search input and quick links" width="2864" height="1462" data-path="images/cmd-k-search-input.png" />
</Frame>

<Tip>
  The command palette is the fastest way to navigate if you know where you want to go. Just start typing!
</Tip>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Link Your First Account" icon="link" href="/guides/accounts-section">
    Connect a provider to start testing
  </Card>

  <Card title="Test in Playground" icon="play" href="/guides/playground">
    Try actions with natural language
  </Card>
</CardGroup>
