> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
> Use this file to discover all available pages before exploring further.

# How Do I Upload your Stores' Products and Collections through a CSV File?

> Upload, download, or delete your stores' data on Gameball.

## Overview

If you want to create loyalty events that involve specific products or collections, Gameball will need some information about them first. To provide this data, you can easily upload a CSV file containing all the details of your products or collections.

***

## How to Access

<Steps>
  <Step title="Navigate to Products and Collections">
    Go to **Dashboard > Settings > Admin Settings > Products and Collections** under **Integrations**.

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/products-collections-menu.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=97f54896b2a2dea136666cbe49b5bba3" alt="Products and Collections Menu" width="2764" height="1406" data-path="images/product-docs/admin-settings/products-collections-menu.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/products-collections-page.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=a08ca8003f61e06d4dbdaff4639c624d" alt="Products and Collections Page" width="2750" height="1420" data-path="images/product-docs/admin-settings/products-collections-page.png" />
    </Frame>
  </Step>

  <Step title="Upload Your CSV File">
    Under **Products** or under **Collections**, click **"Click to upload"** or drag and drop your file.

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/upload-file.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=4843d696a1b83fd43900ed011d5ae34c" alt="Upload File" width="863" height="274" data-path="images/product-docs/admin-settings/upload-file.png" />
    </Frame>
  </Step>
</Steps>

***

## CSV File Formats

<Tabs>
  <Tab title="Products">
    Follow this column format for your **Products** CSV file:

    | Column   | Field        |
    | -------- | ------------ |
    | Column 1 | Product ID   |
    | Column 2 | Product Name |
    | Column 3 | Variant ID   |
    | Column 4 | Variant Name |
    | Column 5 | Price        |
    | Column 6 | URL          |

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/products-csv-format.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=13e29cfd6c7c035ebbfaebda01746a0b" alt="Products CSV Format" width="1266" height="484" data-path="images/product-docs/admin-settings/products-csv-format.png" />
    </Frame>
  </Tab>

  <Tab title="Collections">
    Follow this column format for your **Collections** CSV file:

    | Column   | Field           |
    | -------- | --------------- |
    | Column 1 | Collection ID   |
    | Column 2 | Collection Name |
    | Column 3 | URL             |

    <Frame>
      <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/collections-csv-format.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=d1bd9e9e9cd4ac4c9499b5da0ca834ad" alt="Collections CSV Format" width="846" height="524" data-path="images/product-docs/admin-settings/collections-csv-format.png" />
    </Frame>
  </Tab>
</Tabs>

<Frame>
  <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/csv-upload-success.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=161e79c923ab4fb712b740ea6f028240" alt="CSV Upload Success" width="873" height="131" data-path="images/product-docs/admin-settings/csv-upload-success.png" />
</Frame>

***

## Manage Uploaded Files

To download or delete the previously uploaded file, click on the **Download Current File** option or the **Delete Icon**. The latest uploaded CSV file will be downloaded instantly.

<Frame>
  <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/download-delete-csv.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=6835eb5bd74ef05da15285923a6747bd" alt="Download Delete CSV" width="1710" height="746" data-path="images/product-docs/admin-settings/download-delete-csv.png" />
</Frame>
