# GeroSense API Reference

The integration with GeroSense API includes the following steps:

1. [Set up token-based authentication](/gerosense-api-reference/requests-authentication.md).
2. [Register new users](/gerosense-api-reference/registering-users.md).
3. [Send users data](/gerosense-api-reference/sending-users-data.md).
4. [Trigger biological age acceleration computations](/gerosense-api-reference/triggering-biological-age-acceleration-computations.md).
5. [Receive results](/gerosense-api-reference/getting-users-biological-age-acceleration.md).
6. [Request users' resilience](/gerosense-api-reference/getting-users-resilience.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-reference.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.
