What problem does it solve? When working with CrewAI, you often hit questions that go beyond basic setup — specific API parameters, configuration options, troubleshooting errors, or enterprise features — where only the official documentation is the reliable source of truth. ## Core Features & Use Cases - Docs Index Lookup: Fetches the llms.txt index from docs.crewai.com to locate the most relevant documentation page for any question. - Targeted Page Retrieval: Retrieves specific pages covering API reference, concepts, enterprise features, tools library, MCP integration, and observability. - Cited Answers: Synthesizes documentation content into actionable answers and always includes the source URL. - Use Case: You get a ValidationError when using output_pydantic in a task. The Skill fetches the relevant docs page, explains the cause, and links you to the official reference. ## Quick Start Ask a CrewAI question such as what parameters the Crew class accepts or how to configure memory for a crew.