# Organizations

> Create and manage organization accounts for team collaboration.

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

---

Organizations enable multi-tenant team collaboration within your application. Users can create shared workspaces, invite team members, and collaborate on projects together — all while maintaining separate personal accounts.

## Features

- ✅ Create and manage organizations
- ✅ Dedicated organization dashboard
- ✅ Seamless account switcher
- ✅ Comprehensive organization settings
- ✅ Organization deletion with safeguards
- ✅ Full member management with roles
- ✅ Dedicated billing
- ✅ Custom authorization policies

## Topics

1. **[Organization Concept](./organization-concept)** — Learn how organizations fit into the account model
2. **[Dashboard](./dashboard)** — Explore the organization workspace
3. **[Account Switcher](./account-switcher)** — Navigate between personal and organization accounts
4. **[Settings](./settings)** — Configure organization preferences
5. **[Authorization Policies](./authorization-policies)** — Add custom authorization rules
6. **[Lifecycle Hooks](./lifecycle-hooks)** — Run custom code after organization operations

## Routes

Organizations share the same route structure as personal accounts. The currently active organization is determined by application state rather than URL parameters, providing a clean and consistent user experience.

- Dashboard: `/dashboard`
- Settings: `/settings`
- Members: `/settings/members`

---

**Next:** [Organization Concept →](./organization-concept)
