# Create Account

### How to create Chatlyst account

{% stepper %}
{% step %}

#### Open the sign-up page

Go to <https://chatlyst.io/>.

<div data-with-frame="true"><figure><img src="/files/T8tAkJtb8P1qnDea7aVH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
In the top-right corner, select **Try for Free**.

{% hint style="info" %}
If an account already exists, select [**Log in**](broken://pages/t81gVc2qjAHI7whgMInB) instead.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/CjN0ORDPVgAPLigsCvQB" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
On the Sign up (Try for Free) page, choose a sign-up method.

<div data-with-frame="true"><img src="/files/05fb3d0c51941a0a1dbf169ee27d7d8e4e315f9c" alt=""></div>

#### Option A: Sign up with email

1. Enter the required details in the sign-up form, including name and email address.
2. Create a password that meets the following requirements:
   * At least 8 characters
   * At least 1 uppercase letter
   * At least 1 lowercase letter
   * At least 1 number
3. Re-enter the password to confirm it.
4. (Optional) Enter a referral code. If no referral code is available, leave this field blank.
5. Select **Create Account**.

<div data-with-frame="true"><img src="/files/fa86439aa92d4ed5d5ea371dc8d4523ee7f8ff0e" alt=""></div>

#### Option B: Sign up with Google

1. Select **Continue with Google**.
2. Sign in to the Google account.
3. Follow the on-screen prompts to complete sign up.

<div data-with-frame="true"><figure><img src="/files/Jy4IA9XBr1MR94KN2Bo8" alt=""><figcaption></figcaption></figure></div>

#### Option C: Sign up with Facebook

(Coming Soon)
{% endstep %}

{% step %}

#### Create the Company

After creating the account, Chatlyst prompts you to set up the company.

1. Enter the company details:
   * Company name
   * Industry
   * Company size
   * (Optional) Description
   * (Optional) Website
2. Review the details, then select **Create Company**.

<div data-with-frame="true"><img src="/files/313a94dedcc891ca920018b4f9d937007602c964" alt=""></div>
{% endstep %}

{% step %}

#### Continue to Home

1. Review the confirmation message.
2. Select **Let’s Get Started**.

<div data-with-frame="true"><img src="/files/1cdb43dd4e876bb07d219f8dab3ea80e9792c7d0" alt=""></div>

3. Chatlyst opens the Home page after login.

<div data-with-frame="true"><figure><img src="/files/76F2wVdiMLwGD03UcSgy" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://chatlyst.gitbook.io/chatlyst-user-guide/getting-started/create-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.
