Skip to main content

System Management


The entry point for system settings is shown below:


Prompt Management

💡 Tip: This feature is only supported in version V4.1 and above

"Prompt Management" is used to centrally manage the prompt content used by various functional points in the system. Administrators can use this module to version control prompts, switch active versions, or perform editing and copying operations, allowing flexible adjustment of the prompt logic and expression content for each functional point.

Prompt Management List

The prompt management list displays the prompt information for all functional points currently in the system, including the following fields:

  • Function Point Name: The business function name corresponding to the prompt.
  • Function Point Identifier: The unique identifier used internally by the system to recognize the function point, e.g., chatbi.genViewSchemaWithPrompt.
  • Current Active Version: The prompt version currently in use for this function point.
  • Actions: Provides an entry for "Configure and Manage" to view, edit, and manage prompt versions.

Configure and Manage

Clicking "Configure and Manage" opens a detailed configuration popup, with the interface divided into left and right sections:

Version Set Management

  • Displays all prompt versions under this function point.
  • Supports manually adding new versions, with a maximum of 4 versions per function point.
  • Supports selecting the active version: only one version can be active under the same function point.
  • Supports copying versions: allows one-click copying of an existing version’s content to quickly create and modify a new version.

Prompt Content Editing

  • Displays the prompt text content of the currently selected version (especially the active version);
  • Administrators can directly edit the prompt text here, and saving will update the content of that version.

Usage Example

For example, the system function point identifier chatbi.genViewSchemaWithPrompt indicates that this prompt is used for the system prompt logic when generating view schemas in the ChatBI module. Administrators can create multiple versions under this function point (such as Test Version, Official Version), and after verifying the content effect, manually select one version as active to flexibly control the application of different prompt versions.

Category Management

Administrators can manage SERVICEME Assistant Categories and Application Categories in category management. Category management allows administrators to add, edit, view, and delete categories to ensure the categories are tidy and effectively used.

View Category List

  1. Enter the Category Management page: Select "Category Management" in system settings to enter this page.
  2. View Categories: The category list displays category information in different language versions, including Japanese, Traditional Chinese, Simplified Chinese, and English, as well as descriptions for each category.
  3. Perform Actions: Administrators can edit or delete each category. Clicking the corresponding "Edit" button allows modification of category information, and clicking the "Delete" button deletes the category.

Add Category

  1. Click the "New" button: Navigate to Settings > System Settings > Category Management and click the "New" button on the right to start adding a new category.
  2. Fill in Category Information:
    • Category Name: Specify a unique name for the category. Fill in the category names in different languages, including Japanese (ja-JP), Traditional Chinese (zh-TW), Simplified Chinese (zh-CN), and English (en-US).
    • Category Description: Provide a detailed description of the category to ensure it is easy to identify and use.
  3. Click "Save": After filling in all necessary information, click the "Save" button to create the new category.

💡 Tip: Supports one-click completion of names in different languages

Edit Category

  1. Select the category to edit: Choose the category to be edited from the category list.
  2. Click the "Edit" button: Enter the edit page where administrators can modify the category name, description, and other content.
  3. Save Changes: After editing, click the "Save" button to update the category information.

Delete Category

  1. Select the category to delete: Choose the category to be deleted from the category list.
  2. Click the "Delete" button: Confirm after clicking "Delete" to remove the category.


Environment Variable Management

Administrators can manage environment variables in the system, which are used to configure the system's operating environment. Through environment variables, administrators can set specific configuration items such as upload file size limits, supported file types, etc.

View Environment Variable List

  1. Enter the Environment Variable Management page: Navigate to Settings > System Settings > Environment Variables
  2. View Configured Environment Variables: The system lists all configured environment variables, including each variable’s name, value, module it belongs to, and remarks.
    • Example: Environment variables such as TITLE_FILTER, logo, slides_type, etc., can be viewed in the list.

Add Environment Variable

  1. Click the "New" button: On the environment variable management page, click the "New" button on the right to start creating a new environment variable.
  2. Fill in Environment Variable Information:
    • Environment Variable Name: Specify a unique name for the new environment variable.
    • Environment Variable Value: Assign the corresponding value to the environment variable. For example, the value of slides_type can be ["Proposal seeking endorsement", "Information sharing"].
    • Module: Select which module the variable belongs to (e.g., frontend or backend).
    • Encryption Option: Enabling encryption will hide the field content. Only backend fields support encryption; frontend fields will be sent to the browser, so do not save sensitive information in frontend fields.
    • Remarks: Enter remarks to help other administrators understand the purpose of the environment variable.
  3. Click "Save": After filling in all information, click the "Save" button to successfully create the new environment variable.

Edit Environment Variable

  1. Select the environment variable to edit: Choose the item to edit from the environment variable list.
  2. Click the "Edit" button: Enter the edit page where administrators can modify the environment variable’s name, value, module, etc.
  3. Save Changes: After editing, click the "Save" button to update the environment variable.

Delete Environment Variable

  1. Select the environment variable to delete: Choose the environment variable to delete from the list.
  2. Click the "Delete" button: Confirm the deletion to remove the environment variable.


License Management

💡 Tip: This feature is only supported in version V4.1 and above

"License Management" is used to display and manage the current system’s authorization information, ensuring the platform operates within the legally authorized scope. Administrators can view license details and usage through this interface and manually upload new license files when the authorization expires or needs updating.

The license management interface mainly displays the following information:

  • System Status: Shows whether the current system is activated.
  • Environment Unique Code: A unique identifier automatically generated by the system to distinguish different deployment environments.
  • Issue Date: The license issue date, used to track the start of authorization.
  • Expiration Date: The expiration date of the current license; system functions will be restricted after expiration.
  • Remaining Agent Count: Shows the number of Agents that can still be created or used under the current license.
  • Remaining User Count: Shows the number of users that can still be added under the current authorization.

License Update

When the license is about to expire or the authorized quantity changes, it can be updated as follows:

  1. Click the "Update License" button;
  2. In the popup window, select the new license file;
  3. After successful upload, the system will automatically verify and apply the latest authorization information.

Glossary

💡 Tip: This feature is only supported in version V4.1 and above

The glossary is used to centrally manage proprietary terms, term translations, and synonym mappings used within projects or enterprises, helping AI maintain term consistency and understanding accuracy during retrieval, Q&A, and text processing. Administrators can upload standardized glossary files to import term data in one click. The system will prioritize glossary content when building indexes or performing semantic matching.

Supported Formats and Restrictions

  • File Format: Only CSV (Comma-Separated Values) format is supported.
  • Maximum Upload Quantity: 1 file (only one glossary file can be uploaded at a time; to replace, delete the old file first before uploading a new one).
  • Single File Size Limit: 10 MB.
  • Recommended Encoding: UTF-8 (to avoid issues with Chinese or special characters due to encoding).
  • Field Recommendations: It is recommended to include columns such as "Term", "Alias/Synonym", "Definition", "Language", with the first row as field names.

Language Configuration Management

Administrators can configure languages in the system. Currently, SERVICEME supports languages including Japanese, Traditional Chinese, Simplified Chinese, and English. Administrators can add, edit, or delete languages according to actual needs.

Add Language

  1. Navigate to the Language Configuration page: Go to "System Settings" and select "Language Configuration".
  2. Click "Add New": Click the "Add New" button on the right side of the page to start adding a new language.
  3. Enter Language Information:
    • Language Code: Fill in the unique identifier for the language.
    • Language Title: Enter the name of the language.
  4. Confirm Creation: Click the "Confirm" button to successfully add the new language.

💡 Tip: Newly added system languages need to be within the range of 46 language codes.

Edit Language

  1. Select the language to edit: Choose the language to modify from the language list.
  2. Click "Edit": Enter the language editing page.
  3. Modify Language Information:
    • Editable content includes Language Title and Language Code.
  4. Save Changes: Click the "Save" button to update the language information.

Delete Language

  1. Select the language to delete: Choose the language to delete from the language list.
  2. Click "Delete": Click the "Delete" button on the right.
  3. Confirm Deletion: Confirm to successfully delete the language.


Multilingual Content Configuration

Administrators can configure multilingual content in the system, supporting management and editing of multiple languages. The following are related operation steps and instructions:

View Multilingual Content Configuration

  1. Enter the Multilingual Content Configuration page: Administrators can find the "Multilingual Content Configuration" option in system settings and enter this page.
  2. View Configured Content: In the table, administrators can view the configured content for each language, supporting display of translations in different language versions.
    • The table lists the configuration item name, content for each language (such as Japanese, Traditional Chinese, Simplified Chinese, English, etc.), and corresponding action buttons like "Edit" and "Delete".
  3. Perform Actions: Administrators can edit or delete each row of content by clicking the corresponding "Edit" button to modify language content or the "Delete" button to remove unwanted configuration items.
  4. Write Protection: For built-in or critical configuration items, the system supports a "Write Protection" feature. Once a configuration is write-protected, it cannot be directly edited or deleted to prevent accidental operations. To modify such content, write protection must be removed or unlocked by a system administrator.

Add Multilingual Content

  1. Click the "Add New" button: On the multilingual content configuration page, click the "Add New" button on the right to start creating a new multilingual configuration.
  2. Fill in the Code: Specify a unique code for the new configuration item to ensure it can be correctly identified.
  3. Enter Titles for Each Language: Input titles for each supported language. Currently supported languages include:
    • Japanese (ja-JP)
    • Traditional Chinese (zh-TW)
    • Simplified Chinese (zh-CN)
    • English (en-US)
  4. Click "Confirm": After filling in all necessary information, click the "Confirm" button to save the configuration item and successfully add new multilingual content.

Import and Export

  1. Import Multilingual Content:

    • Administrators can click the "Import" button at the top right of the page to batch import prepared multilingual configuration files into the system.
    • File formats are usually CSV or Excel and must include columns for Code and content for each language.
    • The system will automatically validate data format and field completeness during import. For duplicate codes, options to overwrite or skip are available.
  2. Export Multilingual Content:

    • Click the "Export" button to export the current multilingual configuration items in the system as a file for backup or reuse in other environments.
    • The exported file will include content for all languages and supports CSV or Excel formats.
  3. Download Import Template:

    • The system provides a standard import template, which can be downloaded by clicking the "Download Import Template" button.
    • The template contains standardized field names (such as Code, ja-JP, zh-TW, zh-CN, en-US). Administrators can fill in content directly in the template before importing to ensure correct formatting.