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

# Consilium: Fintheon's Main Trading Workspace Hub

> Consilium is Fintheon's main workspace. Navigate between Chat, Sanctum, Boardroom, and Apparatus from a single persistent tab bar.

Consilium is the central workspace inside Fintheon — the panel where you spend most of your time. Everything you do as a trader flows through it: talking to Harper, reading the morning narrative brief in Sanctum, collaborating in the Boardroom, or reviewing your AI agents in Apparatus. The tab bar along the top of Consilium is your primary navigation surface.

## The tab bar

The Consilium tab bar runs along the top of the workspace. **Chat** is a direct button. **Sanctum**, **Boardroom**, and **Apparatus** each open a dropdown with sub-views so you can jump straight to the surface you need.

<CardGroup cols={4}>
  <Card title="Chat" icon="message">
    Your direct line to Harper, Fintheon's Chief Analyst Officer. Ask questions, request a brief, or think through a trade idea.
  </Card>

  <Card title="Sanctum" icon="bolt">
    Narrative intelligence center. Three sub-views: NarrativeFlow canvas, Aquarium deliberation output, and the catalyst Timeline.
  </Card>

  <Card title="Boardroom" icon="people-group">
    Team and agent collaboration hub. Forum for your team channel, Agentic Forum for multi-agent queries.
  </Card>

  <Card title="Apparatus" icon="microchip">
    Agent registry. Dossiers, live activity feeds, scheduled briefs, and agent connection maps for all five agents.
  </Card>
</CardGroup>

## Navigating between tabs

<Steps>
  <Step title="Click any tab to switch">
    Select **Chat**, or open the **Sanctum**, **Boardroom**, or **Apparatus** dropdowns to pick a specific sub-view. The content area fades out briefly and fades back in with the new surface — Chat stays mounted in the background so active streams are never interrupted.
  </Step>

  <Step title="Pick a sub-view from the dropdown">
    Clicking **Sanctum** opens a menu with three options: Timeline, NarrativeFlow, and Arbitrum (the Aquarium deliberation view). Boardroom and Apparatus have their own sub-view menus. You jump directly to the view you select — no intermediate loading screen.
  </Step>

  <Step title="Use the Chart toggle in Sanctum">
    When Sanctum is active, a **Chart** button appears on the right side of the tab bar. Activating it pins a TradingView chart to the right half of the Sanctum workspace, visible across all three Sanctum pages as you scroll.
  </Step>

  <Step title="Use the Proposals panel">
    The **Proposals** toggle (far right of the tab bar) slides open a collapsible right panel showing agent trade proposals and scorecards. It is available from any tab.
  </Step>
</Steps>

## Chat (Harper)

The Chat tab opens a direct conversation with Harper. You can ask for a market read, request a brief, or work through a trade idea. Harper has full context of what is happening on the platform — including the current Sanctum narratives, the RiskFlow feed, and your open positions in Strategium.

<Tip>
  Use the **Run Report** button (scroll icon, top-right of the Chat tab bar) to trigger Harper to generate a fresh brief on demand. The **New Chat** button starts a clean session, and the **History** clock icon lets you browse and reload past sessions.
</Tip>

## Sanctum

Sanctum is the narrative intelligence center. Its three sub-views each approach the market situation from a different angle:

| Sub-view          | What you see                                                                                                             |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **NarrativeFlow** | An interactive canvas of active narrative lanes, connected by ropes that show relationships between threads              |
| **Aquarium**      | Live Arbitrum deliberation output — consensus probability, confidence, the Volatility Read panel, and the daily briefing |
| **Timeline**      | A chronological catalyst tracker for surfacing upcoming macro events and past inflection points                          |

See the [Sanctum](/workspace/sanctum) page for a full guide to each surface.

## Boardroom

The Boardroom tab is where team collaboration and multi-agent deliberation happen side by side. It has three sub-views:

<Tabs>
  <Tab title="Forum">
    The **Forum** sub-view embeds your team's shared channel (powered by Fluxer). Use it for real-time communication with colleagues, sharing ideas, and coordinating across desks.
  </Tab>

  <Tab title="Agentic Forum">
    The **Agentic Forum** is where you send a question to the full agent swarm and watch them deliberate in real time. Each agent — Oracle, Feucht, Consul, Herald, and Harper — responds in its own panel. The **DAG progress bar** across the top tracks the three deliberation waves: Analysis, Deliberation, and Synthesis. Harper's synthesis arrives last and full-width, consolidating the other agents' input into a single actionable read.

    A pulsing gold dot on the Boardroom tab indicates a DAG run is in progress.
  </Tab>

  <Tab title="Research">
    The **Research** sub-view opens your configured research browser frame — a dedicated space to pull in external context without leaving the platform.
  </Tab>
</Tabs>

### The DAG progress bar

When you submit a query in the Agentic Forum, you will see the DAG progress bar at the top of the panel. It visualizes the three-wave execution pipeline:

1. **Analysis** — Oracle, Feucht, Consul, and Herald each run their domain-specific pass
2. **Deliberation** — agents compare positions; conflicts surface here (for example, Oracle vs. Feucht on NQ direction)
3. **Synthesis** — Harper consolidates all agent outputs into a final verdict

Agent initials appear as colored badges: gold when actively streaming, dimmed gold when complete.

## Apparatus

The Apparatus tab is where the five AI agents live. The **Desk** sub-view shows full intelligence briefing cards for Harper, Oracle, Feucht, Consul, and Herald — including their current active narratives, memory facts, and inter-agent connections. Expanding a card reveals the agent's full dossier.

See the [Apparatus](/workspace/apparatus) page for a guide to each agent and the connection map.

## Layout overview

The Consilium workspace sits in the left-center of the Fintheon desktop. To its right is the **Strategium** panel, which houses Mission Control (your account and positions), the live RiskFlow feed, and the economic calendar. Consilium and Strategium are always visible side by side at ≥1440px.

<CardGroup cols={2}>
  <Card title="Sanctum" icon="diagram-project" href="/workspace/sanctum">
    Narrative intelligence — NarrativeFlow canvas, Aquarium, and daily briefs
  </Card>

  <Card title="Strategium" icon="gauge" href="/workspace/strategium">
    Right panel — Mission Control, RiskFlow feed, economic calendar
  </Card>

  <Card title="Apparatus" icon="microchip" href="/workspace/apparatus">
    Agent registry — Harper, Oracle, Feucht, Consul, Herald
  </Card>
</CardGroup>
