# Frequency Capping

CrossEngage allows you to set a maximum frequency of messages sent per User in a given time frame. Once this limit is reached, the User does not receive any more messages for the specified duration.

### Setting Global Frequency Cappings

* To set Global Frequency Cappings, go to **More -> Frequency Cappings**.

<figure><img src="/files/G9J9vuGlEx26FsnDUKVM" alt=""><figcaption></figcaption></figure>

* Click on **Edit**.
* Here, you can set the total maximum number of messages sent per minute, hour, 1 day (24 hours), 7 days or 30 days.
* You can also set the maximum number of messages for each channel such as email or web notifications.
* Click **Save**.

Frequency capping works in capping intervals and applies to the actual delivery times. The values you define impact each user separately within the target group of your campaign.

For example, if frequency capping is set for "once per day", each user who received a message will not receive any further messages for 1 day.

{% hint style="warning" %}
"Day" is defined as a period of 24 hours, starting from the dispatch of the first message. If an email is sent to the customer at 9am on 1st of January, they will not receive any more emails until 9am on 2nd of January, for a frequency of "once per day".
{% endhint %}

### Campaign Frequency Cappings

Apart from the Global Frequency Cappings, you can also set Cappings in each Campaign to prevent duplication of messages. In such a case, messages are paused for that specific campaign if the Campaign Capping Frequency is reached, and for all Campaigns if the Global Capping Frequency is reached.


---

# 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://documentation.crossengage.io/data-and-engagement-platform/messages/frequency-capping.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.
