# Why do individuals who are not dead have death age in endpoint data?

As endpoint age (eg. `T2D_FU_AGE`) in endpoint data is the first event age in cases, and age at censoring from the data in controls. The endpoint age variable can directly be used in survival analyses, for example using cox-models.

The `AGE_AT_DEATH_OR_END_OF_FOLLOWUP` , `DEATH_FU_AGE`, and `FU_END_AGE` variables are the same, they all mean:

* age of death if individual has died, or
* age of emigration if a person has moved abroad, or
* age at the time when register follow-up ends in registers (a.k.a [FU\_END\_DATE](https://docs.finngen.fi/finngen-data-specifics/endpoints/complete-follow-up-time-of-the-finngen-registries-primary-endpoint-data)).

Take a look at the [Complete follow-up time of the FinnGen registries – primary endpoint data](https://docs.finngen.fi/finngen-data-specifics/endpoints/complete-follow-up-time-of-the-finngen-registries-primary-endpoint-data) section.


---

# 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://docs.finngen.fi/faq/about-endpoints/why-individuals-who-are-not-dead-have-death-age-in-endpoint-data.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.
