> For the complete documentation index, see [llms.txt](https://docs.boomerangme.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boomerangme.cards/getting-started/login-and-registration/how-to-log-in-to-boomerangme.md).

# How to Log In to Boomerangme

#### Login with email

1. Go to app.boomerangme.cards
2. Enter your registered email address and password.
3. Click the Log In button.

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

#### Login with Google

1. Click the "Sign in with Google" button at the top of the login page.
2. Select your Google account.
3. You will be logged in automatically.

**Important**: Make sure you select the correct Google account. If you click "Sign in with Google" using an email that is not registered in Boomerangme, the system will start a new registration process instead of logging you into your existing account. If you have multiple Google accounts in your browser, always verify which one is selected before clicking.

<figure><img src="/files/JXWIFLKOBwQsmS3AhuOF" alt="Login with Google"><figcaption></figcaption></figure>

### Troubleshooting

* Wrong password: use the "[Forgot password](/getting-started/login-and-registration/how-to-recover-your-account-password.md)?" link on the login page to reset it.
* Account blocked: if your trial or subscription has expired, your account may be locked. Go to Settings → Plan to check your subscription status and renew.
* Not sure which email was used: contact our support team via intercom.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boomerangme.cards/getting-started/login-and-registration/how-to-log-in-to-boomerangme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
