> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/administration-company-administration-company-administration-company/administration/data-manager/manual-import.md).

# Manual Import

## Importing Data in OMS

1. Open a relevant import topic from the category based on your requirements. For instance, Procurement > Purchase Order.
2. Download the provided sample CSV template.
3. Once you've prepared a CSV or JSON file to import, click on `Choose File` to upload the file containing your data.
4. The system will initiate the import, processing the provided data according to the chosen import topic.

If the file you uploaded does not begin processing immediately, the MDM you're using may be set to run in queued mode, which means it will be run by the queue polling job that runs at set intervals. In this case, to process the file immediately, go to the job manager app and run the Process Pending Bulk Imported Files job manually using the `Run Now` function.

After finishing its run, if the file terminates in a `Failed` status or produces `Error Records`, your data has not been processed and needs to be retried. To learn more about troubleshooting this, please refer to this document. (add link)


---

# 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.hotwax.co/documents/administration-company-administration-company-administration-company/administration/data-manager/manual-import.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.
