# 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 %}


---

# 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://docs.gpscripts.dev/tax-system/installation/step-1-sql-file.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.
