# Filtering Feature

&#x20;The common part in most actions is the filtering feature. You can adjust your filtering settings based on specific conditions and make it appear in those situations.&#x20;

**This section consists of three main headings:**

### Trigger&#x20;

The place where the triggering condition for the action to be displayed to the user is determined&#x20;

{% hint style="info" %}
You can go to the [Trigger](/collectaction-app-store/filter-settings/trigger.md) page to examine the triggers in more detail.
{% endhint %}

### Condition

&#x20;This is the section where you determine how and to whom the action will be displayed on which page. If you want to plan how an action should work, you can make changes here.&#x20;

{% hint style="info" %}
You can go to the [Condition](/collectaction-app-store/filter-settings/condition.md) page for more detailed information on the conditions, and examine them from there.
{% endhint %}

### Advanced

This is the place where aspects such as how many times an action occurs, per day, or per individual are configured.

{% hint style="info" %}
For more detailed information on advanced settings, you can go to the [Advanced Settings](/collectaction-app-store/filter-settings/advanced-settings.md) page and examine it from there.
{% endhint %}


---

# 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://yapaytech.gitbook.io/collectaction-app-store/action/filtering-feature.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.
