> 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.md).

# Migration

- [Migration overview](https://helpdesk.smaply.app/migration/migration.md): Bring an existing journey map into Smaply from a screenshot, an Excel or CSV spreadsheet, or a JSON export.
- [How to import from Miro](https://helpdesk.smaply.app/migration/how-to-import-from-miro.md): Bring a Miro board into Smaply as a journey map by exporting it as an image.
- [How to import from Figma](https://helpdesk.smaply.app/migration/how-to-import-from-figma.md): Export a Figma frame as an image, then rebuild it as a journey map in Smaply with AI.
- [How to import from PowerPoint](https://helpdesk.smaply.app/migration/how-to-import-from-powerpoint.md): Turn a PowerPoint journey map into a Smaply journey map by exporting the slide as an image and importing it.
- [How to import from image](https://helpdesk.smaply.app/migration/how-to-import-from-image.md): Turn a screenshot of a journey map from any tool into an editable Smaply journey map that AI rebuilds for you.
- [How to import from Excel](https://helpdesk.smaply.app/migration/how-to-import-from-excel.md): Import a journey map from an Excel or CSV spreadsheet, with control over how rows and columns become lanes and stages.
- [How to import from JSON](https://helpdesk.smaply.app/migration/how-to-import-from-json.md): Re-import a journey map you exported from Smaply as JSON, to move it between workspaces or bring back a saved copy.


---

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