# Elements

Elements located just below the Screens allow you to add the abilities you need to the screen. You can reach element settings by selecting an element or you can remove it by clicking 3 dot icons. You can adjust the order of elements' appearance on the screen with drag and drop.

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

{% hint style="info" %}

#### Elements and Column Types

There are defined relationships between the column types used in the tables and the elements added to the screens. For example, if there is an image-type column in your table, the image-containing elements you add to the screens directly show the content in this column.
{% endhint %}

<br>

### Add an element to the screen

The Elements section under Screens allows you to add, edit, and delete elements on the selected screen.&#x20;

Click + next to the Elements title to see all elements.

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

#### Element Order

You can adjust the display order of the elements on the screen with drag and drop.

#### Element Settings

Each element has its settings. By selecting the element you want to edit, you can customize its settings such as content, design, and action.

<br>


---

# Agent Instructions: 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:

```
GET https://docs.kozmik.io/screens-and-elements/elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
