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

# Algolia documentation | Search API guides, SDK and developer docs

> Explore Algolia documentation, API references, SDKs, implementation guides, and developer resources to build fast, relevant search and AI-powered experiences.

<section className="homepage-hero mb-8 mx-auto max-w-[95rem] overflow-hidden rounded-none text-white lg:mt-12 lg:rounded-2xl">
  <div className="max-w-8xl px-4 py-9 lg:px-9 lg:py-10 lg:mx-auto">
    <div className="max-w-3xl">
      <h1 className="mb-4 text-3xl font-extrabold text-white">Algolia docs</h1>
      <p className="mb-8 max-w-2xl text-lg text-white/90">Build search, discovery, and AI-powered retrieval experiences with Algolia.</p>

      <div>
        <a className="homepage-hero-cta" href="/doc/guides/get-started">
          Get started
        </a>
      </div>
    </div>
  </div>
</section>

<section className="prose max-w-8xl mt-10 mb-12 px-4 lg:px-9 mx-auto">
  <Columns cols={3}>
    <Card title="Libraries and tools" href="/doc/libraries" icon="code" horizontal />

    <Card title="API reference" href="/doc/rest-api" icon="file-code" horizontal />

    <Card title="Search API parameters" href="/doc/api-reference/api-parameters" icon="sliders-horizontal" horizontal />
  </Columns>

  <div className="grid gap-x-12 lg:grid-cols-2 xl:grid-cols-4">
    <div className="no-bullets">
      ### Send and manage data

      * [Prepare your data](/doc/guides/sending-and-managing-data/prepare-your-data)
      * [Send and update data](/doc/guides/sending-and-managing-data/send-and-update-your-data)
      * [Manage indices](/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices)
    </div>

    <div className="no-bullets">
      ### Build search and AI experiences

      * [Build search UIs](/doc/guides/building-search-ui/getting-started/js)
      * [Agent Studio](/doc/guides/algolia-ai/agent-studio)
      * [Recommend](/doc/guides/algolia-recommend/overview)
      * [MCP Server](/doc/guides/model-context-protocol)
    </div>

    <div className="no-bullets">
      ### Tune and personalize ranking

      * [Relevance overview](/doc/guides/managing-results/relevance-overview)
      * [Dynamic Re-Ranking](/doc/guides/algolia-ai/re-ranking)
      * [NeuralSearch](/doc/guides/ai-relevance/neuralsearch/get-started)
      * [Personalization](/doc/guides/personalization/advanced-personalization/what-is-advanced-personalization)
      * [Query categorization](/doc/guides/algolia-ai/query-categorization)
    </div>

    <div className="no-bullets">
      ### Measure and optimize

      * [Click and conversion events](/doc/guides/sending-events/getting-started)
      * [Search analytics](/doc/guides/search-analytics/overview)
      * [A/B testing](/doc/guides/ab-testing/what-is-ab-testing)
    </div>
  </div>
</section>

<section className="prose max-w-8xl mt-16 mb-12 px-4 lg:px-9 mx-auto">
  <h2 className="dark:text-gray-50">More resources</h2>

  <Columns cols={4}>
    <Card title="Algolia Academy" href="https://academy.algolia.com" icon="graduation-cap">
      Take self-paced courses and earn certifications.
    </Card>

    <Card title="Support center" href="https://support.algolia.com" icon="life-buoy">
      Find answers to specific issues and browse FAQs.
    </Card>

    <Card title="Community" href="https://alg.li/discord" icon="messages-square">
      Connect with other Algolia users on Discord.
    </Card>

    <Card title="Changelog" href="https://changelog.algolia.com" icon="newspaper">
      Stay up to date with the latest Algolia product releases and changes.
    </Card>
  </Columns>

  <div className="mt-8 text-sm text-gray-600 dark:text-gray-400">
    Looking for an older version of the docs? Browse the [archived site](https://www.algolia.com/old-docs).
  </div>
</section>
