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

# Security and Privacy

## Your Data is Abstracted

*A crucial aspect of Onairos is that the data shared with apps and services is abstracted. This means that instead of sharing your raw data - like specific searches or actions - from your platforms like Youtube, Instagram, Reddit etc. Onairos only shares generalized insights. For example, if you have recently shown interest in electric cars, your Onairos Model might share that you are interested in sustainable technology. This enables personalized experiences without exposing the specifics of your online activity.*

#### *What we don't do*

<figure><img src="/files/NXqlkLI8CtTMpaPJroyy" alt="" width="344"><figcaption></figcaption></figure>

#### What we do

<figure><img src="/files/HyFuR4j5VGhTd9e7pjNN" alt="" width="344"><figcaption></figcaption></figure>

## Our Data Deletion Policy

*Onairos is built on the principle of empowering users with control over their data. Once your data is securely stored on the blockchain, it is wiped from our servers. This means that there is no centralized storage of your data, and you can have peace of mind knowing that your information isn't susceptible to breaches or unauthorized access on Onairos servers.*

## Controlling Data Requests

*Onairos provides you with granular control over what data you share. When an app or service requests data from your digital personality, you will receive a notification. You have the flexibility to allow all, some, or none of the data requests. Moreover, you can set default permissions for data sharing. For instance, you can configure your account to automatically deny all data requests or only allow certain types of data to be shared.*

<figure><img src="/files/92NxRUVITgJ4NEuZSbkb" alt="" width="188"><figcaption></figcaption></figure>

## Secure Storage

We store all user models in secure cloud storage - not servers, encrypted by the user pin users decide. This ensures

* Your model is always accessible anywhere (even if we were to shut down your access or our servers) ...
* But always secure and unreadable to everyone but you
* No one except you can authorize an app to access your data
* Not even Onairos can authorize access without your permission

We will soon be transitioning to on-device storage as well. This means you can store your model and data securely on your phone, laptop, or other devices!


---

# 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://onairos.gitbook.io/docs/overview/security-and-privacy.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.
