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

# CrewAI integration

> Give CrewAI agents retrieval over your own data with Infino, exposing BM25, vector, hybrid, and SQL search as tools your crew can call during tasks.

Build [CrewAI](https://www.crewai.com) agents on Infino through the
[`crewai-infino`](https://pypi.org/project/crewai-infino/) integration. Your crew gets
keyword, vector, hybrid, and SQL retrieval over one copy of the data.

```bash theme={null}
pip install crewai-infino
```

Runnable walkthroughs are in the
[CrewAI examples](https://github.com/infino-ai/infino/tree/main/infino-python/examples/crewai):
a support-triage crew, a content-research crew, and a knowledge crew.

## See also

* [Quickstart](/quickstart)
* [All integrations](/integrations)
* [LangChain](/integrations/langchain)
