# Introduction

{% hint style="success" %}
The [`fmtc_plus_sharing`](https://github.com/JaffaKetchup/fmtc_plus_sharing) module is required to use the import/export functionality.

See the [Additional Setup](/v8/get-started/additional-setup.md#fmtc_plus_sharing-installation-and-setup) instructions to add this module.
{% endhint %}

{% hint style="warning" %}
Note that some tile servers, such as Mapbox, forbid the sharing of their cached tiles, but this should still be acceptable as long as a user only imports their own exports (for example, backup purposes).
{% endhint %}

It is possible to [export](/v8/import-and-export/exporting.md) an entire store (including tiles and metadata) to a standalone file that can be easily shared and distributed between devices, then [imported](/v8/import-and-export/importing.md) on any device.

For example, they can be used to create backup systems, sharing systems, or to distribute a preset package of tiles to all users without worrying about managing IO or managing assets!


---

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