# Viewing Transaction Counts

Click the **View Rules Performance** button to see the details. The diagram below shows an example for Qwerty:

<figure><img src="/files/VIDYbMQr0Z3BxQFubZkh" alt=""><figcaption><p>Qwerty Rule Set</p></figcaption></figure>

The numbers shown next to the inputs and outputs for each rule represent the number of times a set of data entered and exited the rule. In the above example, 25 transactions entered the Initialization rule set, and the rule set filtered out 2 of those before sending 23 further through the rule set.

For content rule sets, a similar view of the transaction counts for that rule set can be viewed by clicking on the **View Content Performance** button.

<figure><img src="/files/DC3A97MASkyjn2hVKDnq" alt=""><figcaption><p>ContentRules rule set</p></figcaption></figure>

For timer rule sets, a similar view of the transaction counts for any individually selected timer rule set from the drop-down list can be viewed by clicking on the **View Timer Performance** button.


---

# 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.tomorrowx.com/cap/product-reference/performance-data/viewing-transaction-counts.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.
