> 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-instrukcja-obslugi-uzytkownika/login/login-przy-uzyciu-konta-ms-entra-ad.md).

# Login przy użyciu konta MS Entra (AD)

Użyj tej metody, jeśli Twoje konto Boomerang 3 jest powiązane z Microsoft Entra (AD).

{% stepper %}
{% step %}

### Uruchom logowanie Microsoft

Na formularzu logowania kliknij **"Login with Microsoft"**.

<figure><img src="/files/aSs4gcwqVAwHeBBquWSo" alt="Przycisk Login with Microsoft" width="206"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Wybierz konto Microsoft

Otworzy się okno wyboru konta Microsoft.

Wybierz konto powiązane z Twoim użytkownikiem w Boomerang 3.

<figure><img src="/files/4EjHJe3ZcVxveDi1m8w0" alt="Okno wyboru konta Microsoft" width="300"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Potwierdź logowanie

Zatwierdź logowanie w aplikacji Authenticator.

<figure><img src="/files/q7gmQownpYGMlCoszxS7" alt="Potwierdzenie logowania w aplikacji Authenticator" width="297"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Wybierz, czy chcesz pozostać zalogowany/a

W oknie pytania o pozostanie zalogowanym kliknij **„Tak”** lub **„Nie”**.

Ten wybór nie wpływa na dostęp do Boomerang 3.

<figure><img src="/files/jE04er12ydtURnDp9rOI" alt="Pytanie o pozostanie zalogowanym" width="312"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Potwierdź, że jesteś zalogowany/a

Po zalogowaniu otworzy się widok główny systemu.

Po lewej stronie zobaczysz Panel nawigacji, a na środku Pulpit.

<figure><img src="/files/RTfvoe7ybyfNEs0BgLWf" alt="Widok główny systemu po zalogowaniu"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Użytkownik Microsoft Entra (AD) musi mieć ustawiony kod PIN, aby wykonywać operacje i rejestrować zdarzenia w systemie. Opis konfiguracji znajduje się na stronie [Zmień kod PIN](/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/profile_settings_and_logout/zmien-kod-pin.md).
{% endhint %}

{% hint style="info" %}
Jeśli jesteś już zalogowany/a na koncie Microsoft, część kroków może zostać pominięta przy kolejnych logowaniach.
{% endhint %}

{% hint style="info" %}
Wylogowanie użytkownika Microsoft Entra (AD) jest dostępne jako **„Wyloguj AD”**. Zobacz także [Logout i automatyczny logout](/boomerang-3-instrukcja-obslugi-uzytkownika/login/logout_and_automatic_logout.md).
{% endhint %}


---

# 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://help.boomerang3.com/boomerang-3-instrukcja-obslugi-uzytkownika/login/login-przy-uzyciu-konta-ms-entra-ad.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.
