> 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/puregamma-ai-documentation-espanol/gong-neng-zhi-nan.md).

# 功能指南

PureGamma AI 的功能围绕「Beta / Alpha / Long Gamma」三层叙事组织:

* **Beta(市场状态)**:今天市场处于什么环境?——仪表盘、每日简报、市场情报
* **Alpha(证据型机会)**:有哪些值得研究的线索?——Agent 对话、研究报告、技能库
* **Long Gamma(期权凸性)**:如何用期权表达观点?——期权研究、财报 Gamma 候选

## 目录

| 页面           | 说明                                           |
| ------------ | -------------------------------------------- |
| 仪表盘与每日简报     | Today 页面、自动日报、推送渠道                           |
| Agent 对话     | 带引用的研究对话、技能、数据范围、高级设置                        |
| 私人秘书(语音)     | 私聊记忆、语音对话与播放                                 |
| 期权研究         | Long Gamma 候选、Deribit 数据                     |
| 回测实验室        | 用对话记忆生成策略并回测(隐藏功能)                           |
| 组合与连接        | NAV、只读连接、Autopilot 体检                        |
| 通知与 iMessage | 邮件/Telegram/Slack/iMessage 推送,iMessage Agent |


---

# 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/puregamma-ai-documentation-espanol/gong-neng-zhi-nan.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.
