> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/login.md).

# Login

Boomerang 3 is web-based. Access it from a web browser on a PC, tablet, or smartphone.

Supported browsers include Chrome, Edge, Firefox, and Safari.

To access the system, your Boomerang administrator provides:

* system address (URL)
* username
* password

You can also log in using a Microsoft Entra ID (Active Directory) account. This requires your user to be configured as an Entra (AD) user in Boomerang.

### Open the login page

1. Open a supported browser.
2. Enter the Boomerang 3 system address (URL).
3. Press **Enter**.

Optional: add the URL to your bookmarks to speed up future logins.

The login form opens:

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

### Choose a login method

* [Login with Boomerang 3 account](/boomerang-3-user-manual/login/login_with_boomerang_3_account.md)
* [Login with MS Entra (AD) account](/boomerang-3-user-manual/login/login_with_active_directory_account.md)

### Logout

See [Logout and automatic logout](/boomerang-3-user-manual/login/logout_and_automatic_logout.md).


---

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

```
GET https://help.boomerang3.com/boomerang-3-user-manual/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.
