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

# Welcome to Exa

> Exa is a search engine made for AIs.

***

Exa finds the exact content you're looking for on the web, with four core functionalities:

<span className="endpoint-link">[/search ->](./search)</span>\
Find webpages using Exa's embeddings-based search and other intelligent methods.

<span className="endpoint-link">[/contents ->](./get-contents)</span>\
Obtain clean, up-to-date, parsed HTML from Exa search results.

<span className="endpoint-link">[/answer ->](./answer)</span>\
Get direct answers to questions using Exa's Answer API.

<span className="endpoint-link">[/research ->](./research/create-a-task)</span>\
Automate in-depth web research and receive structured JSON results with citations.

<br />

## Get Started

<CardGroup cols={2}>
  <Card title={<div className="card-title">API Playground</div>} icon="code" href="https://dashboard.exa.ai">
    <div className="text-lg">
      Explore the API playground and try Exa API.
    </div>
  </Card>

  <Card title={<div className="card-title">QuickStart</div>} icon="bolt-lightning" href="./quickstart">
    <div className="text-lg">
      Use our SDKs to do your first Exa search.
    </div>
  </Card>

  <Card title={<div className="card-title">Tool Calling with Exa</div>} icon="magnifying-glass" href="./rag-quickstart">
    <div className="text-lg">
      Give LLMs the ability to search the web with Exa.
    </div>
  </Card>

  <Card title={<div className="card-title">Examples</div>} icon="lightbulb" href="../examples">
    <div className="text-lg">
      Learn from our pre-built tutorials and live demos.
    </div>
  </Card>
</CardGroup>

<img src="https://mintcdn.com/exa-52/tmzyKnsgpKLGddKC/images/be0cab3-blue-wanderer.png?fit=max&auto=format&n=tmzyKnsgpKLGddKC&q=85&s=ad0d68efd38e9f5e794474adea0f3a68" alt="" width="1024" height="615" data-path="images/be0cab3-blue-wanderer.png" />
