# Start In Background

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

Note this functionality is only available on Android.

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

{% hint style="info" %}
You should read about the [limitations and tradeoffs of background downloading](/v8/bulk-downloading/background/limitations.md) before you start using it.
{% endhint %}

{% hint style="warning" %}
Before using FMTC, ensure you comply with the appropriate rules and ToS set by your tile server. Failure to do so may lead to a permenant ban, or any other punishment.

This library and/or the creator(s) are not responsible for any violations you make using this package.

OpenStreetMap's can be [found here](https://operations.osmfoundation.org/policies/tiles): specifically bulk downloading is discouraged, and forbidden after zoom level 13. Other servers may have different terms.
{% endhint %}

```dart
FMTC.instance('storeName').download.startBackground();
```

## Available Parameters

{% embed url="<https://pub.dev/documentation/fmtc_plus_background_downloading/latest/fmtc_plus_background_downloading/FMTCBackgroundDownloadingModule/startBackground.html>" %}

## Additional Preparation

You should also wrap your application's root widget (such as a `Scaffold`) with the [`FMTCBackgroundDownload`](https://pub.dev/documentation/flutter_map_tile_caching/5.0.0-dev.6/fmtc_advanced/FMTCBackgroundDownload-class.html) widget.

This is designed to stop the app from terminating when it is taken off the widget tree, such as when the user closes the application. It is safe to leave there even when not downloading: it is intelligent enough to only keep the application alive if there is an ongoing background download.


---

# 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/bulk-downloading/background.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.
