# Uploading orders

Before uploading, make sure your CSV file is formatted correctly. (You can still map columns later even if they aren’t formatted exactly.)

#### Example CSV Format

| Email Address       | Last Name | First Name | Phone      | Order Date and Time | Ticket Type       | Zip/Postal Code | Qty Tickets | Total Ticket Price | Total Face Value | Order ID | Subscribed to Email | Subscribed to SMS |
| ------------------- | --------- | ---------- | ---------- | ------------------- | ----------------- | --------------- | ----------- | ------------------ | ---------------- | -------- | ------------------- | ----------------- |
| <brenden@cymbal.co> | Brenden   | Rice       | 9492327899 | 1/5/2024 22:00:00   | General Admission | 123456          | 3           | 200                | 190              | 1234567  | TRUE                | TRUE              |

{% file src="/files/KNTxSAX2Mg9oOgu69Qce" %}

## Supported Time Formats

* 12-hour, non-padded, meridiem, with seconds precision (EX: 3:04:05 PM)
* 24-hour with seconds precision (EX: 15:04:05)

## Upload Steps

1. From the [**Home tab**](https://manager.cymbal.co/home), select the **event** you want to upload orders for

   <figure><img src="/files/n3gxs4wJx1pUopsiYOPi" alt=""><figcaption></figcaption></figure>
2. Click **Orders** in the left panel

   <figure><img src="/files/v2lK2gORHBnPWLdZaQ8l" alt=""><figcaption></figcaption></figure>
3. Click **Upload** (top right)

   <figure><img src="/files/tdyqP71iPKiVb3hgSmUM" alt=""><figcaption></figcaption></figure>
4. Upload your CSV file. *(See the example above for formatting.)*

   <figure><img src="/files/jokNPp9NoC5t1wR2bRsa" alt=""><figcaption></figcaption></figure>
5. **Map columns** to the correct Cymbal fields

   <figure><img src="/files/XOfLmG7xWUdgy98gRu1R" alt=""><figcaption></figcaption></figure>
6. Review the **confirmation** modal and respond to any additional questions

   <figure><img src="/files/ORwNEVAmavKU9M62OOG9" alt=""><figcaption></figcaption></figure>
7. Click **Upload** to complete.

***

## Managing Past Uploads

To review or delete past uploads:

1. Click **Upload** again

   <figure><img src="/files/DcNcKos6S4uhzqSBTGCS" alt=""><figcaption></figcaption></figure>
2. Select **Manage past upload**

   <figure><img src="/files/BC0xgvZCuNxcdlFYCZYr" alt=""><figcaption></figcaption></figure>
3. Here you can view all past uploaded CSVs and delete any if needed

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


---

# 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.cymbal.co/help/events/uploading-orders.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.
