logologo
Get Started
Tutorials
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Get Started
Tutorials
Guide
Development
Plugins
API
Home
logologo
Overview
Quick Start

Features

Configure LLM Service
Enable AI Employees
Collaborate with AI Employees
Add Context - Blocks
Web Search
Use Skills
Shortcut Tasks
Built-in AI Employees
New AI Employee
Permission Control
File Management

AI Knowledge Base

Overview
Vector Database
Vector Store
Knowledge Base
RAG

Workflow

LLM Nodes

Text Chat
Multimodal Chat
Structured Output

Application Practices

Viz: CRM Scenario Configuration
Prompt Engineering Guide
Previous PageOverview
Next PageConfigure LLM Service

#Quick Start

Let's complete a minimal usable AI Employee setup in 5 minutes.

#Install Plugin

AI Employees are built into NocoBase (@nocobase/plugin-ai), so no separate installation is required.

#Configure Models

You can configure LLM services from either entry:

  1. Admin entry: System Settings -> AI Employees -> LLM service.
  2. Frontend shortcut: In the AI chat panel, use Model Switcher to choose a model, then click the shortcut to add an LLM service.

quick-start-model-switcher-add-llm-service.png

Usually you need to confirm:

  1. Select Provider.
  2. Fill API Key.
  3. Configure Enabled Models; simply use Recommend by default.

#Enable Built-in Employees

Built-in AI Employees are enabled by default, and usually do not need to be enabled one by one.

If you need to adjust availability (enable/disable a specific employee), update the Enabled switch in System Settings -> AI Employees list.

ai-employee-list-enable-switch.png

#Start Collaborating

On the application page, hover over the bottom-right shortcut entry and choose an AI Employee.

ai-employees-entry-bottom-right.png

Click to open the AI chat dialog:

chat-footer-employee-switcher-and-model-switcher.png

You can also:

  • Add blocks
  • Add attachments
  • Enable Web Search
  • Switch AI Employees
  • Select models

AI Employees can also automatically get page structure as context. For example, Dex on a form block can read form field structures and call suitable skills to operate on the page.

#Shortcut Tasks

You can preset common tasks for each AI Employee at the current location, so you can start working with one click, making it fast and convenient.

#Built-in Employees Overview

NocoBase provides multiple built-in AI Employees for different scenarios.

You only need to:

  1. Configure LLM services.
  2. Adjust employee enable status when needed (enabled by default).
  3. Select model in chat and start collaborating.
Employee NameRole PositioningCore Capabilities
ColeNocoBase AssistantProduct usage Q&A, document retrieval
EllisEmail ExpertEmail writing, summary generation, reply suggestions
DexData OrganizerField translation, formatting, information extraction
VizInsight AnalystData insight, trend analysis, key indicator interpretation
LexiTranslation AssistantMultilingual translation, communication assistance
VeraResearch AnalystWeb search, information aggregation, in-depth research
DaraData Visualization ExpertChart configuration, visual report generation
OrinData Modeling ExpertAssist in designing collection structures, field suggestions
NathanFrontend EngineerAssist in writing frontend code snippets, style adjustments

Notes

Some built-in AI Employees do not appear in the bottom-right list because they have dedicated scenarios:

  • Orin: data modeling pages.
  • Dara: chart configuration blocks.
  • Nathan: JS Block and similar code editors.