> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Forward Mode 概述

> 更低门槛把 Agent 落地到业务场景的模式层，基于「企业 / 模板 / 用户」三级配置体系交付 Agent 能力。

Forward Mode 是构建在 [Managed Mode](/zh/cloud-agents/api/agents/list) 之上的受管交付层。管理员通过三级配置体系(企业 / 模板 / 身份)预设好 Agent 形态与可用资源,调用方只需传入 `template_id` 与 `identity_id` 即可使用 Agent,无需关注底层运行时细节。

Forward Mode 自带 IM 渠道接入、定时触发(Schedules)和终端用户身份隔离(Identities),适合 SaaS 产品方、业务集成方,以及面向 C 端或大量调用方的团队。

## 相关

<CardGroup cols={2}>
  <Card title="创建 Template" icon="file-plus" href="/zh/cloud-agents/api/forward/templates/create" />

  <Card title="创建 Session" icon="comment" href="/zh/cloud-agents/api/forward/sessions/create" />
</CardGroup>
