> For the complete documentation index, see [llms.txt](https://docs.milientsoftware.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milientsoftware.com/help/moment-by-topic/integrations/file-import/moment-importer.md).

# Moment Importer

Moment Importer is an advanced tool used to import many different objects at the same time.

The import accepts an Excel file, with a number of sheets. Each sheet is for a specific object.

The Importer has a few limitations, where the major one is that it can only be used by one user/database at the time. If attempting to execute an import, when it's already busy with another import by another user, it will result in an error message.

To make sure the data is in the correct format, there exists a template for this tool, the template has all possible sheets included, but one can use only those needed. And when uploaded, one can select what to actually import.

Contact [integrations team](mailto:integrations-dev@moment.team?subject=Importer%20template%20request) to get a copy of the template.


---

# 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://docs.milientsoftware.com/help/moment-by-topic/integrations/file-import/moment-importer.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.
