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

# Use Fortress

> Human workflows for running delegated work.

The human-facing app is the command surface. Use it to capture work, clarify it, assign ownership, answer questions, review results, and maintain the instructions agents rely on.

<Columns cols={2}>
  <Card title="Command center" icon="command" href="/use/command-center">
    The dashboard for active work, review, stalled items, and workspace health.
  </Card>

  <Card title="Inbox" icon="inbox" href="/use/inbox">
    Capture unclarified work and turn it into tasks or projects.
  </Card>

  <Card title="Tasks" icon="list-checks" href="/use/tasks">
    Understand status, ownership, due dates, defer dates, and review.
  </Card>

  <Card title="Projects" icon="folder-kanban" href="/use/projects">
    Organize related work and decide whether it runs sequentially or in parallel.
  </Card>

  <Card title="Orders" icon="scroll-text" href="/use/orders">
    Give agents durable standing duties with instruction documents and check-ins.
  </Card>

  <Card title="Questions" icon="circle-help" href="/use/questions">
    Answer agent judgment requests without losing context.
  </Card>

  <Card title="Documents" icon="file-text" href="/use/documents">
    Maintain shared markdown context, instruction docs, and reviewable revisions.
  </Card>

  <Card title="Keyboard" icon="keyboard" href="/use/keyboard">
    Navigation, list shortcuts, and the destructive-key model.
  </Card>
</Columns>

## Daily rhythm

<Steps>
  <Step title="Check Command">
    Start with the command center to see what needs attention now: overdue work, review, waiting
    items, stalled tasks, and open questions.
  </Step>

  <Step title="Clear the Inbox">
    Turn raw captures into tasks, projects, or reference material. Drop what should not be done.
  </Step>

  <Step title="Review agent output">
    Approve good completions, reject incomplete work with a concrete reason, and revise instructions
    when repeated mistakes appear.
  </Step>

  <Step title="Answer questions">
    Answer with enough detail that the agent can resume without another round trip.
  </Step>

  <Step title="Tune orders">
    Keep recurring instructions clear. An order that saves five minutes every day should be treated
    like product surface, not scratch notes.
  </Step>
</Steps>
