> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-chore-myaccount-api-autoupdate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Auth0 Docs

> Browse the latest sample code, articles, tutorials, and API reference.

export const FakeCenterMode = () => {
  return <style> {`
      #sidebar-content {
        display: none;
      }
      #header {
        text-align: center;
      }
      #page-title {
        width: auto;
        margin: auto;
        font-size: 3rem;
      }
    `} </style>;
};

<FakeCenterMode />

<img alt="Auth0 Docs Banner" src="https://mintcdn.com/docs-dev-chore-myaccount-api-autoupdate/pvjzj0PpZs0MLlyt/assets/banner-mobile.svg?fit=max&auto=format&n=pvjzj0PpZs0MLlyt&q=85&s=e92f5096830f56b9123c0d85b865bf4b" className="block sm:hidden mx-auto" noZoom width="255" height="80" data-path="assets/banner-mobile.svg" />

<img alt="Auth0 Docs Banner" src="https://mintcdn.com/docs-dev-chore-myaccount-api-autoupdate/pvjzj0PpZs0MLlyt/assets/banner.svg?fit=max&auto=format&n=pvjzj0PpZs0MLlyt&q=85&s=bb71469c4c0e46eba2d743d7ac10291e" className="block sm:block mx-auto dark:hidden" noZoom width="962" height="162" data-path="assets/banner.svg" />

<img alt="Auth0 Docs Banner" src="https://mintcdn.com/docs-dev-chore-myaccount-api-autoupdate/pvjzj0PpZs0MLlyt/assets/banner-dark.svg?fit=max&auto=format&n=pvjzj0PpZs0MLlyt&q=85&s=9b672ce3a29ae79b6ebd19b422aa5704" className="hidden sm:dark:block mx-auto dark:block" noZoom width="962" height="162" data-path="assets/banner-dark.svg" />

<br />

<Columns cols={3}>
  <Card title="Documentation" icon="file-lines" href="/docs/get-started" />

  <Card title="API References" icon="square-code" href="/docs/api" />

  <Card title="SDKs" icon="square-caret-right" href="/docs/libraries" />
</Columns>

<br />

## Get started with authentication

<Columns cols={4}>
  <Tile title="React" href="/docs/quickstart/spa/react">
    <Icon icon="react" size={36} />
  </Tile>

  <Tile title="Angular" href="/docs/quickstart/spa/angular">
    <Icon icon="angular" size={36} />
  </Tile>

  <Tile title="Next.js" href="/docs/quickstart/webapp/nextjs">
    <Icon icon="js" size={36} />
  </Tile>

  <Tile title="iOS" href="/docs/quickstart/native/ios-swift">
    <Icon icon="apple" size={36} />
  </Tile>

  <Tile title="Android" href="/docs/quickstart/native/android">
    <Icon icon="android" size={36} />
  </Tile>

  <Tile title="Java" href="/docs/quickstart/backend/java-spring-security5">
    <Icon icon="java" size={36} />
  </Tile>

  <Tile title=".NET" href="/docs/quickstart/backend/aspnet-core-webapi">
    <Icon icon="microsoft" size={36} />
  </Tile>

  <Tile title="Python" href="/docs/quickstart/backend/python">
    <Icon icon="python" size={36} />
  </Tile>
</Columns>

<br />

## Browse by product

<Columns cols={3}>
  <Card title="Authentication" href="https://auth0.com/platform/authentication" />

  <Card title="Fine-Grained Authorization" href="https://auth0.com/fine-grained-authorization" />

  <Card title="Auth0 for AI Agents" href="https://auth0.com/ai" />
</Columns>

<br />

## Resources & Support

<Columns cols={4}>
  <Card title="Basic concepts" icon="lightbulb">
    Learn with our comprehensive course designed on the fundamental principles of identity.
  </Card>

  <Card title="Cookbooks" icon="book-open-lines">
    View our open-source collection of examples and guides.
  </Card>

  <Card title="Community" icon="users">
    Join the community for questions, suggestions, and product feedback.
  </Card>

  <Card title="Support" icon="life-ring">
    Get support for your Auth0 implementation.
  </Card>
</Columns>
