# Personal Accounts

> Manage personal account features including dashboard, profile, settings, and account deletion.

*Canonical: https://makerkit.dev/docs/tanstack-prisma/personal-accounts/overview*

---

This guide is part of the [Prisma](/prisma) stack docs.

Every user has a personal account for individual use.

Users can manage their personal account features including dashboard, profile, settings, and account deletion.

If you're using organizations-only mode, you can still access the personal account features by accessing the `/settings` route.

## Features

- ✅ Personal dashboard (with mock data, for demonstration purposes)
- ✅ Profile management (name and image, account deletion)
- ✅ Security settings (password, email, MFA)
- ✅ Custom account deletion policies

## Topics

1. **[Dashboard](./dashboard)** - Personal dashboard
2. **[Profile Settings](./profile-settings)** - Name and image
3. **[Security Settings](./security-settings)** - Password, email, MFA
4. **[Preferences](./preferences)** - Theme and language
5. **[Authorization Policies](./authorization-policies)** - Custom account deletion rules

---

**Next:** [Dashboard →](./dashboard)
