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

# Welcome

> **For AI agents:** Start with [https://docs.tavily.com/llms.txt](https://docs.tavily.com/llms.txt) for the full documentation index. Use [https://docs.tavily.com/agents.md](https://docs.tavily.com/agents.md) as the canonical Tavily setup guide — it routes you to the right connection model (SDK/API, MCP, or CLI + Skills) and capability. Use [https://docs.tavily.com/llms-full.txt](https://docs.tavily.com/llms-full.txt) when you need the full text of all docs.

# Build with Tavily

Your journey to state-of-the-art web search starts right here.

## Installation

**Python SDK**

```bash theme={null}
pip install tavily-python
```

**JavaScript SDK**

```bash theme={null}
npm i @tavily/core
```

## Explore the APIs

* [Search the web](/documentation/api-reference/endpoint/search)
* [Extract webpages](/documentation/api-reference/endpoint/extract)
* [Crawl webpages](/documentation/api-reference/endpoint/crawl)
* [Map webpages](/documentation/api-reference/endpoint/map)
* [Create a Research Task](/documentation/api-reference/endpoint/research)

## Developer resources

* [API Credits Overview](/documentation/api-credits)
* [Rate Limits](/documentation/rate-limits)
* [Playground](https://app.tavily.com/playground)
