# 策引 / MyInvestPilot > 策引是面向个人投资者的系统化投资分析平台,提供策略回测、模拟组合跟踪、市场观察和 AI 辅助复盘等工具,帮助用户理解规则、比较结果并持续复盘。平台内容用于教育与研究,不构成投资建议;历史或模拟结果不代表未来表现。 主要内容使用中文。产品能力和使用边界以公开页面与文档为准。 ## 核心入口 - [首页](https://www.myinvestpilot.com/): 了解策引的产品定位和主要使用场景。 - [Chat2Invest 演示](https://www.myinvestpilot.com/agent-demo): 查看 AI 对话式投资分析与复盘的公开演示。 - [模拟组合](https://www.myinvestpilot.com/portfolios): 浏览公开的系统化投资组合、历史表现和风险信息。 - [市场观察](https://www.myinvestpilot.com/markets/us): 查看市场指标与公开分析页面。 - [订阅方案](https://www.myinvestpilot.com/pricing): 查看当前方案、价格和包含的产品权益。 - [文档中心](https://www.myinvestpilot.com/docs/): 阅读产品说明、使用指南、投资方法和风险边界。 ## Agent 参考 - [文档站 llms.txt](https://www.myinvestpilot.com/docs/llms.txt): 精选文档入口和面向 Agent 的机器可读参考。 ## 使用公开 Portfolio 事实 - 产品定义、策略规则和使用边界以[文档中心](https://www.myinvestpilot.com/docs/)为准。 - 收到 official Portfolio 链接时:先读取 canonical HTML → 跟随页面 `rel="alternate" type="application/json"` 声明的 public portfolio manifest(`data-myinvestpilot-artifact="portfolio-manifest"`)→ JSON first → 只有历史路径问题才下载 `portfolio_db`(SQLite)→ 不猜 CDN 路径、不访问 manifest 未声明的工件。 - manifest 声明五类工件:`state_summary.json`(当前确定性状态)、`strategy_config.json`(策略与资金规则)、`baseline_profile.json`(历史行为基线)、`signal_profile.json`(聚合信号统计)、`{code}_portfolio.db`(深度历史,SQLite,本地只读、schema-first)。artifact 缺失时报告 unavailable,绝不当作 0,也不枚举其他 code。 - 使用 state summary 时核对 `generated_at`、`data_freshness` 和 `provenance`;不要仅从策略规则推断当前持仓,也不要把 signal 当作用户交易指令。 - 页面既有 `state_summary.json` alternate 继续有效(manifest 之外独立存在)。 - 新策略或研究实验请使用 [Agent Lab](https://www.myinvestpilot.com/docs/agent-lab/overview),不要把实验视为公开 Portfolio;manifest 只对 official Portfolio 存在,`custom_*` / `test_*` 无公开 manifest。