> 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/kuai-su-shang-shou.md).

# 快速上手

## 1. 注册账户

访问 [puregamma.ai](https://puregamma.ai) → 右上角「注册」。支持三种方式:

| 方式               | 说明                                                                                       |
| ---------------- | ---------------------------------------------------------------------------------------- |
| **邮箱注册**         | 填写邮箱 + 密码(至少 8 位,含大小写字母和数字),完成滑块验证后提交。系统会发送验证邮件,**点击邮件中的链接完成验证后才能登录**。未收到可在登录页重发(有频率限制)。 |
| **Google 注册/登录** | 点击「使用 Google 继续」,授权后自动创建或绑定账户。                                                           |
| **移动端登录**        | Android/iOS 应用内支持邮箱与 Google(iOS 另支持 Sign in with Apple)。                                 |

### 滑块验证码小提示

注册与登录时需要完成滑块拼图:拖动滑块,让拼图块对齐缺口位置后松开。偏差不大即可通过;**对不齐可以多次尝试**,同一拼图在有效期内支持有限次重试,也可以点击刷新按钮换一张图。

## 2. 登录后你会看到什么

登录后进入应用主界面,左侧边栏分为三组:

* **研究**:仪表盘(Today)、Agent 对话、研究报告、期权研究、回测实验室
* **组合**:组合 NAV、私人秘书
* **公司**:订阅计费、账户、帮助文档

顶部状态栏显示当前套餐、Credits 余额与账户入口。

## 3. 建议的初始化顺序

1. **账户页**:确认语言(中/英)与主题(日间/夜间/跟随系统);需要推送可配置通知渠道。
2. **订阅页**:查看套餐与 Credits 余额;免费套餐自带体验额度,升级套餐获得更多月度额度与更高权限(如 iMessage Agent)。
3. **组合页(可选)**:连接只读数据源(Plaid 券商、IBKR、Hyperliquid 地址、EVM 钱包),让日报与 Agent 的研究带上你的持仓上下文。
4. **第二天起**:自动收到每日简报邮件;随时打开 Agent 或秘书提问。

## 4. 语言与主题

* 站点支持 **中文 / English**,登录后切换语言会同步保存到账户偏好(跨设备生效)。
* 主题支持日间浅色 / 夜间深色 / 跟随系统;秘书对话气泡、图表配色都会随主题自动调整对比度。

## 5. 会话与安全

* 登录态过期后,任何需要登录的页面操作会自动跳转到登录页,登录后回到原页面。
* 忘记密码:登录页「忘记密码」→ 输入邮箱 → 按邮件链接重置(链接一次性、有时效)。
* 连续输错密码或频繁注册会触发限流(15 分钟),稍等片刻再试。


---

# 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/kuai-su-shang-shou.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.
