# Data download

To download FinnGen summary statistics you will need to fill the online form at [this link](https://elomake.helsinki.fi/lomakkeet/124935/lomake.html). You will then receive an email containing the detailed instructions for downloading the data.

Release 9 contains

* [GWAS summary association statistics](/documentation/r9/data-description.md)
* [Fine-mapping results](/documentation/r9/data-description.md)
* [Variant annotation](/documentation/r9/data-description.md)
* [HLA region analysis](/documentation/r9/methods/hla-region-analysis.md)

## Using FinnGen data for publications

When using these results in publications, please remember to:

1\)    Acknowledge the FinnGen study. You can use the following text:

*“We want to acknowledge the participants and investigators of the FinnGen study”*

2\)    Cite our latest publication:

Kurki M.I., et al. [FinnGen provides genetic insights from a well-phenotyped isolated population](https://www.nature.com/articles/s41586-022-05473-8). Nature 2023 Jan;613(7944):508-518. doi: 10.1038/s41586-022-05473-8. Epub 2023 Jan 18.

Furthermore, if possible, include "FinnGen" as a keyword for your publication.

If you want to cite this website, use the following citation:

```
@online{finngen,
  author = {FinnGen},
  title = {{FinnGen} Documentation of R8 release},
  year = 2022,
  url = {https://finngen.gitbook.io/documentation/},
  urldate = {YYYY-MM-DD}
}
```

## Manifest

The manifest file with the link to all the downloadable summary stats is available at:

{% embed url="<https://storage.googleapis.com/finngen-public-data-r9/summary_stats/R9_manifest.tsv>" %}


---

# Agent Instructions: 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:

```
GET https://finngen.gitbook.io/documentation/r9/data-download.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.
