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

# Search Playground

> Explore advanced AI-powered search capabilities in Gately AI

<Frame>
  <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/search-interface.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=41b8ac8043ede563ed8230bf3aac5c9c" alt="Gately AI Search Interface" width="2880" height="1620" data-path="images/playground/search-interface.png" />
</Frame>

## Search Modes

<AccordionGroup>
  <Accordion title="Copilot Mode (Beta)" icon="robot">
    <CardGroup cols={2}>
      <Card title="Enhanced Search" icon="magnifying-glass-plus">
        Generates multiple queries to find more relevant results
      </Card>

      <Card title="Direct Source Analysis" icon="file-magnifying-glass">
        Visits top matches for deeper content analysis
      </Card>
    </CardGroup>

    <Note>
      This feature is currently in development and being refined for optimal performance.
    </Note>
  </Accordion>

  <Accordion title="Normal Mode" icon="search">
    Standard web search with:

    * Query processing
    * Result ranking
    * Content summarization
  </Accordion>
</AccordionGroup>

## Focus Modes

<Frame>
  <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/focus-mode.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=1cdad8fa0d8f4ffaa932b3c3e32775eb" alt="Multi-modal Search" width="2880" height="1620" data-path="images/playground/focus-mode.png" />
</Frame>

<CardGroup cols={3}>
  <Card title="All Web" icon="globe">
    Comprehensive web search across all sources
  </Card>

  <Card title="Writing Assistant" icon="pen-fancy">
    AI-powered writing help without web search
  </Card>

  <Card title="Academic" icon="graduation-cap">
    Focused on articles and research papers
  </Card>

  <Card title="YouTube" icon="youtube">
    Video content search and analysis
  </Card>

  <Card title="Wolfram Alpha" icon="calculator">
    Mathematical and data analysis queries
  </Card>

  <Card title="Reddit" icon="reddit">
    Community discussions and opinions
  </Card>
</CardGroup>

## Key Features

<Steps>
  <Step title="Real-time Results" icon="bolt">
    Get current information through:

    * Live web searches
    * SearxNG integration
    * Dynamic result ranking
  </Step>

  <Step title="Multi-modal Search" icon="images">
    Support for:

    * Text queries
    * Image search
    * Video search

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/multi-modal-search.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=203d237dac28dc288df21326c9b8d230" alt="Multi-modal Search" width="2880" height="1620" data-path="images/playground/multi-modal-search.png" />
    </Frame>
  </Step>

  <Step title="Result Analysis" icon="chart-mixed">
    * Content relevance scoring
    * Source credibility check
    * Information freshness
  </Step>
</Steps>

## Using Search Modes

<AccordionGroup>
  <Accordion title="Mode Selection" icon="square-check">
    1. Open search interface
    2. Choose search mode
    3. Select focus mode if needed

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/search-mode-selection.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=ab52a2a4c7c0dd68fe08050d2248aade" alt="Mode Selection" width="2880" height="1620" data-path="images/playground/search-mode-selection.png" />
    </Frame>
  </Accordion>

  <Accordion title="Query Options" icon="sliders">
    Customize your search with:

    * Time range filters
    * Source preferences
    * Language settings
    * Result count
  </Accordion>
</AccordionGroup>

## Integration Options

<CardGroup cols={2}>
  <Card title="API Access" icon="code" href="/api-reference/endpoint/search-intro">
    Integrate search capabilities into your applications
  </Card>

  <Card title="Playground" icon="flask" href="https://app.gately.ai/dashboard/ai-search">
    Test and experiment with search features
  </Card>
</CardGroup>

<Warning>
  Search queries consume credits based on mode and result depth. Monitor usage in your dashboard.
</Warning>

## Best Practices

<Steps>
  <Step title="Select Appropriate Mode" icon="bullseye">
    Choose the mode that best matches your search intent:

    * General queries: All Web mode
    * Research: Academic mode
    * Technical questions: Wolfram Alpha mode
  </Step>

  <Step title="Optimize Queries" icon="wand-magic-sparkles">
    * Use specific keywords
    * Include relevant context
    * Specify time constraints if needed
  </Step>

  <Step title="Review Results" icon="check-double">
    * Check source credibility
    * Verify information freshness
    * Compare multiple sources
  </Step>
</Steps>

<Note>
  For API integration details and documentation, visit our [Search API Guide](/api-reference/endpoint/search-intro).
</Note>
