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

# Taskade Tutorial

> This tutorial is AI-generated! To learn more, check out [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)

**Taskade**[<sup>View Repo</sup>](https://github.com/taskade/docs) is a revolutionary productivity platform that treats your workspace as a living organism. Instead of static tools, Taskade creates an interconnected ecosystem where AI agents, automations, and projects work together like DNA strands to build intelligent, adaptive experiences.

Imagine your workspace isn't just a collection of projects—it's a living foundation that powers unlimited business applications. Each new project you create can become a complete app, powered by your workspace's "living DNA" of intelligence, automation, and knowledge.

## What Makes Taskade Special?

**Taskade transforms productivity from static tools to living systems:**

* **🏠 Living Workspace Foundation** - Your workspace becomes the DNA that powers everything you build
* **🧬 Taskade Genesis AI Builder** - Describe apps in plain English, get working applications in minutes
* **🤖 AI Agent Team** - Deploy specialized digital assistants trained on your business
* **⚡ Smart Automation** - Connect 100+ tools with intelligent workflow orchestration
* **📱 Cross-Platform Magic** - Seamless experience across web, desktop, and mobile

## The Core DNA Strands

Taskade isn't built on layers—it's built on **living DNA strands** that interweave:

```mermaid
flowchart TD
    WS[Workspaces<br/>Foundation Layer] --> P[Projects<br/>Data Containers]
    WS --> AA[AI Agents<br/>Digital Team Members]
    WS --> AU[Automation<br/>Workflow Intelligence]

    P --> GE[Genesis<br/>App Generator]
    AA --> GE
    AU --> GE

    GE --> AP[Apps<br/>Complete Applications]

    AP --> INT[Integrations<br/>External Services]
    INT --> AU

    WS --> API[API<br/>Developer Interface]
    P --> API
    AA --> API
    AU --> API

    MOB[Mobile & Desktop<br/>Cross-Platform] --> WS
    MOB --> P
    MOB --> AP

    style WS fill:#e1f5fe
    style GE fill:#f3e5f5
    style AP fill:#e8f5e8
```

## How This Tutorial Works

Welcome to your journey through Taskade's living architecture! This tutorial is designed for beginners who want to understand how Taskade's interconnected systems work together.

**Each chapter builds on the previous one**, just like how Taskade's features build upon each other:

* **Chapter 1: Workspaces** - Learn the foundation that powers everything
* **Chapter 2: Projects** - Discover flexible data containers that adapt to any workflow
* **Chapter 3: AI Agents** - Meet your digital team members that learn and grow
* **Chapter 4: Automation** - Connect tools and automate repetitive tasks
* **Chapter 5: Genesis** - Build complete apps from simple descriptions
* **Chapter 6: Integrations** - Connect Taskade to your favorite tools
* **Chapter 7: API** - Access Taskade programmatically for custom solutions
* **Chapter 8: Mobile & Desktop** - Take productivity anywhere

**Ready to begin?** Let's explore how Taskade transforms productivity into living, intelligent systems!

## Chapter Overview

### Chapter 1: [Workspaces - The Living Foundation](/help/index/01_workspaces.md)

*Learn how your workspace becomes the DNA foundation for everything you build*

### Chapter 2: [Projects - Your Data Containers](/help/index/02_projects.md)

*Discover flexible structures that adapt to any workflow or business need*

### Chapter 3: [AI Agents - Your Digital Team](/help/index/03_ai_agents.md)

*Deploy specialized assistants that learn from your business and become expert team members*

### Chapter 4: [Automation - Workflows on Autopilot](/help/index/04_automation.md)

*Connect tools and automate repetitive tasks with intelligent orchestration*

### Chapter 5: [Genesis - Building Apps with AI](/help/index/05_genesis.md)

*Transform plain English descriptions into complete working applications*

### Chapter 6: [Integrations - Connecting Your Tools](/help/index/06_integrations.md)

*Link Taskade to 100+ services for seamless workflow automation*

### Chapter 7: [API - Developer Interfaces](/help/index/07_api.md)

*Access Taskade programmatically to build custom solutions and integrations*

### Chapter 8: [Mobile & Desktop - Cross-Platform Productivity](/help/index/08_mobile_desktop.md)

*Take your living workspace anywhere with native apps and web interfaces*

***

**🎉 Ready to transform your productivity?** This tutorial will show you how Taskade's living DNA creates intelligent, adaptive experiences that grow smarter with every interaction.

**Let's start building!** 🚀

*Generated by* [*AI Codebase Knowledge Builder*](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.taskade.com/help/index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
