• Blog
  • Documentation
  • FAQ
  • Contact
Sign Up
Download
  • Get Started with Donobu
    • Creating Your First Flow
    • Using a Logged-In Browser State for Autonomous Runs
  • Changelog
  • Security and Trust
    • Subprocessors

Donobu is a desktop app for increasing productivity of product engineering teams

© Copyright 2025 Donobu. All Rights Reserved.

About
  • Blog
  • Contact
Product
  • Documentation
  • Context Buffet
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Creating Your First Flow

Step-by-step guidance on building and customizing your first automation with Donobu.

    1. Creating Your First Flow

    • Step-by-Step Walkthrough:
      1. Select a Website: Begin with the URL where you want to perform automation.
      2. Define Your Objective: Input your prompt that describes what you want to achieve.
        Example: “Log into my account and check the latest notifications.”
      3. Submit: FlowPilot autonomously navigates the site to determine the best actions needed to fulfill your objective.

    2. View Flow Actions

    • Monitoring Progress: See the sequence of actions generated by FlowPilot as it running.
    • Cancel Flow: You can cancel the flow at any time by clicking the stop button or closing the FlowPilot window.

    3. View Flow Details

    • First Card Details: Click on the first card to see the details of the flow. These include the URL, objective, iterations, and other useful information about the flow. Buttons related to rerunning or deleting the flow are also available here.
    • Rerun Flow: Click on the rerun button to rerun the flow. This re-executes a previously run flow without needing LLMs.
    • Recreate Flow: Click on the recreate button to recreate the flow. This will go to the create flow page with the same settings as the previous flow.
    • Export Code: Click on the script button to export flow as a draft Playwright script. You can then verify and add this script to your CI/CD pipeline.
    • Delete Flow: Click on the delete button to delete the flow. This will remove the flow from your list of flows.

    screenshot of buttons for accessing more options