> 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/welcome.md).

# Welcome

### About the Our Future Health research programme <a href="#about-the-our-future-health-research-programme" id="about-the-our-future-health-research-programme"></a>

We’re bringing together data from up to 5 million adults in the UK. Registered researchers can request access to this data and analyse it to discover new ways to prevent, detect and treat diseases.

The programme aims to provide two main resources for health research:

* an observational dataset for basic science, epidemiological discovery and aetiological research
* a cohort of participants who can be contacted for translational research

Find out more about our programme in the [Cohort Profile: Our Future Health](https://doi.org/10.1093/ije/dyaf171) publication in the International Journal of Epidemiology (Volume 54, Issue 6, December 2025) or have a look on the [Programme design and recruitment](/our-future-health/programme/programme-design-and-recruitment.md) page.&#x20;

{% file src="/files/9cq6TRkT7fPnAerifMDu" %}

***

### About the Our Future Health Trusted Research Environment (TRE)

The Our Future Health Trusted Research Environment (TRE) is built on the DNAnexus Platform. You can access information about the DNAnexus platform in the [DNAnexus documentation](http://documentation.dnanexus.com/).

Visit the [TRE documentation](https://dnanexus.gitbook.io/ofh) for end-to-end guidance on working within the Our Future Health TRE, covering user onboarding, governance, and secure access requirements alongside practical instructions for using the platform. It details how to discover and extract cohort data, run analyses via tools such as Jupyter notebooks or command line interfaces, and manage files through controlled mechanisms like the Airlock. It also includes operational and technical reference material, such as environment structure, permissions, and best practices, so researchers can reproducibly and securely conduct analyses within the TRE.

Visit our public [github](https://github.com/ourfuturehealth/tre-example-notebooks) repository for example code scripts in the form of interactive Python notebooks (`.ipynb`), inlcuding python, R and bash notebooks, to help you get started with the resource.

***

### The available data

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="files"></th></tr></thead><tbody><tr><td><a href="/pages/lRssf4ukqbvypH0DAPF6"><strong>Participant data</strong></a></td><td>Contains registration, consent and baseline demographic information collected across all consented participants.</td><td></td><td></td></tr><tr><td><a href="/pages/jUWMOdf7ofqCy5nTGAyj"><strong>Questionnaire data</strong></a></td><td>Contains self-reported health information, details about participants' household, socioeconomic status, work and education history, lifestyle and family history.</td><td></td><td></td></tr><tr><td><a href="/pages/styNO87HIZqIOH1cQRm2"><strong>Genetic data</strong></a></td><td>Contains single nucleotide polymorphism (SNP) data extracted from blood and made available in two different file formats (pVCF and BGEN). Imputed genetic data now also available.</td><td></td><td></td></tr><tr><td><a href="/pages/4hAnA2YlHf8axK4BBZ6B"><strong>Linked health records data</strong></a></td><td>Contains admitted patient care, outpatient, emergency attendances, cancer registry, dispensed medicines in primary care, and death registration records provided by the National Health Service (NHS) in England.</td><td></td><td></td></tr><tr><td><a href="/pages/OasPV8c2Md25BZUlYd0s"><strong>Clinic measurements data</strong></a></td><td>Contains baseline physical health measurements for participants taken at their clinic appointment by trained staff, including blood pressure and point-of-care lipid profiles for a subset of participants.</td><td></td><td></td></tr><tr><td><a href="/pages/PLp4CajNv7s7v4ywAsb9"><strong>Participant geographies data</strong></a></td><td>Contains geographic information derived from participants’ self-reported address at the time of registration to the Our Future Health programme.</td><td></td><td></td></tr></tbody></table>

Information on the current data release, including data dictionaries and coding files, is available on the [Current data release](/our-future-health/data-releases/current-data-release.md) page or via the [Data and cohort ](https://research.ourfuturehealth.org.uk/data-and-cohort/)section of our website.


---

# 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/welcome.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.
