> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-opensw-1774360645-bf2eec8.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tavily integrations

> Integrate with Tavily using LangChain Python.

[Tavily](https://tavily.com) is a search engine, specifically designed for AI agents.
Tavily provides both a search and extract API, AI developers can effortlessly integrate their
applications with realtime online information. Tavily’s primary mission is to provide factual
and reliable information from trusted sources, enhancing the accuracy and reliability of AI
generated content and reasoning.

## Installation and setup

<CodeGroup>
  ```bash pip theme={null}
  pip install langchain-tavily
  ```

  ```bash uv theme={null}
  uv add langchain-tavily
  ```
</CodeGroup>

## Tools

See detail on available tools [tavily\_search](/oss/python/integrations/tools/tavily_search) and [tavily\_extract](/oss/python/integrations/tools/tavily_extract).

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/tavily.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
