> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/ergonode-user-manual-pl/system/uzytkownicy.md).

# Użytkownicy

{% hint style="info" %}
Proszę pamiętać, że utworzonego użytkownika nie można usunąć — można go tylko dezaktywować.

Użytkownicy dezaktywowani oraz użytkownicy w domenie ergonode.com nie są wliczani do Twojej licencji.
{% endhint %}

<figure><img src="/files/53bc0443217f9741848fdab78acf9e928233df88" alt=""><figcaption></figcaption></figure>

Aby utworzyć nowego użytkownika, kliknij \*\*NEW USER\*\* w prawym górnym rogu. Jeśli ikona jest szara, oznacza to, że wykorzystałeś już wszystkie konta dostępne w Twojej licencji. Jeśli potrzebujesz więcej użytkowników, skontaktuj się z nami bezpośrednio.&#x20;

<figure><img src="/files/68ac6c1d2204da4599fb79aef76d7f817792bad5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Wszystkie konta muszą być aktywowane w momencie tworzenia. Użytkownik otrzyma e-mail z linkiem aktywacyjnym. Po kliknięciu linku użytkownik zostanie poproszony o utworzenie własnego hasła.
{% endhint %}

{% hint style="info" %}
Jeśli użytkownik został utworzony jako nieaktywny, kliknięcie linku z e-maila wysłanego przy tworzeniu nie aktywuje konta automatycznie. Aktywację należy wykonać ręcznie.
{% endhint %}

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

Wypełnij wszystkie wymagane pola i kliknij *CREATE & EDIT* aby otworzyć użytkownika w [trybie edycji](/ergonode-user-manual-pl/system/uzytkownicy/ogolne.md). Aby edytować użytkownika, kliknij ikonę edycji (długopis).

Dla nowo utworzonego użytkownika dostępna jest opcja ponownego wysłania e-maila potwierdzającego (ikona koperty).

<figure><img src="/files/0a729fea5f626ca2e9924f8570e501e0b4bac85f" alt=""><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://usermanual.ergonode.com/ergonode-user-manual-pl/system/uzytkownicy.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.
