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

# Deep research

> Enable and use deep research to let Agents perform thorough, multi-step research tasks.

Deep Research lets your [Agent](/agents/overview) perform thorough, multi-step research combining web search and your [Knowledge Base](/knowledge-base/overview). Instead of a single search, the Agent plans a research strategy, runs multiple searches, synthesizes findings, and delivers a comprehensive analysis with citations.

## Enable Deep Research

Deep Research is enabled per chat session, not per Agent.

<Steps>
  <Step title="Open a Chat">
    Start a new chat or open an existing one.
  </Step>

  <Step title="Open the Tools picker">
    Click **Tools** at the bottom of the chat input.
  </Step>

  <Step title="Toggle Deep Research on">
    Enable the **Deep Research** toggle.

    <Frame>
      <img src="https://mintcdn.com/cassidy/phY6dyfV98bvF6BE/images/agents/deep-research-toggle.png?fit=max&auto=format&n=phY6dyfV98bvF6BE&q=85&s=b9aa7c3209427a0752457f0b4c1a75a8" alt="Tools picker in Chat showing the Deep Research toggle" width="680" height="440" data-path="images/agents/deep-research-toggle.png" />
    </Frame>
  </Step>
</Steps>

## How to use it

<Steps>
  <Step title="Ask a research question">
    Type your research question. Deep Research works best with open-ended, complex questions that benefit from multiple angles — competitive analysis, market research, technical comparisons, or policy reviews.
  </Step>

  <Step title="Answer clarifying questions">
    The Agent may ask follow-up questions to refine the scope and direction of the research. Answer these to help it focus on what matters most.

    <Frame>
      <img src="https://mintcdn.com/cassidy/B5ZY6MBk69zUNvGV/images/agents/deep-research-result.png?fit=max&auto=format&n=B5ZY6MBk69zUNvGV&q=85&s=4d6feb15c8b99d536da31ad1597197f8" alt="Deep Research asking clarifying questions before beginning research" width="1460" height="1280" data-path="images/agents/deep-research-result.png" />
    </Frame>
  </Step>

  <Step title="Review the analysis">
    The Agent delivers a comprehensive report with its findings, analysis steps, and citations to the sources it used — both web results and Knowledge Base documents.

    <Frame>
      <img src="https://mintcdn.com/cassidy/5YHx_-kdBDoXQv1s/images/agents/deep-research-links.png?fit=max&auto=format&n=5YHx_-kdBDoXQv1s&q=85&s=63d1ace67464c23ed5287637758d1ee3" alt="Deep Research results with numbered source links at the bottom" width="1024" height="672" data-path="images/agents/deep-research-links.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/B5ZY6MBk69zUNvGV/images/agents/deep-research-steps.png?fit=max&auto=format&n=B5ZY6MBk69zUNvGV&q=85&s=7b5396d784dbade4ab5e7f718bb29c69" alt="Deep Research analysis showing the step-by-step research process" width="1454" height="1330" data-path="images/agents/deep-research-steps.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/phY6dyfV98bvF6BE/images/agents/deep-research-sources.png?fit=max&auto=format&n=phY6dyfV98bvF6BE&q=85&s=4df264338e197b40944c9de08e5e867c" alt="Deep Research source citations showing web pages and Knowledge Base documents used" width="1024" height="119" data-path="images/agents/deep-research-sources.png" />
    </Frame>
  </Step>
</Steps>

## Cost

Deep Research uses approximately **500–1,300 credits** per run, depending on the complexity of the question and how many searches are needed. This is significantly more than a standard chat message because the Agent performs multiple searches and analysis steps.

<Note>Monitor your credit usage in [Settings](/settings/manage-credits). Consider using Deep Research for high-value research tasks where thoroughness matters more than speed.</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Web Search" icon="globe" href="/agents/capabilities/web-search">
    For quick, single-search lookups instead of multi-step research.
  </Card>

  <Card title="Manage credits" icon="credit-card" href="/settings/manage-credits">
    Monitor and manage your organization's credit usage.
  </Card>
</CardGroup>
