# Getting Users Biological Age Acceleration

There are two ways to get biological age acceleration after it was calculated asynchronously (see [Triggering biological age acceleration computations](/gerosense-api-reference/triggering-biological-age-acceleration-computations.md)):

1. [Receiving results via a webhook](/gerosense-api-proxy-reference/getting-users-biological-age-acceleration/receiving-results-via-a-webhook.md) (preferred way).
2. [Receiving results via API polling](/gerosense-api-proxy-reference/getting-users-biological-age-acceleration/receiving-results-via-api-polling.md).


---

# 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://developer.gerosense.ai/gerosense-api-proxy-reference/getting-users-biological-age-acceleration.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.
