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

# Dashboard

> Your account overview for generation activity, usage, and next actions.

The Dashboard is the operational home screen for your workspace. It gives you a quick view of current usage, recent generation activity, and the fastest path back into the work that needs attention.

Expect the Dashboard to surface the information you need before you start a new session: how much usage remains in the current period, where active work stands, and which drafts or workflows should be reopened next.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(79,110,247,0.12), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#4f6ef7', fontWeight: 800, textTransform: 'uppercase', marginBottom: '8px' }}>Usage</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Current cycle</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>Review plan status, generations used, and remaining usage.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(34,197,212,0.12), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#22c5d4', fontWeight: 800, textTransform: 'uppercase', marginBottom: '8px' }}>Activity</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Recent work</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>See recent content activity and saved drafts.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'linear-gradient(135deg, rgba(245,158,11,0.12), rgba(255,255,255,0.03))' }}>
    <div style={{ fontSize: '12px', color: '#f59e0b', fontWeight: 800, textTransform: 'uppercase', marginBottom: '8px' }}>Navigation</div>
    <div style={{ fontSize: '18px', fontWeight: 800, marginBottom: '8px' }}>Next actions</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.55 }}>Jump into Generate, Templates, Content Library, Billing, or API Access.</div>
  </div>
</div>

## What the Dashboard Shows

<CardGroup cols={2}>
  <Card title="Plan and billing status" icon="credit-card">
    View your current plan and billing period status.
  </Card>

  <Card title="Generation usage" icon="activity">
    Track generations used and remaining for the current cycle.
  </Card>

  <Card title="Recent content activity" icon="file-clock">
    Reopen saved drafts and recent generation work.
  </Card>

  <Card title="Workspace shortcuts" icon="panel-top-open">
    Access Generate, Templates, Content Library, Billing, and API Access.
  </Card>
</CardGroup>

## Analytics

WriterzRoom tracks generation activity across four analytics views. Each view can be scoped to a selectable time range of **7, 30, or 90 days**.

<AccordionGroup>
  <Accordion title="Insights">
    Top-level summary of workspace activity: total generations, estimated words produced, average generation time, most-used template, and success rate. Metrics include period-over-period percentage changes where available.
  </Accordion>

  <Accordion title="Template Usage">
    Breakdown of which templates you have used most, including per-template generation count, average generation time, and total words produced.
  </Accordion>

  <Accordion title="Performance">
    Daily generation counts and success rates plotted over the selected range. This view surfaces patterns in when you generate most and how consistently generations complete successfully.
  </Accordion>

  <Accordion title="Usage Distribution">
    Hourly and daily generation totals showing when during the day and week your generation activity is concentrated.
  </Accordion>
</AccordionGroup>

## How to Use It Well

Use the Dashboard as a planning screen before generation.

<Steps>
  <Step title="Check your current cycle">
    Confirm that you are on the right plan and that enough usage remains for the work you intend to complete.
  </Step>

  <Step title="Review recent activity">
    Reopen any recent drafts that should be refined instead of regenerated from scratch.
  </Step>

  <Step title="Inspect analytics">
    Use the analytics views to understand which templates, days, and workflows are driving the most activity.
  </Step>

  <Step title="Choose the next action">
    Move into Generate, Templates, Content Library, Billing, or API Access based on the work session.
  </Step>
</Steps>

## When to Visit the Dashboard

* At the start of a new work session
* Before large generation runs
* After a billing reset to confirm updated usage
* When you need to reopen or continue recent work

<Info>
  If you manage recurring content, the Dashboard is the best place to confirm whether your current cycle still supports the volume you plan to produce.
</Info>
