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

# Toolkits

A **Toolkit** is a collection of functions that can be added to an Agent. The functions in a Toolkit are designed to work together, share internal state and provide a better development experience.

The following **Toolkits** are available to use

<CardGroup cols={3}>
  <Card title="Apify" icon="gear" iconType="duotone" href="/tools/apify">
    Tools to use Apify Actors.
  </Card>

  <Card title="Arxiv" icon="book" iconType="duotone" href="/tools/arxiv">
    Tools to read arXiv papers.
  </Card>

  <Card title="Calculator" icon="calculator" iconType="duotone" href="/tools/calculator">
    Tools to perform calculations.
  </Card>

  <Card title="CalCom" icon="calendar" iconType="duotone" href="/tools/calcom">
    Tools to interact with the Cal.com API.
  </Card>

  <Card title="Composio" icon="code-branch" iconType="duotone" href="/tools/composio">
    Tools to compose complex workflows.
  </Card>

  <Card title="Crawl4AI" icon="spider" iconType="duotone" href="/tools/crawl4ai">
    Tools to crawl web data.
  </Card>

  <Card title="CSV" icon="file-csv" iconType="duotone" href="/tools/csv">
    Tools to work with CSV files.
  </Card>

  <Card title="DuckDb" icon="server" iconType="duotone" href="/tools/duckdb">
    Tools to run SQL using DuckDb.
  </Card>

  <Card title="DuckDuckGo" icon="duck" iconType="duotone" href="/tools/duckduckgo">
    Tools to search the web using DuckDuckGo.
  </Card>

  <Card title="Dalle" icon="eye" iconType="duotone" href="/tools/dalle">
    Tools to interact with Dalle.
  </Card>

  <Card title="Email" icon="envelope" iconType="duotone" href="/tools/email">
    Tools to send emails.
  </Card>

  <Card title="Exa" icon="magnifying-glass" iconType="duotone" href="/tools/exa">
    Tools to search the web using Exa.
  </Card>

  <Card title="File" icon="file" iconType="duotone" href="/tools/file">
    Tools to read and write files.
  </Card>

  <Card title="Firecrawl" icon="fire" iconType="duotone" href="/tools/firecrawl">
    Tools to crawl the web using Firecrawl.
  </Card>

  <Card title="GitHub" icon="github" iconType="brands" href="/tools/github">
    Tools to interact with GitHub.
  </Card>

  <Card title="Google Search" icon="google" iconType="brands" href="/tools/googlesearch">
    Tools to search Google.
  </Card>

  <Card title="HackerNews" icon="newspaper" iconType="duotone" href="/tools/hackernews">
    Tools to read Hacker News articles.
  </Card>

  <Card title="Jina Reader" icon="robot" iconType="duotone" href="/tools/jina_reader">
    Tools for neural search and AI services using Jina.
  </Card>

  <Card title="Jira" icon="jira" iconType="brands" href="/tools/jira">
    Tools to interact with Jira.
  </Card>

  <Card title="MLX Transcribe" icon="headphones" iconType="duotone" href="/tools/mlx_transcribe">
    Tools to transcribe audio using MLX.
  </Card>

  <Card title="ModelsLabs" icon="video" iconType="duotone" href="/tools/models_labs">
    Tools to generate videos using ModelsLabs.
  </Card>

  <Card title="Newspaper" icon="newspaper" iconType="duotone" href="/tools/newspaper">
    Tools to read news articles.
  </Card>

  <Card title="Newspaper4k" icon="newspaper" iconType="duotone" href="/tools/newspaper4k">
    Tools to read articles using Newspaper4k.
  </Card>

  <Card title="OpenBB" icon="chart-bar" iconType="duotone" href="/tools/openbb">
    Tools to search for stock data using OpenBB.
  </Card>

  <Card title="Pandas" icon="table" iconType="duotone" href="/tools/pandas">
    Tools to manipulate data using Pandas.
  </Card>

  <Card title="Postgres" icon="database" iconType="duotone" href="/tools/postgres">
    Tools to interact with PostgreSQL databases.
  </Card>

  <Card title="Pubmed" icon="file-medical" iconType="duotone" href="/tools/pubmed">
    Tools to search Pubmed.
  </Card>

  <Card title="Python" icon="code" iconType="duotone" href="/tools/python">
    Tools to write and run Python code.
  </Card>

  <Card title="Resend" icon="paper-plane" iconType="duotone" href="/tools/resend">
    Tools to send emails using Resend.
  </Card>

  <Card title="SearxNG" icon="magnifying-glass" iconType="duotone" href="/tools/searxng">
    Tools to search the web using SearxNG.
  </Card>

  <Card title="Serpapi" icon="magnifying-glass" iconType="duotone" href="/tools/serpapi">
    Tools to search Google, YouTube, and more using Serpapi.
  </Card>

  <Card title="Slack" icon="slack" iconType="duotone" href="/tools/slack">
    Tools to interact with Slack.
  </Card>

  <Card title="Shell" icon="terminal" iconType="duotone" href="/tools/shell">
    Tools to run shell commands.
  </Card>

  <Card title="Sleep" icon="bed" iconType="duotone" href="/tools/sleep">
    Tools to pause execution for a given number of seconds.
  </Card>

  <Card title="Spider" icon="spider" iconType="duotone" href="/tools/spider">
    Tools to crawl websites.
  </Card>

  <Card title="SQL" icon="database" iconType="duotone" href="/tools/sql">
    Tools to run SQL queries.
  </Card>

  <Card title="Twitter" icon="twitter" iconType="brands" href="/tools/twitter">
    Tools to interact with Twitter.
  </Card>

  <Card title="Tavily" icon="magnifying-glass" iconType="duotone" href="/tools/tavily">
    Tools to search the web using Tavily.
  </Card>

  <Card title="Website" icon="globe" iconType="duotone" href="/tools/website">
    Tools to scrape websites.
  </Card>

  <Card title="Wikipedia" icon="book" iconType="duotone" href="/tools/wikipedia">
    Tools to search Wikipedia.
  </Card>

  <Card title="YouTube" icon="youtube" iconType="brands" href="/tools/youtube">
    Tools to search YouTube.
  </Card>

  <Card title="Zendesk" icon="headphones" iconType="duotone" href="/tools/zendesk">
    Tools to search Zendesk.
  </Card>
</CardGroup>
