# Navigation Guide

## 🎯 Quick Navigation Based on Your Goal

### "I want to..."

#### 🚀 **Start using AgenticFlow immediately**

```
📍 Path: Get Started → Your First 5 Minutes
```

* Build your first agent in 5 minutes
* No prerequisites needed
* Hands-on immediate value

#### 📚 **Learn the core concepts**

```
📍 Path: Learning → Key Concepts
```

* Core platform concepts
* Feature quickstarts
* Videos and office-hours recaps

#### 🤖 **Build an AI agent**

```
📍 Path: AI Agents → Agent Quickstart
   OR
📍 Path: Get Started → Your First 5 Minutes
```

* Visual 11-tab configuration system
* Templates available
* Multi-modal capabilities

#### ⚡ **Create an automation workflow**

```
📍 Path: Visual Workflows → Workflow Quickstart
```

* Drag-and-drop builder
* 193+ pre-built nodes
* No coding required

#### 👥 **Build a team of AI agents**

```
📍 Path: Workforce → Building Your First AI Team
```

* Multi-agent orchestration
* Team templates (Customer Service, Sales, Content)
* Visual team builder

#### 🔗 **Connect external tools (Slack, Google, etc.)**

```
📍 Path: 300+ Integrations → Popular Business Tools
   OR
📍 Path: Get Started → API Keys (for LLM setup)
```

* MCP protocol for 10,000+ tools
* No-code authentication
* Pre-built connectors

#### 📹 **Watch video tutorials**

```
📍 Path: Learning & Community → Video Learning → Complete Video Library
```

* 96+ tutorial videos
* Organized by topic
* From basics to advanced

#### 🎓 **Train my team**

```
📍 Path: Learning → Quickstarts and Video Tutorials
```

* Quickstarts by feature
* Video learning resources
* Team enablement material

***

## 👤 Navigation by User Type

### 🆕 **Complete Beginner**

**Your Learning Path:**

1. `Get Started` → Introduction to No-Code AI
2. `Get Started` → Your First 5 Minutes
3. `Get Started` → Choose Your Path
4. `Learning` → Video Tutorials (if you want guided learning)

### 💼 **Business User (Non-Technical)**

**Your Learning Path:**

1. `Get Started` → Choose Your Path
2. `Use Cases` → Your Industry/Department
3. `AI Agents` → Agent Templates
4. `Workforce` → Team Templates

### 👨‍💻 **Developer/Technical User**

**Your Learning Path:**

1. `Get Started` → API Keys
2. `API & Extensions` → REST API Overview
3. `300+ Integrations` → MCP Protocol
4. `Visual Workflows` → Custom Logic Nodes

### 🏢 **Enterprise Decision Maker**

**Your Learning Path:**

1. `Enterprise Features` → Security & Compliance
2. `Enterprise Features` → Multi-Tenant Workspaces
3. `Credits & Billing` → Plans and Credits
4. `Learning & Community` → Success Stories

### 👩‍🏫 **Trainer/Educator**

**Your Learning Path:**

1. `Learning` → Video Tutorials
2. `Get Started` → Quickstart Guides
3. `Support` → Office Hours recaps
4. `Learning & Community` → Video-to-Lesson Mapping

***

## 📊 Documentation Structure Overview

```
🏠 AgenticFlow Docs
│
├── 🚀 Get Started (START HERE)
│   ├── Your First 5 Minutes ⭐
│   ├── Choose Your Path
│   └── Platform Overview
│
├── 🤖 Core Features
│   ├── AI Agents (Build intelligent assistants)
│   ├── Visual Workflows (Automate processes)
│   └── Workforce (Multi-agent teams)
│
├── 📚 Learning
│   ├── Key Concepts
│   ├── Video Learning
│   └── Office Hours recaps
│
├── 🔗 Integrations
│   ├── 300+ No-Code Tools
│   └── MCP Protocol (10,000+ tools)
│
└── 🏢 Advanced
    ├── Enterprise Features
    ├── API Reference
    └── Troubleshooting
```

***

## 🔥 Most Popular Pages

1. [**Your First 5 Minutes**](/get-started/your-first-5-minutes.md) - Quick win
2. [**Agent Quickstart**](/get-started/agents-quickstart.md) - Build first agent
3. [**Workflow Quickstart**](/get-started/workflows-quickstart.md) - First automation
4. [**Choose Your Path**](/get-started/choose-your-path.md) - Role-based guide
5. [**Learning Hub**](/learn/02-learn.md) - Learning resources

***

## 💡 Pro Tips for Navigation

### 🎯 **Quick Wins First**

* Start with "Your First 5 Minutes" for immediate value
* Use templates instead of building from scratch
* Watch the 2-minute platform overview video

### 📈 **Progressive Learning**

* Follow the numbered steps in each quickstart
* Complete hands-on exercises before moving to advanced topics
* Join office hours for live Q\&A

### 🔍 **Finding What You Need**

* Use the search function for specific features
* Check the Support section for common questions
* Browse templates for your use case

### 🚀 **Accelerated Learning**

* If you have 1 hour: Complete all Quickstarts
* If you have 1 day: Complete the feature quickstarts
* If you have 1 week: Build an agent, workflow, and workforce from the quickstarts

***

## 🆘 Still Can't Find What You Need?

* **Search**: Use the search bar with keywords
* **Support**: Check [Support](/support/12-support.md)
* **Community**: Join [Discord](https://qra.ai/discord)
* **Support**: Email <support@agenticflow.ai>

***

## 📍 Navigation Breadcrumbs Example

**Building a Customer Service Agent:**

```
Home → Get Started → Choose Your Path → Customer Service Role
     → AI Agents → Agent Templates → Customer Service Template
     → Workforce → Team Templates → Customer Service Team
     → Deploy & Test
```

**Learning Workflow Automation:**

```
Home → Get Started → Your First 5 Minutes
     → Visual Workflows → Workflow Quickstart
     → Learning & Community → Video Learning → Workflow Tutorials
     → Build Your First Automation
```


---

# 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/welcome-to-agenticflow/navigation-guide.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.
