# Counters

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcNPxsBxnIBGJnYe2OJlMiYFLiBUfLWAG2gNO5bMebmSwgXHsuQjWU8fT0ti32gII0oP07eGuX5YeTZ3dm6ZK257w6BPfI5Z4QoSfvsRURcF28s7XqctNQaZcT-NTxuO3itHrwhvA?key=B7tqI3ctRltH_VsErWMcNi1J" alt=""><figcaption></figcaption></figure>

Counters help you **measure the frequency or count of user actions** or events over time. Think of them as running totals or rolling windows that track how many times a user has done something—such as “Number of logins in the last 7 days” or “Videos watched this month.” These counts can be real-time, time-bound, or cumulative.

Counters are especially useful when you want to **set thresholds for actions** or trigger conditional workflows. For example, if a user has watched more than 5 videos in the last week, you can push them a “You’re on a roll!” message, or if someone has raised more than 3 support tickets in a day, you can alert your support team. With Questera’s counter system, you can personalize journeys based on not just actions—but their **volume and intensity**.


---

# 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.questera.ai/questera-ai-platform/data/counters.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.
