> ## Documentation Index
> Fetch the complete documentation index at: https://docs.callkaro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Hack — Check the Scale of an Issue Before Making Changes

Found a bug but not sure if it is happening on other calls too? Don't go through every call manually. Instead:

* Create a boolean post-call variable and set it to true for that specific issue.
* The next day, if the same issue is happening at a larger scale, you can quickly check by filtering calls where that variable equals 1.

This helps you spot patterns and confirm the scale of a problem before making any changes to the published version of the agent.

And that is how we debug.
