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

# Web Search

> Enable web search capabilities for your AI Agents in Gorbit

The web search action allows your Agents to query the internet and retrieve real-time information from web sources.

## Web Search in Gorbit

### On Gorbit Cloud

Web search is already active and ready to use on Gorbit Cloud - no additional configuration required!

### Self-Hosted

<Steps>
  <Step title="Naivigate to the Web Search Dashboard">
    Click your user profile icon and select Admin Panel and select the Web Search tab in the sidebar.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/web_search/web_search.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=1ad6e5c16148627383615ad854d07e50" alt="Web Search dashboard in Gorbit Admin Panel" width="2516" height="1440" data-path="assets/admins/actions/web_search/web_search.png" />
  </Step>

  <Step title="Set up web search providers">
    We currently support the following web search providers: Exa AI, Serper, and Google PSE. To set any ofthem up,
    follow the steps below.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/web_search/search_engines.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=dcd83f9abc76b9735300abb04c056c5f" alt="Search Engine Providers" width="1910" height="650" data-path="assets/admins/actions/web_search/search_engines.png" />

    <Tabs tabs={["Exa AI", "Serper", "Google PSE"]}>
      <Tab title="Exa AI">
        Create an Exa API key in the [Exa AI dashboard](https://exa.ai/dashboard).

        In Gorbit, click **Connect** and paste the API key in the **API Key** field.
      </Tab>

      <Tab title="Serper">
        Create a Serper API key in the [Serper dashboard](https://serper.dev/dashboard).

        In Gorbit, click **Connect** and paste the API key in the **API Key** field.
      </Tab>

      <Tab title="Google PSE">
        Create a Google PSE API key in the [Google PSE
        dashboard](https://programmablesearchengine.google.com/controlpanel/all).

        In Gorbit,
        click **Connect** and paste the API key in the **API Key** field and the Search Engine ID in the **Search Engine
        ID** field.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Set up Web Crawler">
    We currently support the following web crawlers: Gorbit web crawler and Firecrawl. To set them up,
    follow the steps below.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/web_search/crawlers.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=02adbc7294cf777ff6bc032af39fa396" alt="Crawler Providers" width="1910" height="398" data-path="assets/admins/actions/web_search/crawlers.png" />

    <Tabs tabs={["Gorbit Web Crawler", "Firecrawl"]}>
      <Tab title="Gorbit Web Crawler">
        **(Recommended)** It is already set up and ready to use, no additional setup required.
      </Tab>

      <Tab title="Firecrawl">
        Create a Firecrawl API key in the [Firecrawl dashboard](https://firecrawl.com/dashboard).

        In Gorbit, click **Connect** and paste the API key in the **API Key** field.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Set Default Provider">
    Make sure to **Set as Default** the provider if you have multiple providers set up for the search engine and web
    crawler. You can change it at any time.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/web_search/set_default_provider.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=f6a0efad2b23b5f6afb39f2d81b04781" alt="Set Default Provider" width="1910" height="604" data-path="assets/admins/actions/web_search/set_default_provider.png" />
  </Step>
</Steps>

<Note>
  Make sure your Agent has the Web Search Action enabled!
</Note>
