# Privacy & Data Handling

We take data privacy seriously, following key principles:

* **Chat data anonymization**: User input is processed without storing personally identifiable information (PII)
* **Decentralized storage (optional)**: For audit trails, encrypted snapshots of user interaction logs can be stored on IPFS or Arweave
* **User-controlled history**: Users can opt to delete or reset their interaction history anytime
* **No KYC required** for basic access, ensuring privacy-respecting onboarding


---

# 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://synaptai.gitbook.io/synaptai-docs/technology-stack/privacy-and-data-handling.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.
