> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started

> Learn the basics and begin building your authentication solution.

Auth0 is an identity platform to manage access to your applications.

If you’re new to identity and access management (IAM), learn some of the basics and plan the solution that best fits your technology and needs. If you’re familiar with IAM, you can jump in and start building.

***

## Start Building

To get up and running swiftly, choose your application type for a step-by-step quickstart tutorial.

<Columns cols={2}>
  <Card title="Native/Mobile App" href="/docs/quickstart/native">
    Mobile or desktop app that runs natively on a device, like iOS or Android.
  </Card>

  <Card title="Single Page App" href="/docs/quickstart/spa">
    JavaScript web app that runs in the browser, like AngularJS + Node.js or React.
  </Card>

  <Card title="Regular Web App" href="/docs/quickstart/webapp">
    Traditional web app that runs on the server, like Express.js or ASP.NET.
  </Card>

  <Card title="Backend/API" href="/docs/quickstart/backend">
    An API or service protected by Auth0, like Express.js API or ASP.NET API.
  </Card>

  <Card title="AI Agent" href="https://auth0.com/ai/docs">
    An AI agent to call external APIs on the user’s behalf and use human-in-the-loop controls, like LangChain or LlamaIndex.
  </Card>
</Columns>

## Learn the Basics

Build your knowledge of IAM technology and Auth0.

<Columns cols={2}>
  <Card title="Identity Fundamentals" href="/docs/get-started/identity-fundamentals">
    Explore topics related to the fundamentals of identity and access management.
  </Card>

  <Card title="Auth0 Overview" href="/docs/get-started/auth0-overview">
    Discover different use cases. Create and connect the building blocks of your IAM solution.
  </Card>
</Columns>

## Configure Auth0

Define how Auth0 works with your applications and APIs. Control who can access your Auth0 Dashboard.

<Columns cols={2}>
  <Card title="Auth0 Teams" href="/docs/get-started/auth0-teams">
    Learn about Auth0 Teams, including how to enable Teams, view and manage tenants, and manage tenant members.
  </Card>

  <Card title="Dashboard Profile" href="/docs/get-started/dashboard-profile">
    Configure options in Auth0 Dashboard's profile section.
  </Card>

  <Card title="Tenant Settings" href="/docs/get-started/tenant-settings">
    Configure the behavior of your Auth0 tenant.
  </Card>

  <Card title="Applications in Auth0" href="/docs/get-started/applications">
    Control the details of how Auth0 works with your applications.
  </Card>

  <Card title="APIs" href="/docs/get-started/apis">
    Manage access for resource requests made to your APIs.
  </Card>

  <Card title="Manage Dashboard Access" href="/docs/get-started/manage-dashboard-access">
    Administer your team members’ access to your Auth0 Dashboard.
  </Card>
</Columns>

## Plan and Design

Learn about Auth0 flows and architecture so you can make informed decisions about your Auth0 implementation.

<Columns cols={2}>
  <Card title="Authentication and Authorization Flows" href="/docs/get-started/authentication-and-authorization-flow">
    Explore the different flows of information that drive authentication and authorization.
  </Card>

  <Card title="Architecture Scenarios" href="/docs/get-started/architecture-scenarios">
    Read about real-world customer implementations of Auth0.
  </Card>
</Columns>
