# Log In

### How to log in Chatlyst

{% stepper %}
{% step %}

#### Open the log in 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 **Log in**.

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

{% step %}
On the Log in page, choose a login method.

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

#### Option A: Log in with email

1. Enter the email address and password.
2. Select **Log in**.

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

#### Option B: Log in with Google

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

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

#### Option C: Log in with Facebook

(Coming Soon)
{% endstep %}

{% step %}

#### Confirm access to Home

After successful log in, Chatlyst opens the Home page.

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

***

### Remember Me

Save login details so the credentials do not need to be entered each time.

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

### Forgot Password

{% stepper %}
{% step %}
Use this option to reset the account password if the password is not available.

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

{% step %}
Enter the registered email address, then select **Send Reset Link**.

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

{% step %}
Open the email and select **Reset Password**.

{% hint style="warning" %}
**Important Note**: The reset link is valid for 30 minutes.
{% endhint %}

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

{% step %}
Create a new password that meets the following requirements:

* At least 8 characters
* At least 1 uppercase letter
* At least 1 lowercase letter
* At least 1 number

Select **Reset Password** to finish.

<div data-with-frame="true"><img src="/files/dede61e111796514dfeb946df2a49c93a88c499b" alt=""></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/log-in.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.
