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

# Find your files

> Browse everything the Builder has written, across one workspace or your whole company, and edit your business plan in place.

Every file the Builder writes is synced out of its workspace so you can look at it. That includes your app's source, the summaries it writes for you, and your company's business plan.

## Before you start

You need at least one workspace with a completed build.

## Browse one workspace's files

Open the workspace, then select its **Files** tab. You get that workspace's files.

## Browse everything in a company

Open **Files** from Search (**⌘K**). You get the active company's whole store: every workspace as a top-level folder, with its files inside.

If nothing has been built yet, you see:

> No files yet. Each project's agents write here as they build.

## What you will find

| File              | What it is                                                                                                                                                     |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `BUILD.md`        | A summary the Builder writes at each completed milestone: what it built, what is on each page, and suggested next steps. Written for you, not for an engineer. |
| `plan.md`         | Your company's business plan. See [Your business plan](/company/business-plan).                                                                                |
| Your app's source | The pages, components, and styles that make up your product.                                                                                                   |

`BUILD.md` is the most useful file here if you do not read code. It is the Builder's own account of what exists.

## What you can do

Browsing is **read-only, with one exception: your business plan.** You can open `plan.md` and edit it in place — it is yours, and no model ever rewrites it.

Everything else you read but do not touch. To change your app, ask the Builder in the conversation. That is the only way your app changes.

<Note>
  Deletions sync too. When the Builder removes a file, it disappears from this list after the next milestone.
</Note>

## Verify

* Your workspace appears as a folder.
* A `BUILD.md` exists after your first completed milestone.
* Opening a file shows its contents.

## Troubleshooting

| Problem                        | Fix                                                                             |
| ------------------------------ | ------------------------------------------------------------------------------- |
| No files after a build         | Files sync at milestones. Wait for the Builder's summary, then check again.     |
| A file you expected is missing | Ask the Builder in the conversation — it can tell you what it wrote.            |
| You want to edit a file        | Edit `plan.md` here; for anything else, ask for the change in the conversation. |
| Wrong workspace's files        | Check which workspace is open, and which company is active in the switcher.     |

## Next

<Columns cols={2}>
  <Card title="Your business plan" icon="file-lines" href="/company/business-plan">
    The one document that grounds your daily tasks.
  </Card>

  <Card title="Publish your site" icon="globe" href="/publish/publish-your-site">
    Put your work on a public address.
  </Card>
</Columns>
