> ## 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.

# 云端任务

除了远程控制电脑，移动端 APP 还可以直接在云端环境运行任务——适合手边没有电脑、或希望在路上直接交付的场景，无需唤醒桌面。

<Steps>
  <Step title="选择运行环境">
    在 **New Task** 页面选择环境（默认 **Default**）。可以选择 **Cloud** 在云端运行，或选择 **Connect to your computer** 接管本地电脑。

    <Frame caption="选择云端环境或本地电脑">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-choose-environment.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=3f67720fa4fbdc23e15227626198cccc" alt="移动端 APP 的 Choose Environment 弹窗" style={{ width: "320px", maxWidth: "100%", margin: "0 auto", display: "block" }} width="804" height="1716" data-path="images/mobile-app-choose-environment.png" />
    </Frame>
  </Step>

  <Step title="选择 GitHub 仓库与分支">
    选定云端环境后，关联 GitHub 账号，再选择任务对应的仓库和分支。点击输入区上方的 **Repository** 和 **Branch** 下拉进行选择。

    <Frame caption="选择 GitHub 仓库">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-choose-repository.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=c4e0bc93dd27b4b4b764e91b3ffb829e" alt="移动端 APP 的 Choose Repository 弹窗" style={{ width: "320px", maxWidth: "100%", margin: "0 auto", display: "block" }} width="804" height="1748" data-path="images/mobile-app-choose-repository.png" />
    </Frame>

    <Tip>列表中找不到目标仓库时，点击 **Install Qoder on GitHub**，在该仓库中安装 Qoder AI App 即可获得访问权限。</Tip>
  </Step>

  <Step title="描述任务并发送">
    在输入框写好需求（例如 *"generate ui from screenshot"*），点击发送。任务在云端环境中执行，不占用本地机器。

    <Frame caption="在 New Task 页面发起云端任务">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-new-task.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=d2e55089a94004a7503a0511eb138de4" alt="移动端 APP 的 New Task 页面，已选环境、仓库、分支" style={{ width: "320px", maxWidth: "100%", margin: "0 auto", display: "block" }} width="796" height="1727" data-path="images/mobile-app-new-task.png" />
    </Frame>
  </Step>

  <Step title="在会话列表中查看云端任务">
    云端任务会与本地任务并列出现在会话列表中，方便你统一查看进度、状态和待处理项。

    <Frame caption="云端任务与本地任务并列展示">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-task-list.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=75908313b3e92427e6ac987725ad7a29" alt="会话列表中并列展示云端任务与本地任务" style={{ width: "320px", maxWidth: "100%", margin: "0 auto", display: "block" }} width="796" height="1728" data-path="images/mobile-app-task-list.png" />
    </Frame>
  </Step>
</Steps>
