> 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.md).

# Help

- [Help Center](https://docs.taskade.com/help/help-center.md): Find answers about Taskade — Taskade Genesis app building, AI agents, automations, workspaces, billing, and troubleshooting, organized by topic.
- [Import & Export](https://docs.taskade.com/help/help-center/import-and-export.md): Bring your existing work into Taskade and take it with you anywhere. Step-by-step guide for importing files, migrating from other tools, and exporting your.
- [Mobile App](https://docs.taskade.com/help/help-center/mobile-app.md): Get productive on the go with Taskade for iOS and Android. Create projects, manage tasks, use AI agents, and collaborate — all from your phone.
- [Account Management](https://docs.taskade.com/help/account-management.md): Manage your Taskade account: update profile, invite members and set roles, handle billing and plans, AI credits, 2FA, SSO/SAML, and data export.
- [Credits & Billing](https://docs.taskade.com/help/account-management/credits-and-billing.md): Understand how Taskade AI credits work, what drives app costs, credit pack pricing, and Auto Top-Up that refills your balance before agents run dry.
- [Troubleshooting Guide](https://docs.taskade.com/help/comprehensive-troubleshooting-guide.md): Fix common Taskade issues: login and 2FA, sync, slow performance, AI agents, automations, mobile, integrations, and network blocks, step by step.
- [Taskade Tutorial](https://docs.taskade.com/help/index.md): Beginner tutorial to Taskade: workspaces, projects, AI agents, automation, Taskade Genesis app building, integrations, the API, and cross-platform apps.
- [Chapter 1: Workspaces](https://docs.taskade.com/help/index/01_workspaces.md): Understand Taskade workspaces: the foundation that organizes projects, AI agents, and automations. Learn spaces, hierarchy, workspace types, settings, and.
- [Chapter 2: Projects](https://docs.taskade.com/help/index/02_projects.md): Taskade projects are flexible data containers viewable 8 ways: List, Board, Table, Calendar, Mind Map, Org Chart, Gantt, and Action views.
- [Chapter 3: AI Agents](https://docs.taskade.com/help/index/03_ai_agents.md): Build AI agents in Taskade as specialized digital team members. Define a role, train on your knowledge, test, and deploy agents for support, sales, and.
- [Chapter 4: Automation](https://docs.taskade.com/help/index/04_automation.md): Build Taskade automations with triggers, conditions, and actions: connect projects, AI agents, and 100+ tools to handle repetitive work and follow-ups.
- [Chapter 5: Taskade Genesis](https://docs.taskade.com/help/index/05_genesis.md): Build complete business apps from a plain-English description with Taskade Genesis: auto-generated databases, UIs, AI assistants, automations, and instant.
- [Chapter 6: Integrations](https://docs.taskade.com/help/index/06_integrations.md): Connect Taskade to 100+ tools like Slack, Google Workspace, HubSpot, and GitHub for two-way data sync, event triggers, and AI-orchestrated workflows.
- [Chapter 7: API](https://docs.taskade.com/help/index/07_api.md): Get started with the Taskade REST API: authenticate with a token, call workspace, project, and task endpoints, and wire up webhooks and the MCP server.
- [Chapter 8: Mobile & Desktop](https://docs.taskade.com/help/index/08_mobile_desktop.md): Use Taskade across iOS, Android, Mac, Windows, Linux, and web with real-time sync, offline mode, voice commands, widgets, and browser extensions.


---

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