• 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 > Insight Chat

Collaboration Workspace

Definition

The Collaboration Workspace is an advanced conversation mode in GoInsight.AI's Insight Chat that transforms the "single dialogue" between a user and AI into an "intelligent project collaboration space". Using the @ command, all users can effortlessly invoke authorized AI workflows within the enterprise, even if the designed workflows are created by other colleagues.

All chat content is automatically synchronized as context for the invoked workflows, preventing redundant communication.

collaboration workspace

In the Collaboration Workspace's conversations, users, enterprise colleagues, AI, and workflows co-create, with information and results automatically shared. The AI intellengence becomes a "digital colleague" for the team, driving task execution and redefining how we collaborate.

Invoking Workflows in a Conversation

In the Collaboration Workspace dialogue box, typing @ will reveal a pop-up window listing available workflows. Here, you can click to select the workflow you wish to invoke. You can also @ the name of the workflow you wish to call, and a "Recent" list is available for quick access.

recent list

To invoke a specific workflow, you must enter a text instruction in the dialogue box.

  • Example 1: How is the weather like in New York today? @Weather Forecast Agent
  • Example 2: What are the features of GoInsight.AI? @Search Agent
Only one AI workflow can be invoked per dialogue round.

Usage Example

Here, we will demonstrate how to implement "Sending a welcome email to new customers for enterprise sales" in the Collaboration Workspace.

Prerequisites:

You need to pre-configure three authorized AI workflows for use within the enterprise:

  • "Customer Query Agent": Integrated with the enterprise CRM system, this agent supports querying customer information.
  • "Email Writing Agent": Familiar with the company's business logic and email writing standards, this agent can generate compliant email content.
  • "Email Sending Agent": Equipped with email sending capabilities, this agent can execute email delivery operations.

Demonstration Usage Flow:

Step 1: Query new customer information

  • User input: "What new customers did I acquire yesterday? @Customer Query Agent."
  • Simulated response: "Three new customers were added yesterday. Information is as follows: 1. [Customer 1 Name + Contact Information]; 2. [Customer 2 Name + Contact Information]; 3. [Customer 3 Name + Contact Information]."

Step 2: Automatically write a welcome email

  • User input: "Help me write a welcome email to Customer 1 @Email Writing Agent."
  • Simulated response: "[Email Body] Dear [Customer 1 Name]: Hello! We are honored that you have chosen to collaborate with [Company Name]... (specific business-related content omitted here). We look forward to a successful partnership! Best regards, [Company Name] Sales Department [Date]."

Step 3: Execute email sending

  • User input: "Please send this email to Customer 1 @Email Sending Agent."
  • Simulated response: "Email successfully sent to [Contact Information] of Customer 1."
usage example of collaboration workplace

As illustrated in the process above, users in the Collaboration Workspace can invoke multiple AI workflows as needed, and all chat records—including customer information and email content—are automatically synchronized as context for the corresponding workflows, eliminating the need for repeated information transfer. This entire operation occurs within the same collaboration space, facilitating a seamless workflow of "Query -> Write -> Send", thereby efficiently addressing complex business processes.

Updated on: Sep 26, 2025
Was This Page Helpful?
Prev Insight Chat Introduction
Next InsightFlow Introduction
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
  • Definition
  • Invoking Workflows in a Conversation
  • Usage Example
loading...
No Results