> For the complete documentation index, see [llms.txt](https://help.solar-archive.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.solar-archive.com/docs/admin-ui/imports/managing-imports.md).

# Managing Imports

The Imports screen is divided into two sections, ongoing imports and completed imports:

### Ongoing Imports

The Ongoing Imports section displays the status of active imports, allowing you to track progress. Each row represents an import task and includes the following details:

· Mailbox: The mailbox or source being imported.\
· State: Indicates the current state of the import (e.g., In Progress, Completed).\
· Users: Displays the number of processed Users versus the total Users.\
· Ignored: Shows the number of ignored emails.\
· Error: The total number of errored emails.\
· Total: The total number of emails in the source data.

<figure><img src="/files/3xJ8Wgrgf4XU2eOJHzk7" alt=""><figcaption></figcaption></figure>

### Completed Imports

Lists imports that have been successfully processed.\
Once an import is finished, it moves to the Completed Imports section. This section contains the same columns as Ongoing Imports but only lists finished import tasks.

### Monitoring Imports

During an import, you can monitor its progress in the Ongoing Imports section. If an import encounters issues, you can view warnings and errors in the Ignored/Warnings column. Once an import is completed, it moves to the Completed Imports section for record-keeping.


---

# 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://help.solar-archive.com/docs/admin-ui/imports/managing-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.
