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

# Token Usage Dashboard

> Per-round token logging, daily/session/7-day breakdowns, and a rebuild-from-history tool.

* **Per-round logging** every AI response round (including intermediate tool-call loops) is logged to `~/.coder/projects/{id}/token-log/{date}.jsonl`; captures the true cumulative cost, not just the final round
* **Today tab** total chat input/output and inline completion tokens for the current day, with a per-model breakdown table
* **Session tab** token totals and round count for the current chat session only
* **7-Day History tab** daily table of chat vs inline token consumption for the past week
* **Rebuild from History** scans all saved chat sessions and back-fills the token log; recovers data from sessions that predate live logging and lets you compare against provider billing
* **Title bar icon** always accessible from the coin icon in the top title bar

See also [Reports](/reports) for a full verbatim recorder of every request/response, not just token counts.
