Skip to main content
Zylon supports feature toggling, allowing you to enable or disable certain features on demand. Most of these settings are managed through the features field in your configuration file, while some user-facing capabilities have their own dedicated configuration keys. Each feature can define its own set of keys to control behavior.
features:
  audit:
    enabled: true
  database:
    enabled: true
  mcp:
    enabled: true
  webExtract:
    enabled: false
  webSearch:
    enabled: false
  multimodal-image:
    enabled: false
Remember to run sudo zylon-cli sync after updating the configuration file for the changes to take place.

Audit log

Store Audit Log events & traces

Log Delivery and Storage

Configure internal log storage, syslog delivery, and HTTP delivery.

Project custom instructions

Configure project instruction limits and advanced response behavior settings.

Web Extract

Extract and parse content from web pages.

Database tool connector

Alpha Show database connector tool in chats.

MCP tool connector

Alpha Show MCP connector tool in chats.

Vision file processing

Alpha Configure vision processing for PPTX and Docling files.

Web Search

Alpha Enable web search capabilities in chats.

Multimodality Capabilities

Alpha Enable image support in chats.