> For the complete documentation index, see [llms.txt](https://docs.known.email/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.known.email/legals/privacy.md).

# Privacy Policy

We do NOT collect your regular email address so we do not have the capability to send you emails. We may occasionally send you important messages into your own special inbox you get here.

We have several methods by which you can register an account here. Some of those methods may involve revealing some part of your identity to us (for example: when you send an SMS to us when you start an account, we will get to know your phone number) Such identifiable data would be used ONLY to create your account and nothing more.

Our users are not really creating any data in our system. We are just a messenger system -- a middle man, if you like -- who ensure that emails and messages sent to you are received in your account. We have NO control over the standards (such as privacy policy) of those merchants who send you emails/messages via our system. We have given controls to you by which you can block those emails/messages/senders/domains as per your requirements.

We do NOT use cookies in our system anywhere on our own servers. For some subdomains (such as this documentation) we use external services -- They may have their own privacy standards which we have no control over.

We may implement some statistical analysis system such as Google analytics. There could be cookies that those systems may set in your browser. Please note that those are NOT cookies created by our server.

If you want to completely delete your account with us, you can do so by sending the "*DeleteAccount*" command into your configuration. Use this link <https://known.email/commands/#DeleteAccount>


---

# 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://docs.known.email/legals/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.
