> For the complete documentation index, see [llms.txt](https://puregamma-ai.gitbook.io/puregamma-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puregamma-ai.gitbook.io/puregamma-ai/gong-neng-zhi-nan/yi-biao-pan-yu-mei-ri-jian-bao.md).

# 仪表盘与每日简报

## 仪表盘(Today)

登录后的首页。包含:

* **市场概览**:主流资产实时快照(价格、24h 涨跌、数据源与新鲜度标识)。数据来自 Binance、CoinGecko、Hyperliquid 等公开行情源,页面会标注数据是否实时。
* **最新研究**:最近生成的日报/事件报告列表,点击展开全文(Markdown 渲染)。
* **套餐状态条**:当前套餐、Credits 余额、订阅状态。

> 数据说明:行情为公开源聚合,可能有分钟级延迟;页面会明确显示"数据暂不可用"而不是展示缓存假数据。

## 每日简报(Daily Brief)

平台每天自动为你生成一份研究日报,内容包括当日市场状态、重点新闻与你的组合风险(如果已连接组合)。

### 自动推送

* 系统会为每位用户自动创建推送偏好(默认:**邮件渠道,每天 08:30**,按你的时区)。
* 到达推送时间后,简报通过你启用的渠道发送;同一天的同渠道投递有幂等保护,不会重复发送。
* 可在「账户 / 设置」中修改推送时间、渠道与启停。

### 手动生成

在「研究报告」页可手动触发生成当日简报(中/英文各一份)。手动生成会消耗 Credits(详见 订阅与 Credits),同一天重复生成会命中缓存不重复扣费。

### 推送渠道

| 渠道               | 说明                                         |
| ---------------- | ------------------------------------------ |
| Email            | 默认渠道,注册即可用                                 |
| Telegram / Slack | 在通知设置中粘贴 Bot Token / Webhook               |
| iMessage         | 需 Max/Enterprise 套餐并完成号码验证(见 通知与 iMessage) |
| Push(iOS)        | iOS App 内授权系统推送后自动注册                       |

## 报告列表

「研究报告」页展示最近 100 份报告(日报 + 事件报告),支持按语言过滤。报告会标注生成时间与数据新鲜度。


---

# 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://puregamma-ai.gitbook.io/puregamma-ai/gong-neng-zhi-nan/yi-biao-pan-yu-mei-ri-jian-bao.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.
