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

# Your data & privacy

## What we store

Your account (email, chosen display name/handle), your collection, your listings/deals/chats, and the photos you attach to items. Payments are handled by Stripe (we never see card numbers). Session cookies are HttpOnly; one-time codes (signup, password reset) are stored hashed with strict attempt limits.

## What we don't do

* We don't sell personal data. Ever.
* We never touch the money in P2P deals, so there's no payment profile of you to exploit.
* Realized-deal prices feed the oracle **anonymously** (card, price, date — never who).

## Export — take everything with you

`Collection → Export` gives you the full collection as a ManaBox/Collectr/Moxfield-compatible CSV, free, anytime.

## Delete — completely

`Profile → Delete account` (password re-entry required) erases the account and **everything** referencing it — collection, photos (files included), listings, chats, offers, deals, blocks, notifications — in one atomic sweep that walks the full data graph. Conversations you had with others disappear from their side too (a chat with a deleted user is gone, not ghosted). Invite-code bookkeeping is anonymized rather than deleted. This is GDPR erasure implemented literally, and it's tested on every release.

## Beta note

Magpie is in closed beta: expect rough edges, and know that error monitoring (Sentry) is on so we can fix crashes — reports contain technical context, not your collection.


---

# 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.magpie.gg/project/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.
