> For the complete documentation index, see [llms.txt](https://docs.roomiekit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roomiekit.io/roomie-kit-cloud-and-hosted/account-billing.md).

# Account and billing

Start from `https://roomiekit.io`.

Recommended customer flow:

1. Choose **Roomie Kit Cloud** or **Roomie Kit Hosted** from the plans section.
2. Complete Stripe Checkout.
3. Return to the Roomie Kit login page.
4. Log in with the same email used at Stripe Checkout.
5. Open the account dashboard.
6. Copy the browser login command:

```bash
npx roomie-kit-host login
```

7. Approve the activation code in the browser.
8. Manage billing from the dashboard when needed.

If checkout succeeds but the dashboard still shows Free, wait a moment and refresh. Stripe webhooks can take a short time to sync subscription state.

Manual license keys are available from the dashboard as an advanced fallback, but browser login is the recommended path.

Hosted accounts also include the **Hosted Apps** dashboard section. Choose **Web app** for the fastest hosted launch. Choose **Mobile app beta** only when you are ready to work through the native setup checklist for app stores, RevenueCat, and OneSignal.

If you are already on Roomie Kit Cloud and choose Hosted, the checkout upgrades your existing subscription instead of creating a second subscription.

For billing help, email `support@roomiekit.io`.


---

# 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.roomiekit.io/roomie-kit-cloud-and-hosted/account-billing.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.
