> 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/taskade-genesis.md).

# Taskade Genesis

- [Taskade Genesis Overview](https://docs.taskade.com/taskade-genesis/genesis.md): Taskade Genesis turns natural-language prompts into full applications — databases, interfaces, automations, and AI agents — deployed instantly from your.
- [Getting Started](https://docs.taskade.com/taskade-genesis/genesis/getting-started.md): Build your first app with Taskade Genesis in 5 minutes: turn a plain-English prompt into a working app, then test, refine, and publish it.
- [Examples & Templates](https://docs.taskade.com/taskade-genesis/genesis/examples-and-templates.md): Copy proven Taskade Genesis prompts to build CRM dashboards, booking systems, forms, and landing pages in minutes, with 70+ live app templates to fork.
- [How Taskade Genesis Works](https://docs.taskade.com/taskade-genesis/genesis/how-genesis-works.md): How Taskade Genesis turns plain-English prompts into live apps using Workspace DNA: projects, AI agents, automations, EVE, and Intelligence Score.
- [Prompt Guide](https://docs.taskade.com/taskade-genesis/genesis/prompt-guide.md): Write better Taskade Genesis prompts with 12 principles: set objectives, describe outcomes, connect tools, define access, and iterate to build the app you.
- [Adding Context](https://docs.taskade.com/taskade-genesis/genesis/adding-context.md): Upload brand files, data, and reference docs as context so Taskade Genesis builds on-brand apps and enriches your Workspace DNA for future builds.
- [Version History](https://docs.taskade.com/taskade-genesis/genesis/version-history.md): View, compare, and restore Taskade Genesis app versions. Every change is a full snapshot, with auto vs manual publish controls and Code View.
- [App Analytics](https://docs.taskade.com/taskade-genesis/genesis/app-analytics.md): Track visitors, pageviews, bounce rate, traffic sources, and devices for any published Taskade Genesis app with the built-in analytics dashboard, no extra.
- [Debugging Genesis Apps](https://docs.taskade.com/taskade-genesis/genesis/debugging-genesis-apps.md): Debug Taskade Genesis apps with the Genesis Debugging Framework: classify failures, diagnose imports, routing, schema, and namespace bugs, and prevent.
- [GitHub Import & Export](https://docs.taskade.com/taskade-genesis/genesis/github-import-export.md): Import Taskade Genesis apps from GitHub repos and export them back via branch-and-PR flows for version-controlled, two-way app sync.
- [Space Apps Guide](https://docs.taskade.com/taskade-genesis/space-apps-guide.md): Publish Taskade Genesis apps as real products — add custom domains, branding, advanced features, and styling to turn your workspace into a live application.
- [Prompt Library](https://docs.taskade.com/taskade-genesis/space-apps-guide/genesis-prompt-library.md): Copy-paste Taskade Genesis prompts by business function: CRM, ops, sales, scheduling, plus styling and anatomy tips for building better apps faster.
- [Advanced Features](https://docs.taskade.com/taskade-genesis/space-apps-guide/advanced-features.md): Advanced Taskade Genesis features: smart data structures, AI agent training, multi-step automations, integrations, access control, version history, and.
- [Put Your App on Your Own Domain](https://docs.taskade.com/taskade-genesis/space-apps-guide/custom-domains.md): Connect your own branded domain to a published Taskade Genesis app.
- [App Secrets & External API Calls](https://docs.taskade.com/taskade-genesis/space-apps-guide/app-secrets.md): Store API keys and tokens in a per-space vault, then reference them safely in Taskade Genesis app code — real credentials never leave the server.


---

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