# Crew AI

Crew AI is an open-source framework designed to build and coordinate teams of multiple AI agents, enabling them to collaborate on solving complex tasks.

<https://www.crewai.com/>

Crew AI Official Docs:

<https://docs.crewai.com/>

Crew AI has also collaborated with Andrew Ng to create a free course:

<https://www.deeplearning.ai/short-courses/multi-ai-agent-systems-with-crewai/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/tools-and-tech/ai-agent-tools/crew-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
