# Help Center

Find answers fast. Pick the topic that matches what you need.

## I want to...

| Goal                              | Go here                                                                            |
| --------------------------------- | ---------------------------------------------------------------------------------- |
| **Get started with Taskade**      | [Quick Start Guide](/quick-start/getting-started.md)                               |
| **Build an app with Genesis**     | [Your First App in 5 Minutes](/taskade-genesis/genesis/getting-started.md)         |
| **Create an AI agent**            | [AI Agents Getting Started](/ai-features/ai-features/ai-agents-getting-started.md) |
| **Set up automations**            | [Automations Overview](/automations/automation.md)                                 |
| **Import data from another tool** | [Import & Export](/help-and-support/help-center/import-and-export.md)              |
| **Use Taskade on mobile**         | [Mobile App Guide](/help-and-support/help-center/mobile-app.md)                    |
| **Connect to other tools**        | [Integration Options](/automations/automation/integrations.md)                     |
| **Use the API or MCP**            | [Build on Taskade](/apis-and-developer/developer-home.md)                          |
| **Manage my account**             | [Account Management](/help-and-support/account-management.md)                      |
| **Fix a problem**                 | [Troubleshooting Guide](/help-and-support/comprehensive-troubleshooting-guide.md)  |

## Platform Guides

### Getting Started

* [Quick Start Guide](/quick-start/getting-started.md) — sign up, create your first app, share it
* [Workspace DNA](/platform/workspace-dna.md) — understand how Memory, Intelligence, and Execution work together

### Genesis (App Builder)

* [What Genesis Can Build](/taskade-genesis/genesis.md) — dashboards, portals, tools, websites
* [Your First App](/taskade-genesis/genesis/getting-started.md) — step-by-step in 5 minutes
* [Examples & Templates](/taskade-genesis/genesis/examples-and-templates.md) — copy proven prompts
* [MCP Connectors](/apis-and-developer/mcp-connectors.md) — connect to external services
* [Custom Domains](/taskade-genesis/space-apps-guide/custom-domains.md) — brand your published apps
* [Best Practices](/community-and-sharing/community-and-sharing/best-practices.md) — build better apps

### AI Agents

* [AI Agents Getting Started](/ai-features/ai-features/ai-agents-getting-started.md) — create your first agent
* [Agent Tools Reference](/ai-features/ai-features/agent-tools.md) — Slack, Gmail, Sheets, and 20+ more
* [Agent Knowledge & Memory](/ai-features/ai-features/agent-knowledge.md) — train agents with your data
* [AI Agent Teams](/ai-features/ai-features/agent-teams.md) — multi-agent collaboration

### Automations

* [Automations Overview](/automations/automation.md) — triggers, actions, and branching
* [Actions & Triggers](/automations/automation/actions.md) — complete reference
* [Integration Options](/automations/automation/integrations.md) — 100+ supported services
* [Automation Recipes](/automations/automation/recipes.md) — ready-to-use workflows

### Workspaces & Projects

* [Workspaces Overview](/workspaces/workspaces.md) — organize your work
* [Project Views](/workspaces/workspaces/project-views.md) — List, Board, Calendar, Gantt, Mind Map, and more
* [Collaboration](/workspaces/workspaces/collaboration.md) — real-time teamwork
* [Search & Discovery](/workspaces/workspaces/advanced-search-navigation.md) — find anything fast

### Import, Export & Mobile

* [Import & Export](/help-and-support/help-center/import-and-export.md) — migrate from Notion, Trello, Asana, and more
* [Mobile App](/help-and-support/help-center/mobile-app.md) — full Taskade experience on iOS and Android

### For Developers

* [Build on Taskade](/apis-and-developer/developer-home.md) — developer starting point
* [Workspace MCP](/apis-and-developer/workspace-mcp.md) — manage projects, tasks, and agents from Claude, Cursor, or VS Code
* [Genesis App MCP (Beta)](/apis-and-developer/workspace-mcp/genesis-app-mcp.md) — edit your Genesis app's source code from your IDE
* [REST API Reference](/apis-and-developer/comprehensive-api-guide/api.md) — 57+ endpoints
* [Webhooks](/apis-and-developer/webhooks.md) — inbound and outbound
* [Bundles & App Kits](/apis-and-developer/bundles.md) — export and share complete apps

## Still Need Help?

* [Contact Support](https://www.taskade.com/contact) — reach the team directly
* [Community Forum](https://www.taskade.com/feedback) — ask questions, share ideas
* [Troubleshooting Guide](/help-and-support/comprehensive-troubleshooting-guide.md) — step-by-step fixes


---

# 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/help-and-support/help-center.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.
