> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/2-pola-wyboru/kafel-tile.md).

# Kafel - Tile

{% hint style="info" %}
Dostępność funkcjonalności zależy od licencji i może nie być dostępna we wszystkich wdrożeniach.
{% endhint %}

Pojedyncza wartość komponentu [Grupa kafli - TileGroup](/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/2-pola-wyboru/kafel-tile/grupa-kafli-tilegroup.md), pole jednokrotnego wyboru (pole może zostać umieszczone jedynie w grupie kafli).

![](/files/7d2f272a082fd8cec606e00a8b9ba9489522f623)

✅ **Kiedy stosować:**

* Wybór ma być pokazany jako kafel z tytułem, treścią lub dodatkowymi informacjami.

## Właściwości komponentu

| Właściwość Eximee Designer                                     | Nazwa atrybutu w Źródle | Opis                                                                                                                           |
| -------------------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Wartość wybranego pola** (sekcja **Podstawowe właściwości**) | option                  | Wartość komponentu - pole nie może być puste                                                                                   |
| **Treść** (sekcja **Podstawowe właściwości**)                  | content                 | Zawartość kafla (może zostać nadpisana z usługi)                                                                               |
| **Tytuł** (sekcja **Podstawowe właściwości**)                  | title                   | Tytuł wyświetlany nad kaflem. Dostępność funkcjonalności zależy od licencji i może nie być dostępna we wszystkich wdrożeniach. |

{% hint style="warning" %}
**UWAGA!** Pomoc kontekstową dla **Kafla** można zdefiniować, ale bez użycia ikony pomocy (dymek pomocy może wyświetlać się tylko po najechaniu na kafelek).
{% endhint %}

> Więcej informacji o właściwościach komponentu: [Wspólne właściwości komponentów](/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

## Parametry wejściowe komponentu

| Parametr    | Opis                                                                                                                      |
| ----------- | ------------------------------------------------------------------------------------------------------------------------- |
| **content** | Zawartość kafelka zapisana w języku HTML lub WikiMarkup (skrypty wewnątrz tego HTMLa nie są obsługiwane przez platformę). |
| **id**      | Unikalny identyfikator kafla                                                                                              |

<figure><img src="/files/dc59f329764c79a1b7ec152ec0da3e8c559ac2b1" alt=""><figcaption><p><em><strong>Ilustracja 1.</strong> Przykładowy wygląd komponentu na wniosku.</em></p></figcaption></figure>

{% hint style="info" %}
Wniosek demo: demoTileGroup
{% 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://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/2-pola-wyboru/kafel-tile.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.
