# Filter Columns

## Video

{% embed url="<https://youtu.be/u8As9c0uIdg>" %}

## Buttons

**Step 1:**

Click on the pencil icon to access the Button Settings (on the button, that you want to filter with). You can also use images, or any other element to trigger the filtering. It doesn’t have to be a button module.

![](/files/XQcrBMYuRSM9H79jnyVv)

**Step 2:**

Go to Advanced → CSS Class. Here you add the `ef-button` class.

\
**Step 3:**

Additionally, add any category that you want to filter with that button like that: **efc-\[your category]** e.g. `efc-cats`.

\
Buttons have to be in a separate section, than your filterable elements. Or you add the **ef-buttons** class to your button row (Premium features).

## Section

**Step 1:**

Click on blue icon to access the Section Settings.

![](/files/onlGdjLvMLGbIPGN5sFb)

**Step 2:**

Go to Advanced → CSS Class. Here you add the `ef-area` class.

## Column

**Step 1:**

Click on edit column icon to access the column settings.

![](/files/44QnPM8MF83dzLoCtKjx)

**Step 2:**

Go to Advanced → CSS Class.

Here you add all the efc-\[your category] class you want e.g. your efc-cats class.

**Step 3:**

Do that for all Columns you want to make filterable.


---

# 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://elemdocs.danielvoelk.de/gettings-started/filter-columns.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.
