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

# Exa

> Crawl the internet with AI-powered search

Exa lets you search and summarize web content using advanced AI models.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for an Exa account
  </Card>

  <Card title="Configure Billing" icon="credit-card">
    Set up payment for API access
  </Card>

  <Card title="Get API Token" icon="key">
    Generate your Exa API token
  </Card>

  <Card title="Connect to Anything" icon="plug">
    Add your token to Anything's secrets
  </Card>
</CardGroup>

## Account Setup

<Steps>
  <Step title="Visit Exa AI">
    Go to [exa.ai](https://exa.ai/) and click "Try API For Free"

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/exa/image2.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=ab6b36c006fd598257e95db8c2b1b68b" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="1999" height="971" data-path="images/exa/image2.png" />
  </Step>

  <Step title="Create Account">
    * Click "Continue with Google"
    * Or sign up with email/password

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/exa/image1.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=1f98d4ab49f3f28e357cf2e1aed2a606" style={{ borderRadius: '0.5rem' }} width="1999" height="1013" data-path="images/exa/image1.png" />
  </Step>
</Steps>

## Configure Billing

<Steps>
  <Step title="Open Billing Settings">
    1. Navigate to "Billing" in the left panel
    2. Click "Top Up Balance"

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/exa/image3.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=044773507e418bac382e09b256b9e6b9" style={{ borderRadius: '0.5rem' }} width="1999" height="876" data-path="images/exa/image3.png" />
  </Step>

  <Step title="Add Payment Method">
    1. Enter payment information
    2. Click "Purchase"

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/exa/image4.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=51c4ce899040420d378efff1a3125c52" style={{ borderRadius: '0.5rem' }} width="886" height="1432" data-path="images/exa/image4.png" />
  </Step>
</Steps>

## Generate API Token

<Steps>
  <Step title="Access API Tokens">
    1. Go to "API Tokens" in settings
    2. Locate your default API key

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/exa/image5.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=27f1e0c91401782bebf8e012db51dd62" style={{ borderRadius: '0.5rem' }} width="1999" height="789" data-path="images/exa/image5.png" />
  </Step>

  <Step title="Copy Token">
    1. Click "Copy" next to your API token
    2. Store it securely
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the Integration">
    1. In your Anything project, type `/` in chat
    2. Select "Exa" from the menu
  </Step>

  <Step title="Add Your API Token">
    1. Paste your Exa token into "EXA\_API\_KEY" secret

    <Tip>
      Lost your token? Generate a new one in Exa's dashboard.
    </Tip>
  </Step>

  <Step title="Start Searching">
    Use prompts with the integration to search the web:

    * `Find recent AI research papers about /Exa`
    * `Get summarized content from wikipedia about /Exa`
    * `Search for trending React components with /Exa`
  </Step>
</Steps>

<Tip>
  Exa integration complete! Use `/Exa` in chat to access web search capabilities.
</Tip>
