> For the complete documentation index, see [llms.txt](https://docs.agenticflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenticflow.ai/get-started.md).

# Get Started

- [Quickstart Hub](https://docs.agenticflow.ai/get-started/01-quickstart.md)
- [Your First 5 Minutes](https://docs.agenticflow.ai/get-started/your-first-5-minutes.md): Get up and running with AgenticFlow in just 5 minutes - no technical experience required
- [Choose Your Path](https://docs.agenticflow.ai/get-started/choose-your-path.md): Find your perfect starting point for AgenticFlow - whether you're building chatbots, automating processes, or developing enterprise solutions
- [Agents Quickstart](https://docs.agenticflow.ai/get-started/agents-quickstart.md): Complete guide to AgenticFlow's advanced agent system - based on actual code implementation
- [Workflows Quickstart](https://docs.agenticflow.ai/get-started/workflows-quickstart.md): Complete guide to AgenticFlow's dual workflow systems - traditional automation and visual workforce builder
- [Quickstart Templates](https://docs.agenticflow.ai/get-started/templates.md): Templates in AgenticFlow AI
- [Plans & Credits](https://docs.agenticflow.ai/get-started/plans-and-credits.md): Different User Plans at AgenticFlow AI
- [Security Overview](https://docs.agenticflow.ai/get-started/security-overview.md): Security and data-handling overview for AgenticFlow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
