# Create an account

Welcome to UserFlux! This guide will walk you through the essential first steps to get your account up and running. We will cover creating your account, verifying your email address, and setting up your billing information so you can start exploring the platform's features.

### Signing up

* If you've been invited by a team mate, sign up from the link above. Once signed up you'll have the option to join their workspace.
* If your company is just starting out with UserFlux, [you can sign up here](https://dashboard.userflux.co/signup). Follow the guide below for how to activate your workspace.&#x20;

***

### 1. Creating Your Account

First, let's create your UserFlux account. This is a straightforward process that gives you access to the dashboard.

1. Navigate to the UserFlux sign-up page.
2. Enter your **Email address** in the designated field.
3. Enter a secure **Password** for your new account.
4. Enter the same password in the **Confirm password** field.

> Your password must be a minimum of 10 characters and include at least one number to meet our security requirements.

1. Tick the checkbox to agree to the **terms of use and privacy policy**.
2. Click the **Create account** button to proceed.

<div align="left"><figure><img src="/files/0iWItBTXSiLGL5FwFgFL" alt="" width="375"><figcaption></figcaption></figure></div>

### 2. Verifying Your Email Address

To ensure your account is secure and to receive important notifications, you must verify your email address.

1. After logging in for the first time, locate the notification banner at the top of the dashboard that says, "Your email address isn't verified yet".
2. Click the **Verify** button on the right-hand side of the banner.

   <figure><img src="/files/podyrbufWf3PiuPLSWTS" alt=""><figcaption></figcaption></figure>
3. A **Verify Your Email** modal will appear. Click **Send code** to have a one-time verification code sent to your registered email address.\
   ![](/files/Q2SyVl9XHBwCSXqFsNhp)
4. Open your email inbox and find the email from UserFlux with the subject line "Verify your email with UserFlux".
5. Copy the six-digit code provided in the email. Note simply clicking the verify email will not verify your address. You will need to get the code and verify it for security reasons.&#x20;
6. Return to the UserFlux dashboard, paste the code into the **Enter your one-time code** field, and click **Verify**.

   <figure><img src="/files/msgb2XDd3sa2gVswZ2Vs" alt=""><figcaption></figcaption></figure>

You will see a confirmation message, and the verification banner at the top of the page will disappear. Your email is now successfully verified.

### 3. Setting Up Your Billing Information

Adding a payment method is the final step in setting up your account.

1. Navigate to the settings menu by clicking the organisation icon in the bottom-left of the sidebar.
2. Select **Billing** from the settings menu.

   <div align="left"><figure><img src="/files/6Ivhsqo7E6w9twpJJ96T" alt="" width="321"><figcaption></figcaption></figure></div>
3. On the Billing page, click the **Add payment method** button.
4. An **Add Payment Method** modal will appear.
5. Carefully enter your credit card number, expiry date (MM/YY), and CVC.
6. Confirm your country or region from the dropdown menu.
7. Click the **Add Payment Method** button to finalise the setup.

<div align="left"><figure><img src="/files/lesqUoTOmPHU6H7QFt7o" alt="" width="375"><figcaption></figcaption></figure></div>

After a brief loading screen, the page will refresh to show your successfully added payment method and your next invoice date.

<figure><img src="/files/6eWgfdjEGsHeNAW5sUsc" alt=""><figcaption></figcaption></figure>

### Next Steps

Congratulations, your UserFlux account is now fully set up! You are ready to explore the core features of the platform.

* **Explore the Dashboard**: Familiarise yourself with the main dashboard and the available metrics.
* **Create a Workflow**: Navigate to **User Journeys** and start building your first workflow to automate tasks.
* **Review API Keys**: Head to **Account Settings** > **API Keys** to find the keys needed for your integrations.


---

# Agent Instructions: 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:

```
GET https://userflux.gitbook.io/userflux-docs/create-an-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
