> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/getting-started/import-data.md).

# Import Your Data

Switching to Fotello from another platform? You don't have to start from scratch. Tell us where you're coming from and what you'd like to bring over, and our team handles the migration for you — your customers log in and find everything right where they left it.

To start, go to **Settings**, then open the **Import data** card. You can also use [this link](https://app.fotello.co/dashboard/settings).

<figure><img src="/files/JUNUlEVPCFVnH6tbWCiF" alt=""><figcaption></figcaption></figure>

### Request a migration

<figure><img src="/files/pCcMVU6CnnF8mYFIq8V3" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
**Choose where you're coming from**

Open the **Import data** card to launch the **Import your data** window, then pick your current platform:

* Aryeo
* HDPhotoHub
* Spiro
* RelaHQ
* Other (type in the platform name)
  {% endstep %}

{% step %}
**Pick what to bring over**

Select everything you'd like to move into Fotello:

* Listings
* Customers
* Orders
* Invoices
* Appointments
* Products
* Availability
  {% endstep %}

{% step %}
**Add an API key (if asked)**

For some platforms you'll be asked for an API key so we can pull your data securely. When a key is needed, the window shows step-by-step instructions for finding it on that platform.

If you don't have a key, leave the field blank — we'll help you get the data across.
{% endstep %}

{% step %}
**Submit your request**

Click **Import Data**. You'll see a confirmation that your request is in.
{% endstep %}
{% endstepper %}

### What happens next

Once you submit, our team takes it from here:

1. We'll confirm what data to bring over and any access we need.
2. We run the migration on our end — nothing for you to do.
3. You get notified once everything is live in Fotello.

{% hint style="info" %}
Bringing your customers over means they keep using the same login and see their past orders and listings right away — a smooth handoff with no disruption.
{% endhint %}


---

# 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://uni.fotello.co/getting-started/import-data.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.
