This document helps you quickly understand how to configure and manage AI Employees, guiding you step-by-step through the entire process from model services to task assignment.
Before configuring, please ensure your environment meets the following conditions:
AI Employees are divided into two layers: "Role Definition" and "Task Customization".
| Layer | Description | Characteristics | Function |
|---|---|---|---|
| Role Definition | The employee's basic personality and core abilities | Stable and unchanging, like a "resume" | Ensures role consistency |
| Task Customization | Configuration for different business scenarios | Flexible and adjustable | Adapts to specific tasks |
To put it simply:
"Role Definition" determines who this employee is, "Task Customization" determines what they are doing right now.
The benefits of this design are:
The model service is like the brain of an AI Employee and must be set up first.
💡 For detailed configuration instructions, please refer to: Configure LLM Service
Path:
System Settings → AI Employee → Model Service

Click Add and fill in the following information:
| Item | Description | Notes |
|---|---|---|
| Interface Type | e.g., OpenAI, Claude, etc. | Compatible with services using the same specification |
| API Key | The key provided by the service provider | Keep it confidential and change it regularly |
| Service Address | API Endpoint | Needs to be modified when using a proxy |
| Model Name | Specific model name (e.g., gpt-4, claude-opus) | Affects capabilities and cost |

After configuration, please test the connection. If it fails, please check your network, API key, or model name.

💡 For detailed instructions, please refer to: Create an AI Employee
Path: AI Employee Management → Create Employee
Fill in the basic information:
| Field | Required | Example |
|---|---|---|
| Name | ✓ | viz, dex, cole |
| Nickname | ✓ | Viz, Dex, Cole |
| Enabled Status | ✓ | On |
| Bio | - | "Data Analysis Expert" |
| Main Prompt | ✓ | See Prompt Engineering Guide |
| Welcome Message | - | "Hello, I'm Viz…" |

Then, bind the model service you just configured.

Prompt Writing Suggestions:
The clearer the prompt, the more stable the AI's performance. You can refer to the Prompt Engineering Guide.
Skills determine what an employee "can do".
💡 For detailed instructions, please refer to: Skills
| Type | Capability Scope | Example | Risk Level |
|---|---|---|---|
| Frontend | Page interaction | Read block data, fill forms | Low |
| Data Model | Data query and analysis | Aggregate statistics | Medium |
| Workflow | Execute business processes | Custom tools | Depends on the workflow |
| Other | External extensions | Web search, file operations | Varies |
Configuration Suggestions:

If your AI employee needs to remember or reference a large amount of material, such as product manuals, FAQs, etc., you can configure a knowledge base.
💡 For detailed instructions, please refer to:
This requires installing the vector database plugin.

Applicable Scenarios:
After completion, you will see the new employee's avatar in the bottom right corner of the page.

Please check each item:
If all pass, the configuration is successful 🎉
What we've done so far is "creating an employee". Next is to get them "to work".
AI tasks define the employee's behavior on a specific page or block.
💡 For detailed instructions, please refer to: Tasks
Applicable to the entire page scope, such as "Analyze the data on this page".
Configuration Entry:
Page Settings → AI Employee → Add Task
| Field | Description | Example |
|---|---|---|
| Title | Task name | Stage Conversion Analysis |
| Context | The context of the current page | Leads list page |
| Default Message | Preset conversation starter | "Please analyze this month's trends" |
| Default Block | Automatically associate with a collection | leads table |
| Skills | Available tools | Query data, generate charts |

Multi-task Support: A single AI employee can be configured with multiple tasks, which are presented as options for the user to choose from:

Suggestions:
Suitable for operating on a specific block, such as "Translate the current form".
Configuration Method:



| Comparison | Page-level | Block-level |
|---|---|---|
| Data Scope | Entire page | Current block |
| Granularity | Global analysis | Detailed processing |
| Typical Use | Trend analysis | Form translation, field extraction |
| Item | Suggestion | Reason |
|---|---|---|
| Number of Skills | 3–5 | High accuracy, fast response |
| Auto usage | Enable with caution | Prevents accidental operations |
| Prompt Length | 500–1000 characters | Balances speed and quality |
| Task Goal | Single and clear | Avoids confusing the AI |
| Workflow | Use after encapsulating complex tasks | Higher success rate |
Start small, optimize gradually:
Continuous optimization process:
Q: What if saving fails? A: Check if all required fields are filled in, especially the model service and prompt.
Q: Which model should I choose?
Q: AI response is too slow?
Q: Task execution is inaccurate?
Q: When should Auto usage be enabled?
Q: How to make the AI process a specific form?
A: For page-level configurations, you need to manually select the block.

For block-level task configurations, the data context is automatically bound.
To make your AI employees more powerful, you can continue reading the following documents:
Configuration Related:
Advanced Features:
Knowledge Base & RAG:
Workflow Integration:
The most important thing when configuring AI employees is: get it working first, then optimize. First, get your first employee successfully on the job, then gradually expand and fine-tune.
You can troubleshoot in the following order:
As long as you proceed step by step, you can build a truly efficient AI team.