# Excel / CSV

After you've [structured your data](/guides/import/import.md), save your spreadsheet file with either the .xlsx or .csv extension (Kumu doesn't support the .xls file extension).

Then, you can import that file into Kumu in two different ways:

**1)** Simply drag and drop the file onto the map's canvas.

OR

**2)** Click the green **+** button at the bottom of your map, select **Import**, and click "Select .xslx file" (this button works for .csv files as well). Then click "Import spreadsheet".&#x20;

Either way, you'll have the option to review the import before finalizing to double-check that everything imported correctly. After you review the import, just click save, and you're all set!

{% hint style="success" %}
Get your hands dirty! Find some example data sets, and their accompanying maps, in our [public data samples folder](https://drive.google.com/drive/folders/1_xoIFJ2snCcxta1Fw8AwrxWCe5YlKXCW?usp=sharing).&#x20;
{% endhint %}

{% hint style="info" %}
Seeing errors during your Excel import? You can use the [common pitfalls](/guides/import/import.md#common-pitfalls) section of this guide to help troubleshoot.
{% endhint %}


---

# 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.kumu.io/guides/import/excel-csv.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.
