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

# Data releases

- [Current data release](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/current-data-release.md): Information and links to our current and all previous Our Future Health data releases.
- [2026 data releases](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2026-data-releases.md): Links to all the 2026 Our Future health data releases that have occurred to-date
- [Release 14](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2026-data-releases/release-14.md): Information about the data released on ... May 2026
- [2025 data releases](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2025-data-releases.md): Links to all the 2025 Our Future health data releases that have occurred to-date
- [Release 13](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2025-data-releases/release-13.md): Information about the data released on 11th December 2025
- [Release 12](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2025-data-releases/release-12.md): Information about the data released on 17 September 2025
- [Release 11](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2025-data-releases/release-11.md): Information about the data released on 11 June 2025
- [Release 10](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2025-data-releases/release-10.md): Information about the data released on 20 March 2025
- [2024 data releases](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2024-data-releases.md): Links to all the 2024 Our Future health data releases
- [Release 9](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2024-data-releases/release-9.md): Information about the data released on 12 December 2024
- [Release 8](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2024-data-releases/release-8.md): Information about the data released on 18 September 2024
- [Release 7](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2024-data-releases/release-7.md): Information about the data released on 26 June 2024
- [Release 6](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2024-data-releases/release-6.md): Information about the data released on 19 March 2024
- [2023 data releases](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases.md)
- [Release 5](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases/release-5.md): Information about the data released on 12 December 2023
- [Release 4](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases/release-4.md): Information about the data released on 17 October 2023
- [Release 3](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases/release-3.md): Information about the data released on 18 July 2023
- [Release 2](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases/release-2.md): Information about the data released on 18 April 2023
- [Release 1](https://ourfuturehealth.gitbook.io/our-future-health/data-releases/2023-data-releases/release-1.md): Information about the data released on 10 January 2023


---

# 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://ourfuturehealth.gitbook.io/our-future-health/data-releases.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.
