> For the complete documentation index, see [llms.txt](https://docs.gpscripts.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpscripts.dev/tax-system/installation/step-1-sql-file.md).

# Step 1 - SQL-File

{% tabs %}
{% tab title="phpMyAdmin" %}
**Using file-import:**\
1\. Select your database on the left side\
2\. Click on the top navigation bar on "Import"\
3\. Select the .sql from the download folder\
4\. Click on the "OK" button on the bottom of the page

\
U**sing sql-request:**\
1\. Select your database on the left side\
2\. Click on the top navigation bar on "SQL"\
3\. Copy an paste the code from the .sql file into the field\
4\. Click on the "OK" button on the bottom-right of the page
{% endtab %}

{% tab title="HeidiSQL" %}
**Using sql-query:**\
1\. Select your database on the left side\
2\. Click on the top navigation bar on "Query"\
3\. Paste the content from the sql file in it\
4\. Click on the blue arrow named "Execute Query"
{% endtab %}
{% endtabs %}
