# Privacy

### We Don't Collect Your Data

Everything you create in Nimbalyst stays on your local machine, giving you complete ownership and control over your work.

Your data lives locally in your file system and is synched via Github if you wish.

* **Local storage**: All application data stored in standard user directories on your machine
* **PGLite database**: PostgreSQL database runs locally with no cloud sync or external connections. This is used to store Windows State and Session History.
* **Optional telemetry**: (We optionally collect usage data but you can opt out
* **No account required**: Use Preditor without creating an account or sharing personal information
* **Open source**: Verify any of the above for yourself. The full source is at [github.com/nimbalyst](https://github.com/nimbalyst)


---

# 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://docs.nimbalyst.com/open-safe-private-secure/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.
