> ## 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.

# Migrate an existing site

> Prepare an existing site for a Fimo rebuild with an experimental migration workflow.

Start from a published URL, repository, or export instead of a blank template.
Fimo prepares migration evidence and a starting project for your coding agent
to review and finish.

<Warning>
  **Experimental:** migration support is still in development. Treat the output as a starting point for exploration and
  review, not as a finished migration.
</Warning>

## Start from a published URL

```bash theme={null}
fimo migrate https://example.com ./my-site
```

The workflow crawls the public site, writes migration files, and prepares
context for your coding agent. It does not prove that every page, asset, form,
redirect, or metadata field was recovered.

## Review before you publish

Compare the rebuilt project with the source. Record anything missing or
unsupported, then use the normal [deploy and publish workflow](/docs/deploy/overview)
only after the review is complete.

[Read the migration guide](/docs/migration/overview)

[See all updates](/docs/changelog/overview)
