# Importing

It is possible to re-import a store generated by an [exporting](https://fmtc.jaffaketchup.dev/v8/import-and-export/exporting "mention").

{% hint style="warning" %}
Attempting to import a damaged/corrupted store may result in a fatal app crash, or major errors at least.

See [#initialisation-safety](https://fmtc.jaffaketchup.dev/v8/usage/initialisation#initialisation-safety "mention") for more information about how this may be handled in future.
{% endhint %}

## With Platform GUI (`withGUI`)

{% embed url="<https://pub.dev/documentation/fmtc_plus_sharing/latest/fmtc_plus_sharing/FMTCImportSharingModule/withGUI.html>" %}

## With A Known `File` (`manual`)

{% embed url="<https://pub.dev/documentation/fmtc_plus_sharing/latest/fmtc_plus_sharing/FMTCImportSharingModule/manual.html>" %}

## Collision/Conflict Resolution

In the event that a store with the same name already exists as the store that is trying to be imported, FMTC has only simple conflict resolution behaviour.

When a collision is detected, the defined callback `collisionHandler` is called asynchronously, with the filename of the import file in addition to the real name of the contained store. It can return either:

* `true`: Override the *entire* existing store and its contents
* `false`: Skip/cancel the import


---

# Agent Instructions: 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:

```
GET https://fmtc.jaffaketchup.dev/v8/import-and-export/importing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
