> 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/dashboard/alarms_and_warnings/prezentacja-alarmow.md).

# Prezentacja alarmów

Aktywne alarmy i ostrzeżenia są widoczne na pulpicie oraz w widoku obiektu.

### Pulpit

#### Przycisk „Punkty pomiarowe”

Przycisk zmienia kolor w zależności od stanu:

* **zielony** — brak alarmów i ostrzeżeń,
* **żółty** — są ostrzeżenia, ale nie ma alarmów,
* **czerwony** — jest co najmniej jeden alarm.

Liczba na przycisku to liczba aktywnych alarmów w Twoim zakresie widoku.

<figure><img src="/files/kWlF8KeDFNssHfwDZX7R" alt="Brak alarmów: pole Punkty pomiarowe w kolorze zielonym"><figcaption></figcaption></figure>

<figure><img src="/files/D2M2EA4qB7dJz0rHsvwU" alt="Aktywne alarmy lub ostrzeżenia: zmiana koloru przycisku Punkty pomiarowe"><figcaption></figcaption></figure>

#### Struktura organizacji

W drzewie organizacji system zaznacza obszary, w których są alarmy.

Lewa krawędź wiersza jest żółta, dla ostrzeżeń lub czerwona, w wypadku alarmów, a liczba alarmów pokazana jest po prawej stronie.

<figure><img src="/files/pxJp8DL0zVmMWTjSvfGM" alt="Liczba alarmów widoczna przy grupach w strukturze"><figcaption></figcaption></figure>

#### Przejście do listy alarmów

{% stepper %}
{% step %}

### Otwórz listę alarmów

Kliknij **„Punkty pomiarowe”**.

Otworzy się lista **Alarmy**.
{% endstep %}
{% endstepper %}

<figure><img src="/files/lbjYhVMDhYbjNIdCUp7H" alt="Lista Alarmy otwierana z pulpitu"><figcaption></figcaption></figure>

### Widok obiektu

W widoku obiektu, alarmy są widoczne w zakładce **Raport zdarzeń**.

Kliknij ikonę alarmu<img src="/files/53ef4cvub5MVu90cfuq1" alt="" data-size="original">w wierszu zdarzenia, aby zobaczyć szczegóły.

<figure><img src="/files/NQOTm2R58UiwxNwBK9RD" alt="Szczegóły alarmu w raporcie zdarzeń" width="486"><figcaption></figcaption></figure>

Zobacz też: [Zakładka Raport zdarzeń](/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/object_view/szczegolowy-widok-obiektu/zakladka-raport-zdarzen.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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/alarms_and_warnings/prezentacja-alarmow.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.
