# Resolution

### Resolution
Resolution determines the time granularity of your results:
- **hour**: Data grouped by hour (useful for real-time monitoring)
- **day**: Data grouped by day (most common for daily reports)
- **month**: Data grouped by month (useful for trend analysis)

The resolution you choose affects how the `time` dimension groups your data.

Version: 3.0.0
