> For the complete documentation index, see [llms.txt](https://docs.kozmik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kozmik.io/screens-and-elements/elements.md).

# 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
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.kozmik.io/screens-and-elements/elements.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.
