> For the complete documentation index, see [llms.txt](https://opendataza.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendataza.gitbook.io/toolkit/open-data-resources.md).

# Open data resources

- [Working with spatial data in South Africa](https://opendataza.gitbook.io/toolkit/open-data-resources/working-with-spatial-data.md)
- [Spatial, land and infrastructure data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/land-property-and-infrastructure-data-resources.md)
- [Water, sanitation and climate data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/water-and-climate-data-resources.md): This list of resources has been updated for #WRCHack2019 https://wrchack.github.io/ and #WRCHack4Water 2020
- [Public finance and governance data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/finance-and-governance-data-resources.md)
- [Company and private investment data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/company-data-resources.md): This is a new section on company data so feel free to Tweet us a link we should be including @OpenDataZA
- [Healthcare data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/healthcare-data-resources.md)
- [Air quality data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/air-quality-data-resources.md)
- [Education data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/education-data-resources.md)
- [Demographic and survey data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/social-attitudes-data-resources.md)
- [Police & defence data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/police-and-defence-data-resources.md)
- [Cultural and heritage data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/cultural-and-heritage-data-resources.md)
- [Economy, employment, trade and industry data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/trade-and-industry-data-resources.md): \*\*\*Working section\*\*\*
- [Agriculture data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/agriculture-data-sources.md)
- [Media and democracy data resources](https://opendataza.gitbook.io/toolkit/open-data-resources/media-and-democracy-data-resources.md)


---

# 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://opendataza.gitbook.io/toolkit/open-data-resources.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.
