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

# Codebase

> Learn about managing your codebase with SteerCode

The **Codebase** tab shows every file SteerCode generates or edits. Use it to review structure, inspect diffs, and verify changes after Code Mode runs.

<Frame caption="Browse files and inspect changes">
  <img src="https://mintcdn.com/steercode/l9csF7jAQiR_B1h5/images/codebase-web.png?fit=max&auto=format&n=l9csF7jAQiR_B1h5&q=85&s=f1f9e7d29083a012361b605a86771e8a" alt="Codebase browser in SteerCode" width="3554" height="2124" data-path="images/codebase-web.png" />
</Frame>

### Download your code

<Steps>
  <Step title="Open the Codebase tab">
    Confirm the app builds and runs as expected.
  </Step>

  <Step title="Click “Download Code”">
    You’ll receive a zip with the full project.
  </Step>
</Steps>

<Tip>
  Use version control after downloading. Commit a clean baseline, then iterate
  with small, verified changes.
</Tip>
