# Pacific Data Hub

## Pacific Data Hub

- [Pacific Data Hub](https://docs.pacificdata.org/master.md): Harnessing the power of data and knowledge for sustainable development
- [Change Log](https://docs.pacificdata.org/master/change-log.md)
- [Data Catalogue](https://docs.pacificdata.org/catalogue.md): Data from the Pacific, for the Pacific, all in a single place.
- [User Guide](https://docs.pacificdata.org/catalogue/user-guide.md)
- [Creating a new account](https://docs.pacificdata.org/catalogue/user-guide/creating-a-new-account.md)
- [Advanced Search](https://docs.pacificdata.org/catalogue/advanced-search.md): Using the advanced search features on the PDH Data Catalogue.
- [Solr Search Queries](https://docs.pacificdata.org/catalogue/advanced-search/solr-search.md): Searching for data using Solr search syntax
- [API](https://docs.pacificdata.org/catalogue/api.md)
- [PacificMap](https://docs.pacificdata.org/pacific-map.md): A spatial data exploration tool for everyone
- [User Guide](https://docs.pacificdata.org/pacific-map/user-guide.md)
- [PDH.stat](https://docs.pacificdata.org/dotstat.md): Search, visualise and share Pacific data
- [Data Explorer](https://docs.pacificdata.org/dotstat/de.md): The user-friendly interface to Pacific data
- [Plugins](https://docs.pacificdata.org/dotstat/plugins.md): Access Pacific data with your favorite data analysis software
- [Excel](https://docs.pacificdata.org/dotstat/plugins/excel.md): Create a live connection between your Excel Workbooks and PDH.stat
- [Power BI](https://docs.pacificdata.org/dotstat/plugins/powerbi.md): Produce reports and dashboards with Power BI using a PowerQuery template
- [R](https://docs.pacificdata.org/dotstat/plugins/r.md): Run advanced statistical analyses on Pacific data using the rsdmx package
- [Python](https://docs.pacificdata.org/dotstat/plugins/python.md): Access Pacific data with the most popular data science solution using the pandasdmx library
- [STATA](https://docs.pacificdata.org/dotstat/plugins/stata.md): Connect STATA to PDH.stat with sdmxpdh
- [API](https://docs.pacificdata.org/dotstat/api.md): Integrate your IT applications to the Pacific data ecosystem
- [Interface](https://docs.pacificdata.org/dotstat/api/interface.md): Pacific Data Hub .Stat API. Access macrodata datasets about the Pacific region. Data is available in XML, JSON and CSV formats.
- [Use cases](https://docs.pacificdata.org/dotstat/api/use-cases.md): The PDH.stat API is an efficient way of accessing Pacific data for a variety of use cases.
- [Sample code](https://docs.pacificdata.org/dotstat/api/scode.md): Here are some worked examples of the PDH.stat API being used for various reasons. Full details of each implementation are available in the provided Github links.
- [Microdata Library](https://docs.pacificdata.org/ml.md): A gateway to the Pacific region’s survey, census, and administrative-based microdata and documentation
- [User Guide](https://docs.pacificdata.org/ml/user-guide.md): Entry point for documented census and survey datasets, and access to microdata


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pacificdata.org/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
