# Advanced Settings

## Frequency

![Frequency Detail](/files/otcBzqiMsbS4XZlp53AM)

### **1 -> Once per page view**

It is an option that will run every time a page is loaded.

### **2 -> Once per session**

It runs once on a user's device.

### **3 -> Once per close per session**

If a user clicks the close button on an action, they won't see that action again for the rest of the session.

### **4 -> Once per day**

Allows you to display it to a user once per day.

### **5 -> Once per life time**

It runs throughout the lifespan of that action.

### **6 -> Unlimited**

There are no restrictions; it allows it to run at any time.

### What is a control group and what is its purpose?

The Control Group determines the display rate of the action. If no value is written, the control group is considered as 10%.

{% hint style="danger" %}
**If you want to always display an action, you should set its control group to '0'.**
{% 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/filter-settings/advanced-settings.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.
