# Parameter :: 46. `abs::`
Controls whether quota values in the `.usage` table are displayed as absolute token counts instead of percentages.
- **Default:** `0`
- **Constraints:** `0`, `1`, `false`, `true`
- **Purpose:** Show absolute token counts in place of percentage values where the API provides count data.
**Behavior:** When `abs::1`, columns that normally display percentages (e.g., `5h Left`, `7d Left`, `7d(Son)`) show raw token counts from the API response where available. Columns where the API does not expose absolute counts continue to show percentages. The percentage-to-count conversion uses the limit values from the API response.
**Examples:**
```text
abs::1 -> token counts instead of percentages
abs::1 get::7d_left -> raw 7d token count for first row
```
**See Also:** [feature/028_usage_row_filtering.md](../../feature/028_usage_row_filtering.md), [feature/009_token_usage.md](../../feature/009_token_usage.md) for column definitions.
### Referenced Type
- **Fundamental Type:** `bool`
### Referenced Parameter Groups
| 1 | [Display Control](../param_group/005_display_control.md) | Member parameter |
### Referenced Commands
| 1 | [`.usage`](../command/006_usage.md#command--9-usage) | Show absolute token counts instead of percentages |
### Referenced User Stories
| 1 | [Multi-Account Quota Monitoring](../user_story/003_quota_monitoring.md) | Raw token counts for quota capacity planning |