# Import Features

## Import from CSV <a href="#csv" id="csv"></a>

### Prepare a CSV file

To import features from a CSV file, first, you need to prepare such a file.

Go to the "**Import**" section by pressing the according button in the main menu.

On the "**Import Features (CSV)**" tab you will see the "**Instructions**" section where you can read about what are the requirements for the file that will be imported.

### Perform the import

#### Upload a file

On the same page press the "**Select File**" button and choose a file from your file system.

![](/files/6irOTSbnIvq0PL8RYYUd)

Then press the "Upload" button and the file you've chosen will be uploaded to the server. \
After this, you will see a table with headers from your file so you can verify that it corresponds to the first row.

#### Map headers to feature fields

Now you have to manually map each available feature field to a header in your file so data can be set correctly during the import process.

![](/files/-MPEgcObJXAUUehe5OPJ)

Press the "**Start Import**" button to start the import

You will be able to see the import process status at the top of the page. After the import process finishes, there will be the latest import stats displayed.&#x20;


---

# 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.prodcamp.com/operations/import-features.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.
