> 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/zu-he-yu-lian-jie.md).

# 组合与连接

组合页展示你的净资产(NAV)、现金、历史曲线与连接状态。**所有连接均为只读**:平台不含任何下单、转账、提现或私钥操作。

## 支持的数据源

| 来源          | 方式         | 说明                    |
| ----------- | ---------- | --------------------- |
| Plaid       | 官方 Link 授权 | 美股券商/银行账户快照           |
| IBKR        | OAuth 授权   | 盈透证券账户(Web 与移动端均支持)   |
| Hyperliquid | 公开地址       | 粘贴 0x 地址即可,只读持仓与净值    |
| EVM 钱包      | 公开地址       | 通过 Moralis 读取(需服务端配置) |

连接状态在页面顶部显示:已配置的服务商显示入口,未配置的显示为不可用。连接失败或数据过期会明确标注 STALE,不会用旧数据冒充新数据。

## NAV 视图

* 账户级 NAV、可用现金、持仓明细与日度变化。
* 历史快照曲线:连接后系统每日自动留快照;快照用于趋势展示,不做收益归因承诺。

## Autopilot(研究体检)

* 对已连接账户做只读风险体检:集中度、异常敞口、数据异常等,输出分级发现项。
* 可手动触发一次体检;**仅代表研究视角,不代表自动调仓或执行**。
* 自动体检计划与推送渠道可在设置中调整。

## 隐私与删除

* 连接凭证(如 Plaid access token)在服务端加密存储;断开连接即删除。
* 注销账户会级联删除全部连接、快照与凭证。


---

# 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/zu-he-yu-lian-jie.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.
