# Learning Hub

Welcome to the AgenticFlow Learning Hub! Whether you're a beginner or looking to master advanced features, we have structured learning paths designed for you.

## Learning Paths

### For Beginners

1. [Your First 5 Minutes](/get-started/your-first-5-minutes.md) - Quick start
2. [Key Concepts](/learn/key-concepts.md) - Understand the fundamentals
3. Feature quickstarts ([Agents](/get-started/agents-quickstart.md), [Workflows](/get-started/workflows-quickstart.md), [Workforce](/workforce/quickstart-15-min.md))
4. Feature quickstarts ([Agents](/get-started/agents-quickstart.md), [Workflows](/get-started/workflows-quickstart.md), [Workforce](/workforce/quickstart-15-min.md))

### For Intermediate Users

1. [Use Cases & Examples](/use-cases/10-use-cases.md) - Learn from real examples
2. [Video Tutorials](/learn/video-series.md) - Visual learning
3. Feature deep dives in each section

### For Advanced Users

1. [API Documentation](/developers/api.md) - Technical integration
2. [Agent Hub](/ai-agents/03-agents.md) - Agent capabilities
3. [Developer Hub](/developers/api.md) - Platform internals

### For Team Leaders

1. [Security Overview](/policies/security-overview.md) - Security and data-handling overview
2. [Team Collaboration](/ai-agents/sharing.md) - Multi-user workflows

***

## Key Concepts

Start by understanding the core concepts that power AgenticFlow:

* [Key Concepts](/learn/key-concepts.md) - Core platform concepts
* [Knowledge Bases & RAG](/data-and-knowledge/06-data-knowledge.md) - How data works
* [MCPs & Integrations](/integrations/overview.md) - Tool connections

***

## Video Tutorials

Learn visually with our curated video content.

### [Video Tutorial Library](/learn/video-series.md)

* Topic-based tutorials
* Feature walkthroughs
* Office Hours recordings
* Community showcases

### Popular Video Series

* Getting Started Series
* Agent Builder Masterclass
* Workflow Automation 101
* Workforce Orchestration
* Integration Tutorials

***

## How to Navigate the Documentation

New to documentation? Read our [Navigation Guide](/welcome-to-agenticflow/navigation-guide.md) to learn:

* How the docs are organized
* Finding what you need quickly
* Using search effectively
* Understanding the structure

***

## Learning by Doing

### Templates & Examples

* [Agent Hub](/ai-agents/03-agents.md) - AI agents
* [Workflow Hub](/workflows/04-workflows.md) - Workflows
* [Workforce Hub](/workforce/05-workforce.md) - Multi-agent teams
* [Use Cases](/use-cases/10-use-cases.md) - Industry examples

### Hands-On Practice

* [Quickstart Guides](/get-started/01-quickstart.md) - Structured practice
* [Integration Guides](/integrations/07-integrations.md) - Step-by-step connections
* [Developer Hub](/developers/api.md) - API documentation

***

## Community & Support

### Learning Resources

* [Support Hub](/support/12-support.md) - Ask questions, share knowledge
* [Video Tutorials](/learn/video-series.md) - Video learning resources
* [Discord Community](https://qra.ai/discord) - Real-time help

### Getting Help

* [Support Hub](/support/12-support.md) - Quick answers and troubleshooting
* [Discord Community](https://qra.ai/discord) - Community support

***

**Ready to learn?** [Start with Your First 5 Minutes →](/get-started/your-first-5-minutes.md)


---

# 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.agenticflow.ai/learn/02-learn.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.
