# Overview

This section is for teams bringing their own AI agents or agentic applications onto Revenium so they can measure cost, performance, tool usage, and outcomes.

If you want Claude, Cursor, Codex, Gemini CLI, or another personal assistant to help you use Revenium or complete setup, start with [Connect Your Agent](/get-started/quickstart/connect-your-agent.md). If you need exact implementation details for SDKs, provider connections, OTLP, MCP, Revvy CLI, LiteLLM, or API keys, use [Integrations](/integrations/integrations.md).

## In This Section

* [Agent Instrumentation Guide](/instrument-your-agents/agent-instrumentation-guide.md)
* [Analyze Decision Costs](/instrument-your-agents/analyze-decision-costs.md)
* [Monitor Agent Tool Usage](/instrument-your-agents/monitor-agent-tool-usage.md)
* [AI Outcomes](/instrument-your-agents/agent-outcomes.md)


---

# Agent Instructions: 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/instrument-your-agents/instrument-your-agents.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.
