> For the complete documentation index, see [llms.txt](https://docs.taligate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taligate.com/daily-digest.md).

# Daily digest

The `/digest` command gives you a per-wallet summary of where a trader stands right now and how that compares to yesterday. For each wallet it shows: the number of open positions, total current value, total PnL, the change since the previous day's snapshot, and the top positions.

## How it works by tier

**Paid plans (Basic, Pro, Whale)** get the digest automatically every morning at 09:00 UTC. If you track multiple wallets, each one gets its own summary in that push - you do not have to do anything. You can also run `/digest` manually any time to pull it on demand.

**Free users** can run `/digest` on demand to get the summary for their one tracked wallet. The response includes a short note about the automatic morning delivery available on paid plans. That scheduled 09:00 UTC push is a paid feature; Free access to `/digest` is on-demand only.

## What the summary shows

Each wallet card in the digest gives you:

* **Open positions** - how many markets the wallet is currently active in
* **Total value** - the combined current value of all open positions in USD
* **Total PnL** - the combined unrealized profit/loss across those positions
* **Change since yesterday** - the shift in total value and PnL compared to the previous day's snapshot
* **Top positions** - the largest individual positions by size

This makes it easy to spot whether a wallet has been active overnight, how the portfolio moved, and which positions are driving the results.

## Paid vs. free at a glance

|                          | Free           | Basic / Pro / Whale |
| ------------------------ | -------------- | ------------------- |
| `/digest` on demand      | Yes (1 wallet) | Yes (all wallets)   |
| Automatic 09:00 UTC push | No             | Yes                 |

If you are on a trial (7 days of Pro on a new account), the automatic morning digest is active for the duration of the trial. When the trial ends and the account drops to Free, the scheduled push stops, but `/digest` on demand keeps working for your wallet.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.taligate.com/daily-digest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
