How to Configure Instance Parameters?
Instance settings let you change global system parameters: add or update settings by key, choose an email provider, and control which platform features are available on this instance.
When You'll Need This
- You need to change system parameters (e.g., timezone, project name, file limits).
- You need to enable or disable specific features in instance settings (AI assistant, Process Library, integrations).
- You need to configure an email provider (Mailgun, Gmail, Outlook).
What's Important to Know
- Instance — a separate ConnectiveOne system instance for a specific client.
- Instance settings — key-value pairs that affect the entire system.
- Access — only root administrators can view and change instance settings.
- Feature availability — individual platform capabilities can be turned on or off; a root administrator sets this in instance settings.
Before You Start
You are logged in as a root administrator. You see the "Instance Settings" item in the Settings side menu.
Step-by-Step Instructions
1. Open Instance Settings
- Go to the Settings module via the menu or at
/settings-page. - In the side menu, find "Instance Settings".
- Click it.
2. View Current Settings
- The left side of the page shows a list of all settings (key and value).
- Scroll the list to find the parameters you need.
Common settings:
instance_timezone— timezone (e.g.,Europe/Kiev,America/New_York)clarity_enabled— enable Microsoft Clarity (1/0)lifecycle— number of days before automatic file deletion in storageclient_portal_url— base URL of the ConnectiveOne Client Portal (helpdesk web app); adds that origin to Engine CORS so the portal can call the instance API from another domain- Toggles for individual platform features (Process Library, Instance Agent, etc.) — managed in the instance settings block
Full description of all keys is in the technical documentation for developers.
To change values in the instance form in the UI:
- Update the parameters you need:
- "Instance name" — your ConnectiveOne instance name.
- "Domain" — system domain (if available).
- "Contact information" — email, phone, etc.
- "Timezone" — timezone for the system.
- "Chatroom export to PDF" — maximum wait time (in seconds) when generating PDF for dialogs. Used when operators export chat history to PDF.
- Feature toggles — for new platform capabilities. For example, "Operator Panel → Chatroom Export to PDF" enabled so operators can export dialogs to PDF; if disabled, the menu item is hidden.
- Other parameters (depending on implementation).
- Verify the entered data.
3. Create or Update a Setting
- On the right, find the "Create/Update key" card.
- In the "Key" field, enter the parameter name (e.g.,
project_name,instance_timezone). - In the "Value" field, enter the desired value.
- Optionally enable "Exclude" to hide the setting from non-root users.
- Click "Create/Update".
4. Delete a Setting
- Find the "Delete key" card.
- Enter the key of the setting to delete.
- Click "Delete".
5. Configure Email Provider
- Scroll to the "Email Provider" section.
- Select a provider: Not configured, Mailgun, Gmail, or Outlook.
- Click "Save".
- If you select Mailgun, an extra section appears with API Key, Signing Key, Region, and Forwarding Domain. Fill them in and save.
6. Turn platform features on or off
- Scroll to the block where you turn individual platform features on or off (categories depend on your configuration).
- Expand the category you need (e.g., Instance Agent, Process Library, Operator Panel).
- Toggle switches or select values for the features you want.
- Changes are saved automatically when you toggle.
Example — enabling the AI assistant:
- Expand the Instance Agent category.
- Enable Instance Agent Integration.
- Optionally enable Agent Debug Mode to see the agent’s reasoning and tool calls in the chat.
Example — Notification Center: expand Notifications, turn on Notification Center — full steps and the second (extended types) flag are in the root how-to.
What Happens Next
- Settings apply to the entire system.
- These settings affect which features appear in the menu and interface.
- Some changes may require a page reload.
How to Verify Everything Worked
- Check that the new or updated setting appears in the list on the left.
- For feature toggles, verify that the corresponding capability appears or disappears in the interface.
Related Materials
- Configure roles
- How to enable the Notification Center on the instance (root)
- Instance Settings Reference — full description of all keys (for technical team)
Important Notes
- ⚠️ Critical changes: Some settings affect system access — use with care. Do not change
project_namewithout consulting the technical team — it affects instance identity. - 🔄 Reload: Some changes may require a page or system reload.
- 💡 Exclude: If Exclude is enabled, the setting is hidden from non-root users.