# Quickstart Hub

Get up and running with AgenticFlow in 5-15 minutes. These quickstart guides are designed for fast wins and immediate productivity.

## Start Here

### [Your First 5 Minutes](/get-started/your-first-5-minutes.md)

The absolute fastest way to get started. Complete your first automation in under 5 minutes.

**Perfect for**: Everyone, especially first-time users

***

## Choose Your Focus

### [Choose Your Path](/get-started/choose-your-path.md)

Role-based guidance to help you navigate the documentation based on your goals.

**Perfect for**: Understanding which features to learn first

***

## Feature Quickstarts (10-15 Minutes Each)

### [Agents Quickstart](/get-started/agents-quickstart.md)

Build your first AI agent with the visual configuration builder.

**You'll learn**:

* Creating an AI agent in minutes
* Configuring the 11-tab system
* Adding tools and knowledge
* Deploying and testing your agent

**Perfect for**: Building chatbots, AI assistants, customer service bots

***

### [Workflows Quickstart](/get-started/workflows-quickstart.md)

Create your first automated workflow with the drag-and-drop builder.

**You'll learn**:

* Building sequential automation
* Connecting nodes
* Using user inputs and actions
* Running and testing workflows

**Perfect for**: Process automation, data processing, integrations

***

### [Workforce Quickstart](/workforce/quickstart-15-min.md)

Deploy your first multi-agent team in 15 minutes.

**You'll learn**:

* Creating agent teams
* Visual orchestration with React Flow
* Agent communication patterns
* Team deployment and monitoring

**Perfect for**: Complex multi-step tasks, agent collaboration, advanced automation

***

## Additional Resources

### [Plans & Credits](/get-started/plans-and-credits.md)

Understanding the AgenticFlow pricing model and credit system.

### [API Keys Setup](/developers/api-keys.md)

Configure your AI provider API keys (Claude, OpenAI, Gemini, etc.)

## What to Do Next?

After completing a quickstart, dive deeper:

* **Agents** → [Full Agents Documentation](/ai-agents/03-agents.md)
* **Workflows** → [Full Workflows Documentation](/workflows/04-workflows.md)
* **Workforce** → [Full Workforce Documentation](/workforce/05-workforce.md)
* **Learn More** → [Learning Hub](/learn/02-learn.md)
* **Use Cases** → [Industry Examples](/use-cases/10-use-cases.md)

***

**Need help?** Check our [Troubleshooting Guide](/support/troubleshooting.md) or [Contact Support](/support/contact-support.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/get-started/01-quickstart.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.
