# Is there a template to upload private lists into Screena?

To upload your private list into Screena, you must respect our **CSV file specifications**, which are highly flexible:

* The CSV file shall be encoded in UTF-8.
* The order of the fields in the CSV file is not important.
* Unnecessary fields can be omitted in the CSV file.
* The delimiter between columns is the pipe.
* It is possible to provide multiple values (name attributes, countries, dates, ...) in a field. The delimiter between multiple values is the semicolon.

{% hint style="info" %}
You can download the template below describing all detailed CSV specifications with a data sample.

You can use this template to enter your data and automatically convert them into a CSV format ready for import:
{% endhint %}

{% file src="/files/TWkzCwalpngUgnV3VqRR" %}
Screena Private List Template
{% endfile %}

{% hint style="warning" %}
Please make sure you never use the **return carriage** character in any of the cells of the 'Input' tab. The return carriage character will alter the automatic conversion to CSV format done in the 'Ready for Import' tab and prevent the CSV file from being uploaded to Screena.
{% endhint %}

{% hint style="info" %}
Please check the API documentation of Screena's [Bulk Importing](https://developer.screena.ai/#bulk-importing) endpoint to learn more about how to import your data into a dataset.
{% 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://help.screena.ai/resources/faq/watchlists/is-there-a-template-to-upload-private-lists-into-screena.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.
