diff --git a/docs/essentials/index.md b/docs/essentials/index.md
new file mode 100644
index 00000000..3fe71ba6
--- /dev/null
+++ b/docs/essentials/index.md
@@ -0,0 +1,86 @@
+---
+title: Tecnology Essentials
+icon: material/star-outline
+description: Our recommended methods for removing your personal information from data brokers and people search sites.
+cover: data-broker-removals.webp
+---
+## Password Managers
+
+
+
+- { .twemoji loading=lazy } [Bitwarden](passwords.md#bitwarden)
+- { .twemoji loading=lazy } [Proton Pass](passwords.md#proton-pass)
+- { .twemoji loading=lazy } [1Password](passwords.md#1password)
+- { .twemoji loading=lazy } [Psono](passwords.md#psono)
+- { .twemoji loading=lazy } [KeePassXC](passwords.md#keepassxc)
+- { .twemoji loading=lazy } [KeePassDX (Android)](passwords.md#keepassdx-android)
+- { .twemoji loading=lazy } [gopass (CLI)](passwords.md#gopass-cli)
+
+
+
+[Learn more :material-arrow-right-drop-circle:](passwords.md)
+
+## Multi-Factor Authentication Tools
+
+**Note:** [Hardware security keys](#security-keys) have been moved to their own category.
+
+
+
+- { .twemoji loading=lazy } [Ente Auth](multi-factor-authentication.md#ente-auth)
+- { .twemoji loading=lazy } [Aegis Authenticator (Android)](multi-factor-authentication.md#aegis-authenticator-android)
+
+
+
+[Learn more :material-arrow-right-drop-circle:](multi-factor-authentication.md)
+
+## Real-Time Communication
+
+
+
+- { .twemoji loading=lazy } [Signal](real-time-communication.md#signal)
+- { .twemoji loading=lazy } [Briar](real-time-communication.md#briar)
+- { .twemoji loading=lazy } [SimpleX Chat](real-time-communication.md#simplex-chat)
+- { .twemoji loading=lazy } [Element](real-time-communication.md#element)
+- { .twemoji loading=lazy } [Session](real-time-communication.md#session)
+
+
+
+[Learn more :material-arrow-right-drop-circle:](real-time-communication.md)
+
+## Encryption Software
+
+
+Operating System Encryption
+
+For encrypting your OS drive, we typically recommend using the encryption tool your operating system provides, whether that is **BitLocker** on Windows, **FileVault** on macOS, or **LUKS** on Linux. These tools are included with the operating system and take advantage of hardware encryption elements such as a [secure cryptoprocessor](basics/hardware.md/#tpmsecure-cryptoprocessor).
+
+[Learn more :material-arrow-right-drop-circle:](encryption.md#operating-system-encryption)
+
+
+
+### Cross-platform Tools
+
+
+
+- { .twemoji loading=lazy } [Cryptomator](encryption.md#cryptomator-cloud)
+- { .twemoji loading=lazy } [Picocrypt](encryption.md#picocrypt-file)
+- { .twemoji loading=lazy }{ .twemoji loading=lazy } [VeraCrypt (FDE)](encryption.md#veracrypt-disk)
+- { .twemoji loading=lazy } [Kryptor](encryption.md#kryptor)
+- { .twemoji loading=lazy } [Tomb](encryption.md#tomb)
+
+
+
+[Learn more :material-arrow-right-drop-circle:](encryption.md)
+
+### OpenPGP Clients
+
+
+
+- { .twemoji loading=lazy } [GnuPG](encryption.md#gnu-privacy-guard)
+- { .twemoji loading=lazy } [GPG4Win (Windows)](encryption.md#gpg4win)
+- { .twemoji loading=lazy } [GPG Suite (macOS)](encryption.md#gpg-suite)
+- { .twemoji loading=lazy } [OpenKeychain](encryption.md#openkeychain)
+
+
+
+[Learn more :material-arrow-right-drop-circle:](encryption.md#openpgp)