> 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/common_elements/sign.md).

# Podpisz

Podpis potwierdza zmianę lub działanie w systemie. Zapewnia możliwość śledzenia i ścieżkę audytu.

#### Kiedy potrzebny jest podpis <a href="#when-signing-is-required" id="when-signing-is-required"></a>

Podpis jest wymagany w przypadku zmian wpływających na stan systemu.

Przykłady:

* zmiana ustawień użytkownika (takich jak adres e-mail)
* zapisanie poprawki wzorcowania punktu pomiarowego
* akceptacja i podpisanie alarmu

System przechowuje historię podpisów w bazie danych.

#### Formularz podpisu użytkownika <a href="#user-signature-form" id="user-signature-form"></a>

Gdy wymagany jest podpis, otwiera się **formularz podpisu** użytkownika.

<figure><img src="/files/VP7cD8DC2kwNEOJYcZSK" alt="" width="458"><figcaption></figcaption></figure>

Jeśli dla grupy systemowej i użytkownika włączony jest PIN, formularz wygląda następująco:

<figure><img src="/files/mTK2giAOa5ww5lhMxRnb" alt="" width="455"><figcaption></figcaption></figure>

### Podpisywanie <a href="#sign-an-action" id="sign-an-action"></a>

{% stepper %}
{% step %}

### Wprowadź dane uwierzytelniające

Wprowadź swoją nazwę użytkownika i hasło.

Jeśli PIN jest włączony i wybrany, wprowadź zamiast tego swój PIN.
{% endstep %}

{% step %}

### Dodaj komentarz (zalecane)

Dodaj krótki komentarz wyjaśniający przyczynę.

Administrator może ustawić komentarze jako obowiązkowe dla grupy systemowej.
{% endstep %}

{% step %}

### Potwierdź

Kliknij **Podpisz**.

System potwierdzi zapisanie zmiany.
{% endstep %}
{% endstepper %}

<figure><img src="/files/gvsAOAtoODbX70FmletO" alt="Potwierdzenie wykonania podpisanej operacji" width="458"><figcaption></figcaption></figure>


---

# 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/common_elements/sign.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.
