> For the complete documentation index, see [llms.txt](https://docs.revenium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revenium.io/track-and-control-costs.md).

# Track & Control Costs

- [Instrument Your Code](https://docs.revenium.io/track-and-control-costs/instrument-your-code.md)
- [Monitor Infrastructure Costs](https://docs.revenium.io/track-and-control-costs/monitor-infrastructure-costs.md)
- [Analyze ROI & Unit Economics](https://docs.revenium.io/track-and-control-costs/analyze-roi-and-unit-economics.md)
- [Build Custom Dashboards & Charts](https://docs.revenium.io/track-and-control-costs/build-custom-dashboards-and-charts.md)
- [Set Budgets & Alerts](https://docs.revenium.io/track-and-control-costs/set-budgets-and-alerts.md)
- [Cost Controls](https://docs.revenium.io/track-and-control-costs/cost-controls.md): Use Cost Controls to define rules that block AI requests when configured usage limits are reached.
- [AI Assistants](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend.md)
- [Configure AI Assistant Pricing Mode](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend/configure-coding-assistant-billing-models.md): Choose whether each team's AI assistant usage counts as real spend (API-rate) or stays an API-equivalent estimate (subscription or seat-based).
- [AI Assistant Data Reference](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend/ai-coding-data-reference.md): Complete reference of all data points collected from AI assistant integrations, including Claude Code, Gemini CLI, Cursor IDE, Claude Cowork, Codex CLI, and GitHub Copilot.
- [Setup Claude Code](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend/ai-coding-data-reference/setup-claude-code.md)
- [Setup Claude Cowork](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend/ai-coding-data-reference/setup-claude-cowork.md)
- [GitHub Integration](https://docs.revenium.io/track-and-control-costs/analyze-ai-tooling-spend/github-integration.md): Connect your GitHub organization to surface PR attribution and productivity metrics alongside AI coding assistant usage in Revenium.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.revenium.io/track-and-control-costs.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.
