# Import File

Before you import, check that your CSV file has the **name** and **email** fields in the following format:

<figure><img src="https://lh6.googleusercontent.com/UWhLOPa6UdBzO66s17El9htjl_JHS95Y4shkQ9nvuHYo8NlUdvAodSZ8nZ5zNgZbFEg2tjvdRZUm4SFP1rKmXNzoO-zRUzT275VOUNeVqTmyr-2ILt0hfkihnavR3BNzg26VUDHyXklms0eOzTC7Le8" alt="lh6.googleusercontent"><figcaption></figcaption></figure>

> **Tip** – Your file must be in CSV format or SkyDeck AI will not accept your import.

***

Select **Import File** tab in the Add member popup. Then click **Upload File** from the pop-up window and locate your CSV file.

<figure><img src="/files/2vg2JScn1qgocQfTmvDF" alt="import members" width="563"><figcaption></figcaption></figure>

If the import is successful, you will see a **Success banner** at the top of the screen, and the page will populate with the new members' information.

{% hint style="info" %}
You can optionally include a third field named **tags** in the CSV file to assign tags to the added members. If not, you can [assign them later](/control-center/setup-guide/manage-members/edit-members.md).
{% 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.skydeck.ai/control-center/setup-guide/manage-members/import-file.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.
