> For the complete documentation index, see [llms.txt](https://support.who-umc.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.who-umc.org/vigiflow/import-data.md).

# Import data

{% hint style="warning" %}
Import functionality might need to be enabled by UMC. For assistance, [contact UMC](mailto:support@who-umc.org).
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Importing E2B XML files</strong></td><td>E2B XML files can be imported in the "Import" section. </td><td></td><td><a href="/pages/FddrYTglyci5OjU1Oqzs">/pages/FddrYTglyci5OjU1Oqzs</a></td></tr><tr><td><strong>The differences between validated and non-validated import</strong></td><td>The requirements differ for validated and non-validated import.</td><td></td><td><a href="/pages/kd9LrVomMD3NKNIb4qNZ">/pages/kd9LrVomMD3NKNIb4qNZ</a></td></tr><tr><td><strong>Interpreting the import status</strong></td><td>The import status can be "ok", "partial", or "fail". </td><td></td><td><a href="/pages/CNUDkxGJ70DTDCeyLS2G">/pages/CNUDkxGJ70DTDCeyLS2G</a></td></tr><tr><td><strong>How to tell why an import has failed</strong></td><td>Learn why an import failed under "Import details".</td><td></td><td><a href="/pages/DwhO6l2qUQGrjNehIE8M">/pages/DwhO6l2qUQGrjNehIE8M</a></td></tr><tr><td><strong>Downloading E2B acklogs</strong></td><td>E2B acklogs can be downloaded in the E2B acklog column.</td><td></td><td><a href="/pages/OSaAUHhTuDfvb5AHOtaj">/pages/OSaAUHhTuDfvb5AHOtaj</a></td></tr><tr><td><strong>Follow-up reports are automatically merged</strong></td><td>Follow-up reports are always merged with the original report.</td><td></td><td><a href="/pages/NJYyzEBQr703QUB5L22J">/pages/NJYyzEBQr703QUB5L22J</a></td></tr><tr><td><strong>How to find a previously uploaded report</strong></td><td>Find uploaded reports by using the search filters. </td><td></td><td><a href="/pages/cbE7XmzeF9WdEeUXzBV3">/pages/cbE7XmzeF9WdEeUXzBV3</a></td></tr></tbody></table>


---

# 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://support.who-umc.org/vigiflow/import-data.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.
