# Adding multiple variants to Curate

To add multiple variants to **Curate**, upload a CSV[^1] file containing variant information. Follow the instructions below.

<figure><img src="/files/SB1pxGnDz4EHJrC067UA" alt=""><figcaption><p>Adding multiple variants to <strong>Curate</strong></p></figcaption></figure>

## How to add a large set of variants in Curate

{% stepper %}
{% step %}
Prepare a CSV file with variant details. See [CSV requirements](/emedgene/emedgene-curate-manual/curate_variants/adding-variants-to-curate/adding-multiple-variants-to-curate/csv-format-requirements-for-variant-upload.md).
{% endstep %}

{% step %}
Open **Curate Variants**.
{% endstep %}

{% step %}
Select **Add new** (<i class="fa-plus-large">:plus-large:</i> symbol) in the navigation panel.
{% endstep %}

{% step %}
Select **Switch to batch**.
{% endstep %}

{% step %}
Confirm that the genome reference selected in the navigation panel (GRCh37 or GRCh38) matches the reference used in the CSV file.
{% endstep %}

{% step %}
Upload the CSV file.

{% hint style="warning" %}
**Important:** Do not leave the page until file upload is complete, as leaving will cancel the upload. The upload is finished when file validation results appear.
{% endhint %}
{% endstep %}

{% step %}
Review the file validation results:

* **If validation succeeds:** Proceed to the next step (confirming file upload).
* **If validation fails:**

  * Select **Download the CSV file** to download the CSV file with an added Error column detailing any issues.
  * Fix errors in either the original or annotated file. The Error column in the annotated CSV file is ignored during re-upload.
  * Select **Cancel**.
  * Return to the previous step (uploading the file).

  <figure><img src="/files/BTb3Mkt5h6OkeIu5arhP" alt=""><figcaption><p>Select <strong>Download the CSV file</strong> to download your original file with an added Error column explaining the issue.</p></figcaption></figure>

{% endstep %}

{% step %}
Select **Upload** to finalize the file upload.
{% endstep %}

{% step %}
After uploading the file to **Curate**, a notification appears with a **Download report** link. Download the upload summary file to review the status of each variant's upload.

{% hint style="warning" %}
**Important:** If you don't download the upload summary before closing the notification or leaving the page, it won’t be accessible later from the UI. You will need to contact Illumina Support for assistance.
{% endhint %}

**Upload results:**

* **Success:** Variant added with all details.
* **Partial success:** Variant added but missing some details.
* **Duplication:** Variant not added because it already exists in Curate.
* **Fail:** Variant not added due to overlap or intergenic location.
  {% endstep %}
  {% endstepper %}

**Result:** Variants may be added with all details, partially added, or not added. Review the upload summary to verify the status of each variant.

## Alternative ways to add variants to Curate

* Manually add a single or several variants by specifying their details. <i class="fa-up-right-from-square">:up-right-from-square:</i> [Learn more](/emedgene/emedgene-curate-manual/curate_variants/adding-variants-to-curate/adding-a-single-variant-to-curate.md)
* Export a variant directly from a case in **Analyze**. <i class="fa-up-right-from-square">:up-right-from-square:</i> [Learn more](/emedgene/emedgene-curate-manual/curate_variants/adding-variants-to-curate/exporting-a-variant-from-analyze.md)

[^1]: Comma-Separated Values


---

# 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.connected.illumina.com/emedgene/emedgene-curate-manual/curate_variants/adding-variants-to-curate/adding-multiple-variants-to-curate.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.
