> ## Documentation Index
> Fetch the complete documentation index at: https://docs.privy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Overview of user management in Privy, including creating, querying, and managing users and linked accounts.

Privy offers a robust **user management** system for authenticating individuals and organizations, and provisioning access to wallets.

Users in Privy are a generic abstraction that connect authentication, identity, and control. Any entity that can be authenticated and identified, such as an individual person, an organization, or a business, may be modeled as a Privy user.

<img src="https://mintcdn.com/privy-c2af3412/jyuOMbBFXZr8ADwK/images/users-splash.png?fit=max&auto=format&n=jyuOMbBFXZr8ADwK&q=85&s=021dfeb21efbfdbc53646523a6356135" alt="images/users-splash.png" width="3686" height="2633" data-path="images/users-splash.png" />

You can also associate multiple authentication methods with a user, allowing them to login to the same account and access the same wallet with whichever method they choose.

## Individual users

If the customers of your product are individual people, each individual person may be modeled as a Privy user.

Each user can be authenticated across a variety of [login methods](/authentication/user-authentication/privy-auth), including email, SMS, passkey, socials, or [your existing authentication service](/authentication/user-authentication/jwt-based-auth/overview). Users can also link multiple accounts to a single, unified [user object](/user-management/users/the-user-object).

These users can be assigned as [owners](/controls/authorization-keys/owners/overview) of wallets to provision self-custodial user wallets within your product. Privy also offers core authentication primitives including access tokens, identity tokens, and webhooks to seamlessly integrate alongside the rest of your product.

## Organization users

If the customers of your product are organizations or businesses, each organization may be modeled as a single Privy user. In other words, the Privy user is a monolithic representation of the entire organization, which may consist of may individual users of your product.

Like individual users, organization users can be assigned as owners of wallets to provision non-custodial wallets for that organization. Multiple different members of the organization may authenticate as the organization's corresponding Privy user to take action with that organization's wallets.
