# Export & Import auctions

The **Export & Import** feature lets you quickly back up auctions, move auctions between stores, or create multiple auctions in bulk using a file.

This is useful when you want to reuse auction settings or manage many auctions at once.

With this feature, you can:

* Export existing auctions to a file
* Edit auction settings in bulk
* Import auctions back into the app
* Duplicate auctions without re-creating them manually

***

### ⬆️ Export auctions

Exporting allows you to download your auction data as a file.

#### Steps to export auctions

&#x20;1\. Open the app > click **Auctions**&#x20;

&#x20;2\. Tick to auction you want to delete

3\. Click **Export auction** button > The auction will be immediately export to json file

<figure><img src="/files/Y05hSNwhSVEjylI26iOA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/s91cjDXUdTKNgyllOXPl" alt=""><figcaption></figcaption></figure>

#### Edit the export file (optional)

After exporting, you can open the file to make changes.

Common use cases:

* Update auction start or end times
* Adjust starting prices or bid increments
* Duplicate auctions by copying rows
* Prepare auctions for future campaigns

⚠️ **Important:**

* Do not change column names
* Keep required fields filled
* Follow the original format exactly

***

### ⬇️ Import auctions

Importing lets you upload auctions from a file into Tipo Auction.

#### Steps to import auctions

&#x20;1\. Open the app > click **Auctions** > **Profiles**

&#x20;2\. Click **Import** at the right corner > a popup will show up and let you add the auction JSON file &#x20;

3\. After uploading the file, click **Import** button

<figure><img src="/files/hWPw72T7npc9R4mQdaXS" alt=""><figcaption></figcaption></figure>

<figure><img src="https://tipo.io/wp-content/uploads/2024/08/2024-08-24_20-49-02-1024x635.png" alt=""><figcaption></figcaption></figure>

Please note that only the json file exported from our app is allowed to be added here

Once completed, the auctions will appear in your auction list.

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/tipo-auction/auction-rules-and-bidding-features/export-and-import-auctions.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.
