# Upload/Download Configuration

While you can configure the columns manually, if you want to replicate an existing configuration in a similar table, the **Upload and Download Configuration** options let you complete the process in just a few seconds.

This is accomplished by downloading the existing configurations to a text file using 'Download Configurations' and then reusing it later for a similar table using 'Upload Configurations'.

{% hint style="info" %}
When you connect to an existing table in the database, that is already configured, the configuration settings remain intact.&#x20;

Download and upload configuration options are helpful when you have to reset a visual to its original configuration or replicate the same setup in a table with similar fields.&#x20;
{% endhint %}

## Download Configurations

1. To download the existing configuration to a text file, click on **Download Configurations.**

<figure><img src="/files/jvR7MpvQOLI6F8ACpLEP" alt=""><figcaption><p>Download Configurations</p></figcaption></figure>

2. In the confirmation pop-up, click Download to download the file to your local system.&#x20;
3. Click **Save** to save the config file. This will export the column properties in .txt format.&#x20;

## Upload Configurations

To restore a visual to its original column setup or replicate a column configuration from another table, use the **Upload Configurations** option and import the saved configuration file. This includes any added columns as well as the general and display settings. Here’s how to do it:

1. After loading your table into PowerTable, click **Upload Configurations** to import the previously downloaded text file.

<figure><img src="/files/g0IjgWyEXXiHKVDslfal" alt=""><figcaption><p>Upload Configurations</p></figcaption></figure>

2. Select **Click to Upload.** In the file explorer, select the text file you downloaded earlier.
3. Click **Upload.**
4. If conflicting properties exist, a pop-up will appear asking for confirmation to overwrite the existing column configuration. You'll also be prompted about additional columns, such as formulas or multi-select columns (if present), to confirm if you want to add them. You can check the required columns to select them and apply the configurations.
5. Click **Import** to proceed.
6. The columns will be configured and saved automatically with the imported configurations.


---

# 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.powertable.com/explore-powertable/working-with-powertable/column-setup/upload-download-configuration.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.
