# Importing txAdmin Data

Make a ticket via our [Support Discord](https://discord.ivs.dev) at any time during your setup if you need help.

## Uploading txData

* Find the txData folder for your FiveM server on your machine, usually located with the artifacts.
* Open txData/default/data
* Copy your playersDB.json
* Navigate to the "Panel Settings" page on your Admin Panel.
* Click "Upload txAdmin Data" and follow instructions.

{% hint style="warning" %}
This step is optional, but highly recommended if you already have a player base.

If you forget to do this and have players join your server after the install, you will need to clear `adminpanel_players` and `adminpanel_identifiers` in your database, then you may proceed with the upload.
{% endhint %}


---

# 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.ivs.dev/resources/admin-panel/importing-txadmin-data.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.
