> For the complete documentation index, see [llms.txt](https://au-dohp.gitbook.io/au-dohp-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://au-dohp.gitbook.io/au-dohp-docs/get-help/migrating-your-content-to-the-new-au-dohp-platform.md).

# Migrating your content to the new AU-DOHP Platform

Migrating your content to AU-DOHP is a straightforward process that unlocks powerful data management, analysis, and collaboration capabilities. Follow these key steps to ensure a smooth transition:

1. **Create a Data Pipeline**\
   Use AU-DOHP’s intuitive, no-code interface to set up a pipeline that automates the extraction, transformation, and loading (ETL) of your data. Choose from predefined templates for common sources such as DHIS2, Excel, CSV, Google Sheets, or FHIR. This automation saves time and ensures your data is always up-to-date, allowing you to focus on insights rather than manual processes.
2. **Define a Data Contract**\
   Specify the structure, format, and quality requirements for your data to ensure consistency and reliability. With AU-DOHP, you can easily set terms and conditions, service level objectives, and quality attributes such as accuracy, timeliness, and completeness. This step is crucial for maintaining data integrity and compliance with governance policies, giving you peace of mind that your data meets the highest standards.
3. **Create a Data Product**\
   Package your data into a consumable unit for easy sharing and collaboration. Set access controls and visibility to manage who can view and use your data product, ensuring secure collaboration across teams and organizations. AU-DOHP’s role-based access control (RBAC) system provides granular permissions, allowing you to tailor access to your specific needs while maintaining data security.
4. **Visualize Your Data**\
   Bring your data to life with AU-DOHP’s advanced visualization tools. Create interactive charts and dashboards that deliver real-time insights, empowering you to make informed decisions quickly. Whether you’re monitoring health trends, forecasting outbreaks, or formulating policies, AU-DOHP’s visualization capabilities provide the clarity and precision you need.


---

# 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://au-dohp.gitbook.io/au-dohp-docs/get-help/migrating-your-content-to-the-new-au-dohp-platform.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.
