# P\&L analytics

The `/pnl` page is a calendar heatmap of your daily profit and loss, with one toggle most platforms won't show you: **"vs BTC."** Flip it on and the numbers change from gross dollars to BTC-adjusted dollars — telling you whether CLAUDIA is actually beating the benchmark or whether you'd have been better off just holding Bitcoin.

## What you see

A month grid. Each day is a square. Brighter squares are bigger days. Orange for days where a signal peaked. Dim gray for stop-outs. Gray for flat days. Click any day to see which alerts were active and what each asset did.

Below the calendar: your per-asset breakdown (win count, loss count, total P\&L, and beat-BTC ratio for each ticker you held), a cumulative curve for the month, and totals broken into realized vs. unrealized.

## The BTC toggle

By default the numbers are gross — how many dollars you made or lost.

Flip to **vs BTC** and every number is re-expressed relative to what BTC did that day. A winning day where BTC also ran hard might turn neutral. A flat day where BTC dumped 5% turns green. It's the single fastest way to see whether the platform is adding alpha or just riding the market.

Toggling is free. Both modes are precomputed, so there's no delay.

## PnL Coach

At the top of the page there's a **Coach** card. Run the coach and an agent reads your actual snapshots, finds the one pattern that stands out, and tells you one specific thing to do. No generic advice — every suggestion cites numbers from your own history.

The coach costs **2 credits** per run. Results cache for 24 hours per timeframe (month or quarter), so re-opening the page doesn't re-bill you.

## Per-asset drill-down

Click any ticker in the breakdown table and you get a per-asset history page: every day you held that asset, what it did, which alerts were active. Free, reads from the same snapshots.

## Access

The PnL page requires the **Dashboard** tier (1M `$CLAUDIA`). Month view, drill-downs, and the BTC toggle are free; only the Coach costs credits.


---

# 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.claudia.wtf/using-the-platform/pnl.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.
