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

# Introduction

> Welcome to the home of your new documentation

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/TMDB-Coverr.png" alt="Hero Light" width="100%" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/TMDB-Coverr.png" alt="Hero Dark" />

<div className="intro-content">
  <h1>Welcome to TMDB API documentation</h1>
  <p>Select a topic to explore</p>
</div>

<CardGroup cols={3} className="p-6 intro-cards">
  <Card title="Introduction" icon="Book" href="/api-reference/conceptual/introduction">
    Overview and use cases of TMDB API
  </Card>

  <Card title="Obtain API key" icon="key" href="/api-reference/conceptual/obtain-key">
    Learn how to access your API key
  </Card>

  <Card title="Authentication" icon="shield" href="/api-reference/conceptual/authentication">
    Learn how to access our API reference with your key
  </Card>

  <Card title="Endpoints Overview" icon="crosshairs" href="/api-reference/conceptual/endpoint-overview">
    View all our endpoints in one place
  </Card>

  <Card title="Errors & Rate Limits" icon="triangle-exclamation" href="/api-reference/conceptual/errors-ratelimits">
    View error codes and details
  </Card>

  <Card title="FAQs" icon="block-question" href="/quick-reference/faq">
    All your questions answered in one place
  </Card>
</CardGroup>
