> For the complete documentation index, see [llms.txt](https://docs.tosdr.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tosdr.org/site-policy/phoenix-policies/edit.tosdr.org-privacy-policy.md).

# edit.tosdr.org Privacy Policy

When you log in, you need to use at least an email and a password. Nicknames are optional. Passwords are hashed in our database with the bcrypt algorithm. When cancelling your account, we scramble your data in our database so you cannot recover your account and we don't lose your contributions.

**Cookies**

We only use first party cookies. These cookies are used to store your login information (*i.e. When you tick the **remember** box*).\
A cookie is a small file containing a string of characters that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. *You can configure your browser to refuse all cookies or to indicate when a cookie is being sent*.\
Disabling cookies will only affect your login attempts, but other features of the site will remain unaffected.\
**We do not sell your data**.\
**We do not use third party trackers/cookies for the use of this site**.\
**We do not track you**.


---

# 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.tosdr.org/site-policy/phoenix-policies/edit.tosdr.org-privacy-policy.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.
