# Your first bulk imports

Bulk imports let you directly upload data to mediarithmics, without using the mediarithmics tag.

In contrast with the mediarithmics tag which lets you send only events, bulk imports let you upload different types of data:

* UserActivity (offline purchase import, store visit, ...)
* UserSegment (email list import, cookie list import, user account list import)
* UserProfile (CRM import, scoring import, ...)
* User association (CRM onboarding, ...)
* User dissociation
* Identifiers suppression (GDPR suppression requests, opt out management)

However, you should note that while events sent using the mediarithmics tag are processed without delay, processing bulk import files can take hours, so if you're looking for responsiveness, bulk import is not really the way to go.

In this section, you will learn how to import a file using the mediarithmics API.


---

# 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.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.
