> For the complete documentation index, see [llms.txt](https://longevityhub-ai.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://longevityhub-ai.gitbook.io/whitepaper/privacy-and-data-policy.md).

# Privacy & Data Policy

{% hint style="info" %}
Effective as of October 2025
{% endhint %}

This Privacy & Data Policy (“Policy”) explains how **Telavira Labs Ltd.** (“Telavira Labs”, “we”, or “us”) collects, uses, and protects information through the website [**LongevityHub.ai**](https://longevityhub.ai/) (“Website”).\
This Policy applies globally and aligns with key international privacy standards, including the **GDPR**, **CCPA**, and other similar frameworks.

***

### 1. Data We Collect

We collect limited data to operate and improve the Website, including:

* Technical data (browser type, device, operating system, time of access)
* Aggregated analytics data via cookies
* Voluntarily submitted information such as email addresses for newsletters or inquiries

***

### 2. Sensitive and Health-Related Data

Certain Website features may allow users to submit health-related information such as **lab results, DNA data, or wearable metrics**.\
Such data is classified as sensitive and processed only with **explicit user consent**.\
It is encrypted, stored in pseudonymized form, and may be hosted via decentralized technologies (e.g., Filecoin or similar).\
Users may withdraw consent and request deletion of this data at any time by contacting Telavira Labs.

***

### 3. Use of Data

We use collected data to:

* Improve Website functionality and content relevance
* Respond to user inquiries or manage newsletter subscriptions
* Generate anonymized analytics and technical insights to improve performance

***

### 4. Cookies and Tracking

The Website uses **cookies and similar technologies** to enhance usability.\
Non-essential cookies require consent and can be managed through a cookie banner.\
Analytics tools such as **Google Analytics** or **Meta Pixel** operate in anonymized mode and are used only for aggregated insights.

***

### 5. Decentralized Data Storage

Some Website data may be processed or stored using **decentralized or cloud-based systems** to ensure resilience and privacy.\
These systems are selected for compliance with high security and encryption standards.

***

### 6. Newsletter and Communication

If you subscribe to our newsletter or contact us via form or email, we collect your **email address** and message content solely for communication and updates.\
You can unsubscribe at any time by following the opt-out instructions in our communications or by contacting us directly.

***

### 7. Data Retention

We retain personal data only as long as necessary to fulfill its purpose or comply with legal requirements.\
Sensitive health-related data will be deleted or anonymized once consent is withdrawn or processing is no longer needed.

***

### 8. User Rights

Depending on your jurisdiction, you may have the right to **access, correct, delete, or restrict processing** of your data.\
Requests can be made via email to **<support@longevityhub.ai>**, and we will comply in accordance with applicable laws.

***

### 9. Security

We apply **technical and organizational measures**, including encryption, pseudonymization, and decentralized storage, to protect all processed information.\
Despite these safeguards, no internet transmission or decentralized system can be guaranteed to be **100% secure**.

***

### 10. International Transfers

Data may be processed or stored in multiple jurisdictions.\
Telavira Labs ensures that transfers comply with applicable data protection requirements through **contractual or technical safeguards**.

***

### 11. Governing Law and Disputes

This Policy is governed by the **laws of the British Virgin Islands (BVI)**.\
Any disputes arising from this Policy shall be resolved by **arbitration before the BVI International Arbitration Centre (BVI IAC)**, seated in Tortola, BVI, in English.

***

### 12. Updates

Telavira Labs may update this Policy from time to time.\
Updates will be posted on the Website with a revised effective date.\
Continued use of the Website constitutes acceptance of any changes.

***

### 13. Contact

For privacy-related questions or data requests, please contact:

**Telavira Labs Ltd.**\
1st Floor, Columbus Centre, P.O. Box 2283\
Road Town, Tortola, VG1110, British Virgin Islands\
📧 **<support@longevityhub.ai>**

***

*Last updated: October 2025*


---

# 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://longevityhub-ai.gitbook.io/whitepaper/privacy-and-data-policy.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.
