> For the complete documentation index, see [llms.txt](https://carare.gitbook.io/mint-mapping-service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://carare.gitbook.io/mint-mapping-service/importing-metadata/imports.md).

# Importing your dataset

Your first task in MINT is importing or uploading your metadata.  You can do this by:

* Uploading a file (.csv, .txt, .xml and .zip files are allowed)
* Uploading a file using FTP/HTTP
* Harvesting your OAI-PMH repository&#x20;

Log-in to MINT and then click on *My workspace*.

![Workspace](/files/-MAQTPM8jEkCT7AUFPou)

Then click on Import new archive.  A form will appear on the right-hand side of your MINT window (*see image above*).

![Import form](/files/-MAQVmitVxSV92VBWx3y)

Next you need to:

* Specify the [format](/mint-mapping-service/importing-metadata/imports/import-formats.md) of your upload
* Specify that the upload is for your organisation
* Indicate if your import conforms to a schema and no mapping is required

{% hint style="info" %}
Not&#x65;**:** If your data broadly conforms to a schema but you want to make a mapping in MINT to add data for Europeana, do not check the box to indicate which schema the import conforms to.
{% endhint %}

Once you have entered all the details needed by the import form, click on the *submit* button.

The name of the file being uploaded appear in your [*Workspace*](/mint-mapping-service/importing-metadata/imports/managing-files-in-your-workspace.md).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://carare.gitbook.io/mint-mapping-service/importing-metadata/imports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
