> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/migration/migration.md).

# Migration overview

Smaply imports a journey map from several sources. Upload a screenshot of a board, frame, or slide and Smaply AI rebuilds it as an editable map, import an Excel or CSV spreadsheet, or re-import a map you exported from Smaply as JSON. Treat an AI-rebuilt map as a starting point to review and refine, not a pixel-perfect copy.

### Import your maps

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4>Import from image</h4></td><td>Upload a screenshot and let Smaply AI build the journey map. Start here.</td><td><a href="/pages/gUbzvZgq0NRwr87aVZTt">/pages/gUbzvZgq0NRwr87aVZTt</a></td><td><a href="/files/YDr0zLSDY9XO3nmCvAOo">/files/YDr0zLSDY9XO3nmCvAOo</a></td></tr><tr><td><h4>Import from Miro</h4></td><td>Export a Miro board as an image, then import it.</td><td><a href="/pages/gvXOJr2HbXd8lxmXktqG">/pages/gvXOJr2HbXd8lxmXktqG</a></td><td><a href="/files/vWeMdTWRcYFzaOBx5Iud">/files/vWeMdTWRcYFzaOBx5Iud</a></td></tr><tr><td><h4>Import from Figma</h4></td><td>Export a Figma frame as an image, then import it.</td><td><a href="/pages/vSEFXkqD0FJIZlCZRAs8">/pages/vSEFXkqD0FJIZlCZRAs8</a></td><td><a href="/files/vWeMdTWRcYFzaOBx5Iud">/files/vWeMdTWRcYFzaOBx5Iud</a></td></tr><tr><td><h4>Import from PowerPoint</h4></td><td>Export a slide as an image, then import it.</td><td><a href="/pages/anEf5fPCdJUNFcwRrmwi">/pages/anEf5fPCdJUNFcwRrmwi</a></td><td><a href="/files/vWeMdTWRcYFzaOBx5Iud">/files/vWeMdTWRcYFzaOBx5Iud</a></td></tr><tr><td><h4>Import from Excel</h4></td><td>Import a journey map from an Excel or CSV spreadsheet.</td><td><a href="/pages/91FcKopj8LOEVkalDbfx">/pages/91FcKopj8LOEVkalDbfx</a></td><td><a href="/files/vWeMdTWRcYFzaOBx5Iud">/files/vWeMdTWRcYFzaOBx5Iud</a></td></tr><tr><td><h4>Import from JSON</h4></td><td>Re-import a map you exported from Smaply as JSON.</td><td><a href="/pages/wnMk7afQMxQhjtiulwvu">/pages/wnMk7afQMxQhjtiulwvu</a></td><td><a href="/files/vWeMdTWRcYFzaOBx5Iud">/files/vWeMdTWRcYFzaOBx5Iud</a></td></tr></tbody></table>

#### Not yet available

Direct Mural import is not available yet. To bring a Mural board in now, screenshot it and use [Import from image](/migration/how-to-import-from-image.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpdesk.smaply.app/migration/migration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
