loading...
No Results
  • Get Started
    • Welcome to GoInsight.AI
    • Quick Start
  • Knowledge 101
    • Key Concepts
    • Knowledge Base
    • LLM Selection Guide
    • Tool
    • Service
    • Data Security
  • Quick Chatbot
    • Build a Quick Bot
  • InsightFlow
    • InsightFlow Introduction
    • Types of InsightFlow
    • Node
      • Start
      • LLM
      • Knowledge Base Retrieval
      • Answer
      • Document Writing
      • Document Reading
      • HTTP Request
      • IF/ELSE
      • Question Classifier
      • Branch Aggregator
      • Multi branch Selector
      • Iteration
      • Auto-Continue
      • Template
      • Code
      • JSON Variable Extractor
      • Variable Assigner
      • Variable Extractor
      • KnowledgeFocus LLM
      • Agent
      • End
    • Publishing
      • Publishing an Interactive Flow
      • Publishing a Service Flow
      • Create Your First Workflow
  • Control & Management
    • Access Control
Home > Documentation > Knowledge 101

Service

Definition

In GoInsight.AI, a Service is a reusable module that extends workflow capabilities. You can publish an existing Service Flow as a Service and directly reference it in other workflows to quickly reuse existing logic, reduce redundant development, and improve workflow creation efficiency.

How to create a Service?

Only two steps are required to publish your Service Flow as a Service:

  1. Step 1.Publish as Service
  2. After creating a service-based workflow, click the upper-right “Save and Publish” → “Publish as” → “Service”.
  3. save service as tool
  1. Step 2.Fill in Service Information
  2. In the popup settings window, configure the following:
    • Service Name: A short and memorable name
    • Service Description: A brief explanation of the service's purpose for better understanding
    • Service Permissions: Set which team members can reference this Service

Click “Save” to complete! The Service is now ready to be referenced by other workflows.

How to reference a Service?

When editing a workflow, you can combine existing Services like building blocks without developing from scratch.

  1. Step 1.Add Service Node
  2. Right-click on the canvas and select “Add Node” → “Service”. The system will display all available Services for reference.
  3. Add Service Node
  1. Step 2.Select the Service
  2. Click on the desired Service to insert it into the current workflow. The Service will inherit its original functions with no extra configuration needed.
  3. Select the Service
  4. By reusing Services, you can quickly build complex workflows in GoInsight.AI and enhance your productivity.
Updated on: Jun 25, 2025
Prev Tool
Next Data Security
On this page
  • Definition
  • How to create a Service?
  • How to reference a Service?
loading...
No Results