# Build on Taskade

{% hint style="success" %}
**New here?** Start with the [Quick Start Guide](/quick-start/getting-started.md), learn the platform architecture via [Workspace DNA](/platform/workspace-dna.md), or go straight to the [Developer Portal](/apis-and-developer/developer-home.md) to build on the API.
{% endhint %}

## Welcome to Taskade

**The AI-Native Platform for Building Intelligent Applications**

Build complete business applications, websites, and tools using natural language. Taskade combines an **AI app builder** ([Taskade Genesis](https://www.taskade.com/create)), **workflow automation engine**, **AI agents platform**, and **automatic deployment** into a unified workspace.

**Build Without Permission. Start with Genesis. Your workspace is the foundation.**

We believe the future of work isn't just humans using AI. It's humans and AI working as one.

* One prompt = one app.
* Your workspace = the backend.
* Your agents = the team.
* Your automations = the execution.

Software should be alive. And now, it is.

<figure><img src="/files/fjY2CPcjzC1KxwmdAlCY" alt="Build a full app from one prompt with Taskade Genesis"><figcaption><p>One prompt → a working app — agents, integrations, and automations built in.</p></figcaption></figure>

### 🏗️ Platform Capabilities

| Capability               | Description                                                    | Learn More                                                                            |
| ------------------------ | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| **AI App Builder**       | Generate full-stack applications from natural language prompts | [Create Your First App →](https://www.taskade.com/learn/genesis/first-app)            |
| **Website Generator**    | Create responsive websites with built-in AI intelligence       | [Workspace DNA →](https://www.taskade.com/learn/genesis/workspace-dna)                |
| **Workflow Automation**  | Connect 100+ integrations with AI-powered decision making      | [Automations Guide →](https://www.taskade.com/learn/automation/automations-execution) |
| **AI Agents Platform**   | Deploy custom AI assistants with persistent memory             | [Custom AI Agents →](https://www.taskade.com/learn/agents/custom-agents)              |
| **Projects & Databases** | Structured data with real-time sync and custom fields          | [Memory Pillar →](https://www.taskade.com/learn/projects/databases)                   |

[**Start Building →**](https://www.taskade.com/create) | [**Browse Community Apps →**](https://www.taskade.com/community)

### How Taskade fits together

Taskade works best when three parts stay connected. **Memory** stores knowledge. **Intelligence** reasons with that knowledge. **Execution** runs workflows from it.

<figure><img src="/files/RjkP8xoU1EexJqY5obMI" alt="A connected knowledge graph across every Taskade project"><figcaption><p>Memory — every project, doc, and conversation connects into one workspace knowledge graph.</p></figcaption></figure>

<figure><img src="/files/9kkfIUGvwRDVPwIrB7WE" alt="AI agent teams with persistent memory and custom tools"><figcaption><p>Intelligence — AI agents with persistent memory, custom tools, and slash commands.</p></figcaption></figure>

<figure><img src="/files/2f5txmpl3LdfTZckoKlr" alt="Automations connecting 100+ integrations"><figcaption><p>Execution — automations connect 100+ tools to run work end to end.</p></figcaption></figure>

Use this as the canonical overview: [Workspace DNA](/platform/workspace-dna.md).

### 🚀 Quick Start

#### 🚀 **Build Your First App** (5 minutes)

1. [**Follow the Tutorial**](/taskade-genesis/genesis/getting-started.md) - Step-by-step app building
2. [**Copy Working Prompts**](/taskade-genesis/genesis/examples-and-templates.md) - Proven templates
3. [**Browse Community Apps**](https://www.taskade.com/community) - Apps, templates, and workflows for every industry

#### 🤖 **Create AI Agents** (10 minutes)

1. [**AI Agent Tutorial**](/ai-features/ai-features/ai-agents-getting-started.md) - Your first AI assistant
2. [**Agent Prompt Library**](/taskade-genesis/space-apps-guide/genesis-prompt-library.md) - Ready-to-use configurations

#### ⚡ **Set Up Automations** (15 minutes)

1. [**Automation Getting Started**](/automations/automation.md) - Build your first workflow
2. [**Integration Guide**](/automations/automation/integrations.md) - 100+ supported services

#### 💻 **For Developers**

* [**Developer Platform**](/apis-and-developer/developer-home.md) - The developer portal: APIs, SDK, and MCP
* [**REST API v1**](/apis-and-developer/comprehensive-api-guide.md) - Complete RESTful reference (full task CRUD)
* [**Action API v2**](/apis-and-developer/api-v2-reference.md) - The newer action-based API (agent prompting, bundles)
* [**Authentication**](/apis-and-developer/authentication.md) - Personal tokens & OAuth 2.0

### Explore docs

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Workspace DNA (canonical)</td><td><a href="/pages/KUOHDq7p6A5JzUFwDhho">/pages/KUOHDq7p6A5JzUFwDhho</a></td></tr><tr><td>Genesis (build apps)</td><td><a href="/pages/o2CofcBsHVBVzcQRCBJe">/pages/o2CofcBsHVBVzcQRCBJe</a></td></tr><tr><td>AI Agents</td><td><a href="/pages/txEuT5RkKHTB3mWHc7Y8">/pages/txEuT5RkKHTB3mWHc7Y8</a></td></tr><tr><td>Automations</td><td><a href="/pages/lkO0RhPMTu96r9Zg6OHU">/pages/lkO0RhPMTu96r9Zg6OHU</a></td></tr><tr><td>Developers</td><td><a href="/pages/bzRnMsUbseiPCcNy8ucq">/pages/bzRnMsUbseiPCcNy8ucq</a></td></tr><tr><td>Help &#x26; Support</td><td><a href="/pages/BXWFV7y71XpeW8kWWpBT">/pages/BXWFV7y71XpeW8kWWpBT</a></td></tr></tbody></table>


---

# 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.taskade.com/readme.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.
