> 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/run-your-business-on-genesis/run-your-business.md).

# Run Your Business on Genesis

**Describe your business in plain English and get a real, running app — then put it on your own domain with logins and run your operation on it.** No code. No sales call.

Thousands of operators — consultants, clinics, realtors, agencies, construction and logistics teams — already run their day-to-day on a Taskade Genesis app. This track stitches the pieces into one path: **build → add your data → add logins → put it on your domain → go live.**

***

## Pick what you're building

{% hint style="info" %}
New to Taskade Genesis? Start with [Your first app in 5 minutes](/taskade-genesis/genesis/getting-started.md), then come back here to turn it into a business you run.
{% endhint %}

**Build your own, or start from a kit.** Describe your business and [build from scratch](https://www.taskade.com/create), or clone a ready-made app for free from the [community gallery](https://www.taskade.com/community) or [Taskade's official kits](https://www.taskade.com/user/taskade) and make it yours. Both paths lead to the same steps below.

| You want to…                            | Start here                                                                                                                |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| See the whole journey end to end        | [From idea to live business — the 5 steps](/run-your-business-on-genesis/run-your-business/from-idea-to-live-business.md) |
| Give clients or members a private login | [Build a client or member portal](/run-your-business-on-genesis/run-your-business/build-a-client-portal.md)               |
| Run internal operations with your team  | [Build an internal ops dashboard](/run-your-business-on-genesis/run-your-business/build-an-ops-dashboard.md)              |
| Add sign-in and roles to any app        | [Add login and roles](/run-your-business-on-genesis/run-your-business/add-login-and-roles.md)                             |
| Launch to real users with confidence    | [Is your app production-ready?](/run-your-business-on-genesis/run-your-business/go-live-checklist.md)                     |

***

## How the track fits together

{% stepper %}
{% step %}

#### Build it

Describe the app you want to Taskade Genesis and iterate until it works. → [Getting started](/taskade-genesis/genesis/getting-started.md)
{% endstep %}

{% step %}

#### Make it your system of record

Shape your data and views so the app holds the real records your business runs on. → [Projects & databases](/workspaces/workspaces/projects-databases.md)
{% endstep %}

{% step %}

#### Add logins and roles

Let the right people in — your team internally, or your clients externally — each seeing only what they should. → [Add login and roles](/run-your-business-on-genesis/run-your-business/add-login-and-roles.md)
{% endstep %}

{% step %}

#### Put it on your domain

Launch the app at your own web address with automatic HTTPS. → [Custom domains](/taskade-genesis/space-apps-guide/custom-domains.md)
{% endstep %}

{% step %}

#### Go live

Run the checklist, right-size your plan and credits, and launch. → [Go-live checklist](/run-your-business-on-genesis/run-your-business/go-live-checklist.md)
{% endstep %}
{% endstepper %}

## Next steps

* [From idea to live business — the 5 steps](/run-your-business-on-genesis/run-your-business/from-idea-to-live-business.md)
* [Build a client or member portal](/run-your-business-on-genesis/run-your-business/build-a-client-portal.md)
* [Build an internal ops dashboard](/run-your-business-on-genesis/run-your-business/build-an-ops-dashboard.md)
* **Operate your live app by talking to Claude** — read and update your app's data in plain English. See [Run your live app by talking to Claude](/developers/workspace-mcp/run-your-app-with-ai.md).
* [What your app will cost](/help/account-management/credits-and-billing.md)
* **Extend your live system:** read & write your data with [Workspace MCP](/developers/workspace-mcp.md), edit your app's code with [Genesis App MCP](/developers/workspace-mcp/genesis-app-mcp.md), or connect external tools with [MCP Connectors](/developers/mcp-connectors.md).


---

# 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/run-your-business-on-genesis/run-your-business.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.
