> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Start Guide

> Learn how to get started with Blnk Cloud.

Blnk exists to give developers the tools and confidence to bring any financial product idea to life regardless of whether you're working solo, with a small team, or as part of a large organization.

Blnk Cloud is a clean and intuitive platform that allows you to view and act on your Core's data, collaborate with your team, and monitor your transactions for any anomalies in real-time.

This guide will walk you through getting started with Blnk Cloud and help you get set up quickly.

**Ready for production?**

Get the Blnk production license for on-prem or private deployments, including the ledger, reconciliation tooling, and back-office dashboard.

***

## 1. Sign up or log in

To access Blnk Cloud, visit [cloud.blnkfinance.com](https://cloud.blnkfinance.com).

<img src="https://mintcdn.com/blnk/49wSMfUCPj0chMr2/cloud/img/start/signup-login.png?fit=max&auto=format&n=49wSMfUCPj0chMr2&q=85&s=0b7d25cc694a5eafc55bbeda47093beb" alt="Blnk Cloud sign-up and login page" className="rounded-lg" width="3396" height="1960" data-path="cloud/img/start/signup-login.png" />

For first-time users, create a new account. You can sign up via Google or manually provide your account details.

We send a 6-digit verification code to your registered email address to verify your account. Once your email is verified, you'll be redirected to sign in with your account information.

> For existing users, sign in via Google or with your email and password.
>
> <Tip>Google SSO is automatically enabled for your account if your email is linked to a Google account.</Tip>

***

## 2. Workspace setup

To complete your account, you need to create and set up your workspace.

<img src="https://mintcdn.com/blnk/49wSMfUCPj0chMr2/cloud/img/start/workspace-setup.png?fit=max&auto=format&n=49wSMfUCPj0chMr2&q=85&s=02b3dd684ca5ee9539e9222acbb87e58" alt="Workspace setup form with organization details" className="rounded-lg" width="3394" height="1956" data-path="cloud/img/start/workspace-setup.png" />

<Steps>
  <Step title="Create your organization">
    Enter your organization's information:

    * Organization name
    * Team size
    * Country
    * Team
  </Step>

  <Step title="Select a Cloud plan">
    Select a Cloud plan that fits your needs to complete your setup and enter your workspace.

    Choose between our 2 plans:

    * **Sandbox:** Build and validate your money movement and ledger logic before going to production. Includes unlimited team members and full back-office operations.

    * **Production:** Run your ledger and money movement in production. Includes everything in Sandbox plus automated backups, SLA & incident support, and 24/7 support.

    <img src="https://mintcdn.com/blnk/49wSMfUCPj0chMr2/cloud/img/start/cloud-plans.png?fit=max&auto=format&n=49wSMfUCPj0chMr2&q=85&s=4b4435a3ef8ec0ee5a98b2312e6be24b" alt="Comparison of Blnk Cloud plans: Sandbox and Production" className="rounded-lg" width="3390" height="2050" data-path="cloud/img/start/cloud-plans.png" />

    <Info>To learn more about our plans, visit our [Pricing page](https://blnkfinance.com/pricing).</Info>
  </Step>
</Steps>

***

## 3. Deploy an instance

For Cloud to work, you need a running Blnk Core instance. You can deploy a managed instance on Blnk Cloud or connect your self-hosted instance.

<img src="https://mintcdn.com/blnk/JB9Zhph4DjE0VsHT/cloud/img/instances/managed-instance-form.png?fit=max&auto=format&n=JB9Zhph4DjE0VsHT&q=85&s=8919753cea65c35bc9f7c546e6037d40" alt="Instance creation form with Deploy managed Core option" className="rounded-lg" width="3392" height="2022" data-path="cloud/img/instances/managed-instance-form.png" />

To deploy a new instance " no manual setup required:

1. Click `Deploy new Core` from your homepage.

2. Choose a descriptive `instance name` for your instance, e.g., "Production", "Staging", etc. Any name works.

3. Select your deployment type (B1.Micro and B1.Standard are currently available).

4. Select what region you want to deploy your instance to.

5. Confirm that you agree with our SLA and terms of use.

6. Click on `Deploy instance`.

It takes about 7 - 10 minutes to finish the deployment and get your instance ready for use. When it is ready, the connection status is updated to **Connected** and you can start using your instance.

<Card title="Self-hosting your Core?" icon="cloud" href="/cloud/instances/create">Self-hosted Core connected to Cloud.</Card>
