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

# Session Timeline

> An interactive horizontal chart of every activity, verification, and fix in a session.

The Timeline tab renders the session as a horizontal time-series chart. Use the **Zoom slider** to control how much time each pixel represents, zoom in to inspect a short verification cycle, zoom out to see the full session arc.

<img src="https://mintcdn.com/ironbee/kHX-DEGTUXrD4U7O/images/console/project/session-timeline-dark.png?fit=max&auto=format&n=kHX-DEGTUXrD4U7O&q=85&s=ccf686029b8661023cf8813a7fb1d450" alt="IronBee Console — Session Timeline" style={{borderRadius:'8px',width:'100%'}} width="1533" height="721" data-path="images/console/project/session-timeline-dark.png" />

## Chart layout

The chart is split into two synchronized columns:

**Left Labels column**

Lists each activity as a row: Activity 1, Activity 2, and so on. Click a row to expand it and reveal its nested child rows: verifications, fixes, and other intervals that belong to that activity. The expanded state is indicated by a chevron icon.

**Right Chart area**

Scrollable horizontally. Each row in the labels column has a corresponding colored interval bar in the chart area. Nested child bars appear below their parent when the activity is expanded. Tick marks and an axis row at the top show the time scale.

## Interactions

* **Click an interval bar** selects it and opens a detail panel on the right side
* **Drag horizontally** pans the chart
* **Zoom slider** adjusts the time scale

## Detail panels

Clicking an interval opens one of four panels depending on what was clicked:

### Verification panel

<img src="https://mintcdn.com/ironbee/kHX-DEGTUXrD4U7O/images/console/project/verification-detail-dark.png?fit=max&auto=format&n=kHX-DEGTUXrD4U7O&q=85&s=f0bb1791a4d9c7dd8e8f6a1cb0ecfd92" alt="IronBee Console — Verification Detail" style={{borderRadius:'8px',width:'100%'}} width="1721" height="955" data-path="images/console/project/verification-detail-dark.png" />

Opens when a verification interval is clicked. Shows:

* Verdict (pass or fail)
* Checks the agent confirmed
* Issues reported (on fail)
* Fixes applied (on a passing retry)
* Trace data for the cycle

### Fix panel

<img src="https://mintcdn.com/ironbee/kHX-DEGTUXrD4U7O/images/console/project/fix-detail-dark.png?fit=max&auto=format&n=kHX-DEGTUXrD4U7O&q=85&s=54c88c5580a5da2ee580923fbac08df3" alt="IronBee Console — Fix Detail" style={{borderRadius:'8px',width:'100%'}} width="1716" height="956" data-path="images/console/project/fix-detail-dark.png" />

Opens when a fix interval is clicked. Shows the fix details and the code diff.

### Activity panel

<img src="https://mintcdn.com/ironbee/kHX-DEGTUXrD4U7O/images/console/project/activity-detail-dark.png?fit=max&auto=format&n=kHX-DEGTUXrD4U7O&q=85&s=6d5b3d97a54648f0f3697b74932aa251" alt="IronBee Console — Activity Detail" style={{borderRadius:'8px',width:'100%'}} width="1556" height="468" data-path="images/console/project/activity-detail-dark.png" />

Opens when an activity interval bar is clicked directly (without selecting a child). Shows metadata for that activity.

### Other panel

<img src="https://mintcdn.com/ironbee/kHX-DEGTUXrD4U7O/images/console/project/other-detail-dark.png?fit=max&auto=format&n=kHX-DEGTUXrD4U7O&q=85&s=0802be1a286a58726c730c8b451afc31" alt="IronBee Console — Other Detail" style={{borderRadius:'8px',width:'100%'}} width="1728" height="953" data-path="images/console/project/other-detail-dark.png" />

Opens when an unaccounted interval is clicked. Shows context about time within an activity that was neither a verification nor a fix which is idle time, thinking, or tool calls not captured in a named cycle.

Click anywhere outside a panel to close it.

## Related pages

<CardGroup cols={2}>
  <Card title="Verifications" icon="shield-check" href="/console/verifications">
    Verification cycles with evidence and verdicts.
  </Card>

  <Card title="Fixes" icon="wrench" href="/console/fixes">
    Code changes the agent made to resolve failures.
  </Card>
</CardGroup>
