Documentation

Learn how to use AISim Flows

Getting Started

What is AISim Flows?

AISim Flows automatically captures your workflow and generates step-by-step documentation with screenshots. No more manual documentation—just record and export.

Creating Your First Flow

  • 1Click "New Flow" to start
  • 2Give your flow a title and description
  • 3Click "Start Recording" to begin capturing
  • 4Perform your workflow as normal
  • 5Click "Stop Recording" when done
  • 6Review and edit your captured steps
  • 7Export to your preferred format

Recording Workflows

How Recording Works

When you start recording, AISim Flows captures every click, keystroke, and navigation action. Each action becomes a step in your guide with an auto-captured screenshot.

Tips for Best Results

  • 1Perform actions slowly and deliberately
  • 2Avoid unnecessary clicks or scrolling
  • 3Complete one task per recording session
  • 4Use a clean browser window when possible

Editing Guides

Step Editor

After recording, you can edit each step. Change titles, rewrite instructions, crop screenshots, or reorder steps. AI-powered suggestions help you write clear, professional instructions.

Editing Features

  • 1Drag and drop to reorder steps
  • 2Click any text to edit inline
  • 3Use AI to regenerate instructions
  • 4Add, delete, or duplicate steps
  • 5Annotate screenshots with highlights

Exporting Guides

Export Formats

Export your guides in multiple formats to fit your workflow. Each format is optimized for its use case.

Available Formats

  • 1Markdown (.md) - For docs sites and GitHub
  • 2HTML - Standalone web pages
  • 3PDF - Print-ready documents
  • 4JSON - For API integration
  • 5Notion - Direct import to Notion

Video Export

Create Video Tutorials

Convert your step-by-step guides into narrated video tutorials with a single click. AI generates natural voiceover from your instructions.

Video Features

  • 1Automatic pacing based on step complexity
  • 2AI-generated narration
  • 3Smooth transitions between steps
  • 4Highlight animations on click targets
  • 5Export as MP4 or share directly

Privacy & Security

Your Data is Safe

AISim Flows processes everything locally in your browser. Your recordings, screenshots, and guides never leave your device unless you explicitly export or share them.

Smart Redaction

  • 1Automatic detection of sensitive data
  • 2Blur passwords and personal info
  • 3Redact API keys and tokens
  • 4Manual redaction tools available

API & Integration

Developer API

Integrate AISim Flows into your development workflow with our API. Automate guide generation, export, and publishing.

Example Usage

TypeScript
import { exportFlow } from '@aisim/flows'

await exportFlow({
  id: 'flow-123',
  format: 'markdown',
  includeScreenshots: true
})

Ready to get started?

Create your first flow in minutes.