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

# Quickstart · 30 秒

> 一句话生成,链接发出 — 不读完这页都行。

## Web · 直接试

<Steps>
  <Step title="打开 inplain.app">
    无需登录。Hero 下方有"在线试一次"输入框。
  </Step>

  <Step title="输一句话">
    例:`为投资人讲清楚 Q3 增长的三页 deck`
    `生成 →` 几秒后看到完整 deck + 配套 doc + 数据 sheet。
  </Step>

  <Step title="进工作台继续编辑">
    点 `进入工作台继续编辑 →` 这份就在你的 workspace 里,
    继续 chat 改、inspect mode 微调、`@ref` 互链。
  </Step>
</Steps>

## CLI · 在终端

<CodeGroup>
  ```bash 安装并登录 theme={null}
  pnpm dlx @plain/cli login
  ```

  ```bash 生成 deck theme={null}
  plain deck generate "为投资人讲清楚 Q3 增长的三页 deck"
  ```

  ```bash 导出 .pptx theme={null}
  plain export pitch.md --to=pptx
  ```
</CodeGroup>

详见 [CLI · install](/cli/install)。

## Agent · 让 Claude Code 调

```bash theme={null}
plain mcp
```

起 stdio MCP server,Claude Code / Cursor / Codex 会把它当作"做文档的工具" 自动注册。
详见 [AI · MCP](/ai/mcp)。

***

## 接下来

<CardGroup cols={2}>
  <Card title="Inspect mode" icon="cursor" href="/workflow/inspect-mode">
    Cursor 风设计模式,选元素直接调
  </Card>

  <Card title="改一处三处同步" icon="link" href="/workflow/cross-doc-refs">
    `@ref` 让 deck/doc/sheet 互引,改一次全网更新
  </Card>

  <Card title="发链接给客户" icon="share-nodes" href="/workflow/share-and-export">
    `/s/[id]` 短链 + 评论 + 一键导出 pptx
  </Card>

  <Card title="演讲模式" icon="presentation-screen" href="/workflow/present-mode">
    F5 全屏 + 翻页笔 + speaker notes
  </Card>
</CardGroup>
