{% extends "./layout/default" %} {% block content %}

Firefly III Data Import Tool, v{{ version }}

Firefly III Universal Data Import Tool, v{{ version }}

Welcome! This tool will help you import data into Firefly III. You can find instructions in the documentation. Any links you see to the documentation will open in a new window or tab.

To import data, you need to authenticate with Firefly III, and optionally with one of the data sources this importer supports.

{% if pat %}

You're using a Personal Access Token to authenticate to Firefly III.

{% endif %} {% if clientIdWithURL %}

You're using a fixed Client ID and a fixed Firefly III URL to authenticate to Firefly III.

{% endif %} {% if URLonly %}

You're using a Client ID and a fixed Firefly III URL to authenticate to Firefly III.

{% endif %} {% if flexible %}

You're using a self-submitted Client ID and Firefly III URL to authenticate to Firefly III.

{% endif %}
Import a file
Import from GoCardless
Import from Spectre
Extra information

If you change your settings, you may need to press start over for the settings to be recognized. If you are in doubt if the button works: your session identifier is "{{ identifier }}" and should change every time you press the button{% if not isDocker %},{% else %} or restart the container,{% endif %} but it has to stay the same when you simply refresh the page.

Start over

{% endblock %} {% block scripts %} {% endblock %}