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

# Cloud tasks

Beyond remote-controlling your computer, the mobile app can run tasks directly in a cloud environment — useful when you do not have your computer with you, or when you want to ship something on the go without waking your desktop.

<Steps>
  <Step title="Choose the environment">
    On the **New Task** screen, choose an environment (defaults to **Default**). Pick a **Cloud** environment to run the task in the cloud, or **Connect to your computer** to run it locally.

    <Frame caption="Pick a cloud environment or your local computer">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-choose-environment.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=3f67720fa4fbdc23e15227626198cccc" alt="Choose Environment sheet on the mobile app" 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="Pick a GitHub repository and branch">
    After choosing a cloud environment, link your GitHub account and pick the repository and branch the task should work against. Use the **Repository** and **Branch** dropdowns at the top of the input area.

    <Frame caption="Choose a GitHub repository">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-choose-repository.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=c4e0bc93dd27b4b4b764e91b3ffb829e" alt="Choose Repository sheet on the mobile app" style={{ width: "320px", maxWidth: "100%", margin: "0 auto", display: "block" }} width="804" height="1748" data-path="images/mobile-app-choose-repository.png" />
    </Frame>

    <Tip>If a repo is missing from the list, tap **Install Qoder on GitHub** and enable the Qoder AI app on that repository to grant access.</Tip>
  </Step>

  <Step title="Describe the task and ship it">
    Enter your prompt — e.g. *"generate ui from screenshot"* — and send. The cloud environment runs the task without occupying your local machine.

    <Frame caption="Send a cloud task from the New Task screen">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-new-task.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=d2e55089a94004a7503a0511eb138de4" alt="New Task screen on the mobile app with environment, repository, and branch selected" 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="Track it in the conversation list">
    Cloud tasks appear alongside local tasks in the conversation list, so you can monitor progress, status, and pending actions in one place.

    <Frame caption="Cloud and local tasks shown side by side">
      <img src="https://mintcdn.com/qoder/gKWB0KyiNOQrS9zD/images/mobile-app-task-list.png?fit=max&auto=format&n=gKWB0KyiNOQrS9zD&q=85&s=75908313b3e92427e6ac987725ad7a29" alt="Conversation list with cloud and local tasks side by side" 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>
