> ## 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

# 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)
