# Requirements

Imported data must comply with the following requirements:

* the maximum size of the data that can be uploaded is 100 Mo
* the data format should match the `Content-Type` configured on the Document Import (e.g. it must be formatted using `CSV` or `NDJSON` - see below)

If you need to import a file than is larger than 100 Mo, please split it before using the upload API and make multiple requests. To split a massive file on linux you can use the following command:

```
split -l <LINE_NUMBER> ./your/file/path
```


---

# 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://developer.mediarithmics.io/resources/your-first-integration/make-the-first-bulk-import/send-documents-using-the-api/requirements.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.
