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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://auth0.com/feedback

```json
{
  "path": "/docs/manage-users",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

> Learn about working with users, user profiles, and user metadata in Auth0.

# Manage Users

Auth0's hosted cloud database stores user data that is available to you via user profiles. The user information itself can come from a variety of sources, including identity providers, your own databases, and enterprise connections (such as Active Directory or SAML).

***

## Manage Users

##### Import, group, and administer users and control their access.

<Card title="User Accounts" href="/docs/manage-users/user-accounts">
  Migrate, find, organize, and administer user accounts and user data.
</Card>

<Card title="User Migration" href="/docs/manage-users/user-migration">
  Import users from external applications using custom database connections, the Auth0 Management API, or the User Import/Export extension.
</Card>

<Card title="User Search" href="/docs/manage-users/user-search">
  Retrieve user profile details using the Auth0 Management API.
</Card>

<Card title="Organizations" href="/docs/manage-users/organizations">
  Manage your partners and customers and control the ways that end-users access your applications.
</Card>

<Card title="My Account API" href="/docs/manage-users/my-account-api"> </Card>

***

## Manage Access

##### Control who can interact within your applications.

<Card title="Access Control" href="/docs/manage-users/access-control">
  Control users’ access to applications and information based on roles.
</Card>

<Card title="Sessions" href="/docs/manage-users/sessions">
  Define groups of interactions (such as page views, events, social interactions, and e-commerce transactions) between a user and an application that take place within a given timeframe.
</Card>

<Card title="Cookies" href="/docs/manage-users/cookies">
  Control how cookies work with your applications.
</Card>
