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

# The Workspace

> Get oriented in the Myrmex console: the Directory, the conversational AI at the center, and the tabbed Workspace — all scoped to your context.

import { CardGroup, Card, Note, Steps, Step, Frame, Tip } from '@mintlify/components';

The **Workspace** is where you run Myrmex. It's a single console that puts a navigable map of your environment, a conversation with the AI team, and everything you open — devices, reports, dashboards, terminals — on one screen. Instead of jumping between tools, you describe what you need and watch the work happen in front of you.

## The Console at a Glance

The console has three regions, left to right.

<CardGroup cols={3}>
  <Card title="Directory (left)" icon="folder-tree">
    A navigable map of your environment — the context selector, quick actions,
    your assets, and your account.
  </Card>

  <Card title="Chat (center)" icon="comments">
    The conversational surface where you talk to Centurion and the specialist
    agents in plain language.
  </Card>

  <Card title="Workspace (right)" icon="table-columns">
    The right-hand panel where work opens as persistent **tabs** — device
    details, reports, playbooks, dashboards, and more.
  </Card>
</CardGroup>

<Note>
  Almost everything you see is **scoped to the context you have selected** — the
  working environment chosen automatically when you sign in. Switching context
  filters the Directory, chat, and tabs to that environment. See
  [Core Concepts](/documentation/get-started/concepts#how-your-account-is-organized).
</Note>

## The Directory

The Directory on the left is your navigation hub. From top to bottom it holds:

<Steps>
  <Step title="Context selector">
    At the top, switch the active **organization and context**. Everything below
    reflects the environment you pick.
  </Step>

  <Step title="Search">
    Find any asset or area across the platform quickly.
  </Step>

  <Step title="Quick actions">
    A row of six shortcuts to the things you reach for most — see below.
  </Step>

  <Step title="Environment">
    Your assets, grouped and expandable with live counts — see below.
  </Step>

  <Step title="Account menu">
    At the very bottom, your user card opens settings and account options.
  </Step>
</Steps>

### Quick actions

Six shortcuts sit just under the search box:

<CardGroup cols={3}>
  <Card title="Download Agent" icon="download">
    Onboard a new device with an installation token.
  </Card>

  <Card title="Add Integration" icon="plus">
    Connect an external tool — cloud, firewall, SIEM, EDR, and more.
  </Card>

  <Card title="Updates" icon="arrows-rotate">
    Review and schedule patches across your fleet.
  </Card>

  <Card title="Case Management" icon="briefcase">
    Triage alerts, service-management tickets, and threat intelligence.
  </Card>

  <Card title="Security Posture" icon="shield-halved">
    See your environment scored against compliance frameworks.
  </Card>

  <Card title="Books" icon="book">
    Open the automation library of playbooks and runbooks.
  </Card>
</CardGroup>

### Environment

Below the shortcuts, the **Environment** section lists your assets, each expandable and showing a live count:

* **Devices** — the endpoints registered in Myrmex.
* **Integrations** — your connected external tools.
* **Artifacts** — generated documents: **Reports**, **Policies**, and **Audits**.
* **Change Management** — your change requests (GMUD).

<Tip>
  Group assets into nested folders and steer the AI with per-folder rules — see
  [Folders & rules](/documentation/ai-workspace/folders-and-rules).
</Tip>

### Account menu

Your user card at the bottom opens account and workspace options: **Settings**, **Language**, **Billing & usage**, **Learning**, **Audit logs**, and **Sign out**.

## Chat, at the Center

The center of the console is the chat. Type what you want and **Centurion**, the orchestrator, routes it to the right specialist — or call an agent directly with an `@`-mention. Four controls sit at the top of the chat: **New chat**, **History**, **Clipboard**, and **Favorite**. As the agents work, their reasoning and tool calls stream live, and results open as tabs in the Workspace on the right.

<CardGroup cols={2}>
  <Card title="Chatting with the AI" icon="comments" href="/documentation/ai-workspace/chat">
    Natural language, `@`-mentions, prompt templates, attachments, and artifacts.
  </Card>

  <Card title="Live reasoning & panels" icon="wave-pulse" href="/documentation/ai-workspace/live-reasoning">
    Watch agents think and act, with live terminals, dashboards, and reports.
  </Card>
</CardGroup>

## The Workspace Panel

Everything you open — a device, a report, a playbook run, a log explorer — becomes a tab in the Workspace panel on the right, and its state persists as you move between them. On a wide screen you can split the panel into two and drag tabs between them.

<CardGroup cols={2}>
  <Card title="Tabs & split view" icon="table-columns" href="/documentation/ai-workspace/tabs-and-split-view">
    Persistent tabs for every kind of work, plus side-by-side split view.
  </Card>

  <Card title="Clipboard & usage" icon="clipboard" href="/documentation/ai-workspace/clipboard-and-usage">
    Collect snippets from chat and track token and chat usage over time.
  </Card>
</CardGroup>

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/documentation/get-started/quickstart">
    Sign in, connect an asset, and ask the AI your first question.
  </Card>

  <Card title="Meet the agents" icon="users" href="/documentation/multi-agent-system/overview">
    Learn what each specialist does and how they collaborate.
  </Card>
</CardGroup>
