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

# Quickstart

> Let's get you started.

## Get Started In Three Steps

Go to the dashboard to create a project and get your client id.

### Step 1: Create An Account

Head over to the [dashboard](https://dashboard.zeekwallet.xyz) to create an account.

### Step 2: Create A Project

After logging in, create a new project by clicking on the "New Project" button.

### Step 3: Get Your Client ID

Navigate to the keys section and copy your client id.

### Step 4: Create Master Wallet (Optional)

Creating a master wallet is optional but recommended if you are going to create wallets for your users. [Click here to learn more](/configuration/master-wallet).

## Next Steps

Now that you have your client id, explore these actions:

<CardGroup cols={2}>
  <Card title="Customize Client SDK" icon="palette" href="/essentials/settings">
    Make the SDK match your app perfectly.
  </Card>

  <Card title="React SDK" icon="code" href="/client-sdk/react/installation">
    Get started with the React SDK
  </Card>

  <Card title="Nodejs SDK" icon="square-code" href="/server-sdk/nodejs/installation">
    Get started with the Nodejs SDK
  </Card>
</CardGroup>

<Note>
  **Need help?** Send an email to our [support team](mailto:support@zeekwallet.xyz) or join our [discord](https://discord.gg/community).
</Note>
