# Privacy

Privacy is not optional in Omega OS.

## No Data Collection

{% hint style="info" %}

* Zero telemetry
* No analytics
* No tracking
* No background reporting
  {% endhint %}

## Local AI Processing

{% hint style="info" %}

* Bundled models (Transformers.js)
* Fully offline
* No external AI APIs
* Conversations stay local
  {% endhint %}

## TOR VPN Integration

{% hint style="info" %}

* Built-in Tor daemon
* IP masking
* Location spoofing
* No third-party VPNs
  {% endhint %}

## Blockchain Privacy

{% hint style="info" %}

* Only hashes stored on-chain
* No document contents
* No personal data
* Fully optional
  {% endhint %}


---

# 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://omega-6.gitbook.io/omega/omega-os/privacy.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.
