> For the complete documentation index, see [llms.txt](https://docs.deletefuckingeverything.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deletefuckingeverything.org/virtual-world./social-media..md).

# Social Media.

In accordance with the DFE mantra, if you want to remain anonymous online, begin by deleting your social media accounts. Don't just stop using your accounts, purge the data entirely. This includes accounts you haven't used in years, like your old Facebook profile from 10 years ago. Every piece of data related to you on the internet can be aggregated and used to build a better picture of who you are, so every possible piece should be located and eradicated if you want maximum anonymity.

This doesn't just mean the obvious offenders like Facebook, Instagram, and X. It also means every dead profile you created for school, work, gaming, dating, forums, hobby groups, side projects, and whatever other nonsense seemed worth signing up for at the time. An abandoned account is still useful to anyone trying to map your online presence, especially when it contains the same username, avatar, bio, or email address that you use everywhere else.

The same rule applies to services that are not traditionally thought of as "social media" but still encourage public identity. LinkedIn is one of the worst examples because it packages your employment history, geographic location, professional network, and headshot into a neat little dossier for strangers. If your goal is privacy, that is obviously terrible.

If you insist on keeping some accounts, reduce the amount of information they expose as much as possible. Remove your employer, hometown, school history, phone number, searchable email address, and any other data that makes correlation easier. Lock the accounts down, review the privacy settings, and assume that anything you post may eventually become public anyway.

If you feel the need to retain some repository of information about yourself, whether for your own reference or for family members and friends, consider creating a private network using something like Mastodon. You will have complete control over your data, including what is shared and who it is shared with.[¹](#references)

### References

\[1] <https://www.zdnet.com/article/im-running-my-own-mastodon-server-on-a-raspberry-pi-heres-what-ive-learned/>


---

# 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.deletefuckingeverything.org/virtual-world./social-media..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.
