> 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/struktura-produktu/atrybuty/pola-wlasne/pola-wlasne-jak-to-dziala.md).

# Pola własne - Jak to działa

{% hint style="info" %}
Pojedynczy atrybut może używać maksymalnie 10 pól własnych.
{% endhint %}

Pola własne to sposób na dodanie dodatkowych informacji do atrybutów typu pole wyboru lub lista wyboru. Możesz utworzyć do 10 pól własnych dla każdego atrybutu i wybrać spośród czterech różnych typów pól własnych:&#x20;

* Obraz
* Tekst
* Pole tekstowe
* Pole tekstowe RTE.&#x20;

Aby utworzyć pole własne, wykonaj następujące kroki:

* Edytuj lub [utwórz ](/ergonode-user-manual-pl/struktura-produktu/atrybuty/utworz-nowy-atrybut.md)atrybut typu pole wyboru lub lista wyboru.
* Przejdź do zakładki „*Pola własne*”.

<figure><img src="/files/9f1370ccc8db2cbb570f3a4c9b0f83a6a8691310" alt=""><figcaption></figcaption></figure>

* Wpisz nazwę pola własnego w polu wejściowym „*Custom field code*”. Nazwa powinna być unikalna i opisowa.
* Wybierz typ pola własnego z listy rozwijanej. Typ określa format i opcje wprowadzania dla pola własnego.
* Kliknij przycisk „+ Add”, aby utworzyć pole własne.
* Powtórz kroki 3–5 dla każdego pola własnego, które chcesz utworzyć.

{% hint style="info" %}
Pola własne nie mogą być edytowane — musisz usunąć pole własne, a następnie utworzyć nowe, jeśli to konieczne.
{% endhint %}

Po utworzeniu pola własnego zobaczysz je w zakładce „Options”, gdzie możesz edytować jego wartość lub wartości, po prostu klikając je dwukrotnie.

<figure><img src="/files/572f0bdc20a0e33117d680339ad40e2510892186" alt=""><figcaption></figcaption></figure>

Pole wejściowe zależy od typu pola własnego. Na przykład, jeśli typ pola własnego to Image, możesz dodać plik obrazu. Jeśli typ pola własnego to Textarea RTE, możesz użyć edytora tekstu sformatowanego, aby dostosować tekst.

* Kliknij przycisk „Save changes”, aby zapisać zmiany.


---

# 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/struktura-produktu/atrybuty/pola-wlasne/pola-wlasne-jak-to-dziala.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.
