# Login

Holo offers three ways to log in:

* **Google sign-in**
* **Email verification code**
* **Email + password**

If one method doesn’t work, you can always try another.

### Google sign-in

This is the easiest way to log in if you signed up with a **Gmail address**.

1. On the login screen, click **Continue with Google**.
2. Follow the Google sign-in steps.

### Email verification code

This option sends a 6-digit code to your email.

1. Enter your Holo account email address.
2. Click **Get Confirmation Code**.
3. Check your inbox for the email with your **6-digit login code**.
4. Paste the code into Holo to log in.

If the code doesn’t arrive, you can request a new one by clicking **Resend code** (available after **120 seconds**).

### Email + password

If you prefer using a password:

1. On the login screen, click **Use email + password**.
2. Enter your email and password.
3. Click **Sign In**.

Helpful links on this screen:

* **Forgot password?** Use this to reset your password.
* **Sign up** if you don’t have an account yet.

### Troubleshooting tips

<details>

<summary><strong>Verification code not working?</strong></summary>

* Wait up to **5 minutes** and check your **spam/junk** folder.
* Request a new code using **Resend code** (after **120 seconds**).
* If the code flow is still unreliable, try logging in using **Google** or **email + password** instead.

</details>

<details>

<summary><strong>Not receiving any Holo emails and can’t log in?</strong></summary>

If you’re unable to receive verification codes and password reset emails, our support team can help by switching your Holo login email to a Gmail address so you can use **Google sign-in**.

Email **<support@tryholo.ai>** with:

* The **last 4 digits of the card** you paid with
* Your **purchase date**
* Your **old email address**
* Your **new Gmail address**

</details>

\
If something doesn’t work as expected, try the [troubleshooting steps](/troubleshooting/troubleshooting-steps.md) — and if the issue continues, feel free to reach out to <support@tryholo.ai>, and we’ll help you out.


---

# 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://docs.tryholo.ai/account/login.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.
