# Filter already applied (Premium)

### By Starting Class <a href="#by-starting-class" id="by-starting-class"></a>

If you want to have your elements already filtered, after the page load you add a **`dfc-[your category]`** class to the `df-area` **section**.There must be a button with the same `dfc- class`.So if you want to start the filtering with `dfc-cats`. You have to have a button with a `dfc-cats` class.

### By URL <a href="#by-url" id="by-url"></a>

You can also determine what filter is applied with the URL. For example:

<https://demos.danielvoelk.de/ice-cream/?filter=stick>

<https://demos.danielvoelk.de/ice-cream/?filter=cone>

You have to just add `?filter=CATEGORY` and the category without `dfc-`

{% hint style="info" %}
You can get Divi Filter Premium by clicking [here](https://shop.danielvoelk.de/#divi-filter).
{% endhint %}

### Error? <a href="#error" id="error"></a>

{% content-ref url="/pages/e7KMTqVXix9PK56K3zFg" %}
[Bugs? Use the Starting Delay](/functional/bugs-use-the-starting-delay.md)
{% endcontent-ref %}

Keywords to easy find it: pre filter, starting, page load


---

# 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.danielvoelk.de/functional/filter-already-applied-premium.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.
