# Account & Privacy

- [How Tempest Protects Your Privacy](https://docs.gotempest.app/account-and-privacy/how-tempest-protect-your-privacy.md): Tempest uses zero-knowledge end-to-end encryption — your SSH keys and passwords are encrypted on your device before sync. We cannot read them.
- [End-to-End Encryption (E2EE)](https://docs.gotempest.app/account-and-privacy/end-to-end-encryption.md): Tempest's end-to-end encryption explained — threat model, key derivation, per-record encryption, conflict-free sync, and what the server cannot see.
- [Where Tempest Stores Your Credentials](https://docs.gotempest.app/account-and-privacy/where-tempest-stores-credentials.md): Where Tempest stores secrets per platform — Keychain (macOS), Credential Manager (Windows), Secret Service (Linux) with in-memory fallback.
- [Reset Your Tempest Password (Sync Account & Vault)](https://docs.gotempest.app/account-and-privacy/resetting-password.md): How to reset your Tempest sync account password and your end-to-end-encrypted vault password — and what to do if you've lost the vault password entirely.


---

# 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.gotempest.app/account-and-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.
