• Using GoInsight.AI
  • Tools
Using GoInsight.AI
  • Using GoInsight.AI
  • Tools
loading...
No Results
  • Get Started
    • Welcome to GoInsight.AI
    • Quick Start
  • Knowledge 101
    • Key Concepts
    • Knowledge Base
    • LLM Selection Guide
    • Data Security
  • Quick Chatbot
    • Build a Quick Bot
  • Insight Chat
    • Insight Chat Introduction
    • Collaboration Workspace
  • InsightFlow
    • InsightFlow Introduction
    • Types of InsightFlow
    • Services & Tools
      • Tool
      • Service
      • Agent Strategy
    • Node
      • Start
      • Answer
      • LLM
      • Knowledge Base Retrieval
      • Document Read
      • Document Write
      • HTTP Request
      • KnowledgeFocus LLM
      • Agent
      • Progress
      • Tool Call
      • IF/ELSE
      • Question Classifier
      • Branch Aggregator
      • Multi branch Selector
      • Iteration
      • Auto-Continue
      • Template
      • Code
      • JSON Variable Extractor
      • Variable Assigner
      • Variable Extractor
      • End
    • Error Handling
      • Node Error Handling
    • Publishing
      • Publishing an Interactive Flow
      • Publishing a Service Flow
      • Create Your First Workflow
  • Team Management
    • Access Control
    • Credential Management
    • Usage Details
Home > Documentation > InsightFlow

Types of InsightFlow

Interactive Flow

Interactive Flow includes a visible chat interface, allowing users to interact with the AI workflow directly through a chat window.

Key concept for Interactive Flow

  • Auto Continue: The workflow can continue executing in the background without user input.
  • Human in the Loop: Humans can make the final decisions in complex scenarios where AI models are uncertain. 

Use Cases

Online Customer Service: Users can ask questions in the chat window, and the Interactive Flow can retrieve relevant data from the internal knowledge base to provide detailed responses.

Internal Help Desk: The LLM analyzes the context and intent of the employee's query in real-time. Employees can receive instant and accurate response to common questions, such as IT support, HR policies, etc.

Service Flow

Service Flow operates without a visible chat interface. It typically functions as a background service or an API endpoint, triggered by various events.

Key concept for Interactive Flow

  • Trigger: Initiate a workflow on a schedule task.
  • Service: The workflow can be published as a service, and it can be used in other workflows.
  • API Call: Create GoInsight.AI's API endpoint to facilitate external API calls to the tool.

Use Cases

Sales Email Automation This Service Flow use LLMs to automate writing sales emails, just provide details like the recipient's name, company and key information, it can generate personalized email content for your customers. Users also can set a daily schedule to automate follow-ups.

Market Research Report Generation: The Service Flow gather data from various sources such as surveys, social media, sales databases. Use LLM to identify trends, patterns, and key insights from the data, then it can automatically generate a comprehensive market research report.

Differences Between Interactive Flow and Service Flow

Key Differences Interactive Flow Service Flow
Interface Visible chat interface for user interaction. Interface-free operations
Trigger Triggered by user input in the chat interface. Triggered by events such as scheduled tasks.
Application Suits for real-time interactive scenarios. Ideal for automated operations and backend services.
Benefits Enhance user experience Optimize operational efficiency
Updated on: Sep 26, 2025
Was This Page Helpful?
Prev InsightFlow Introduction
Next Tool
Discussion

Leave a Reply. Cancel reply

Your email address will not be published. Required fields are marked*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
On this page
  • Interactive Flow
  • Service Flow
  • Differences
loading...
No Results