# Tour Links: Uploading CSVs

1\. Prepare Your CSV

Your CSV must include **exactly** these four columns:

* **Venue** *(required)*
* **Location** *(required)*
* **Date** *(required — best practice is to follow this date formatting:* YYYY-MM-DD ex. 2024-01-24, but the program can also accept YYYY/MM/DD , MM/DD/YYYY , MM-DD-YYY&#x59;*)*
* **Ticket Link** *(required)*

Entries missing any of these fields will be skipped. If there are duplicates, they'll still be uploaded.

{% file src="/files/8S8GdFCvJI4SfbcNoqdL" %}

#### 2. Upload the CSV

1. Go to the **Tour Links** section in your dashboard.
2. Click on your Tour Link.
3. Go to the **Tour Dates** tab.
4. Click **Add Shows**, then select **Upload CSV** under the bulk upload options.

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

#### 3. Review and Confirm

After uploading, you’ll be shown a preview of all the shows in your CSV. You can review and confirm them before finalizing the upload.

* All uploaded shows will default to **Sales Mode**.

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

#### 4. Editing or Deleting After Upload

* You can **edit** any show after it's uploaded.
* You can **delete** any show at any time.

### Notes

* Make sure your **dates are formatted correctly** (e.g. YYYY-MM-DD) to avoid upload issues.
* If you want to upload RSVP Mode shows, you’ll need to add them in Sales Mode and switch them to RSVP Mode after upload.

Once confirmed, your shows will appear on your Tour Link and fans will be able to access them immediately.


---

# 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://help.foreverfanmusic.com/growth-tools/tour-links/tour-links-uploading-csvs.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.
