> For the complete documentation index, see [llms.txt](https://docs.lynx.phas3.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lynx.phas3.io/further-information/faqs.md).

# FAQs

### Q. How is LYNX different to existing solutions (i.e. Apple Health or Google Health)?

The key differences are that no centralised "[Web2](/further-information/glossary.md#web2-vs-web3)" platform (e.g. Google, Apple) will see, own or sell your raw data - only you can do all these things.

The second key difference is data from multiple devices can be streamed all to your personal data wallet, allowing algorithms to analyse this data holistically.

Algorithms are also no longer proprietary - meaning anyone (students, entrepreneurs, communities, start-ups) can develop solutions for your wearables. This means as a user, you can shop around for different solutions meaning you are no longer tied to using the software of your chosen hardware provider.

### Q. Will the 'community' own my biometric data/amalgam of brain data and not me?

No, you will own your biometric data. The raw data will only be able to be read and accessed by you. However, the big data metrics (which may contain your data) will be visible to those who are permissioned to analyse your data. This analysis will be scrubbed of all personal identifying metrics such as name, location, age, IP address, cookie identifiers etc.


---

# 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://docs.lynx.phas3.io/further-information/faqs.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.
