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

# Choose your starting path

> Start a new Fimo site, open an existing Fimo project, or migrate an existing site.

Choose the path that matches what you already have. New projects and existing Fimo projects use the supported onboarding
flow. Website migration is still in development and requires review before you continue.

<CardGroup cols={2}>
  <Card title="Start a new project" icon="sparkles" href="/docs/get-started/quickstart">
    Create a project with editable starter content, run it locally, and publish your first version.
  </Card>

  <Card title="Open an existing Fimo project" icon="folder-open" href="/docs/cli/projects">
    Clone a project that already has code, or connect a local directory using its project ID.
  </Card>

  <Card title="Migrate an existing site (In development)" icon="arrow-right-arrow-left" href="/docs/migration/overview">
    Rebuild a published site, repository, or export as a Fimo project, then review the result before deployment.
  </Card>
</CardGroup>

## If a coding agent is driving

Send it to [Get started for AI coding agents](/docs/get-started/ai-coding-agents). That stable guide tells the agent how to inspect the project and load the version-matched instructions it needs.
