content/guides/02.content/9.collaborative-editing/1.configuration.md
This guide covers the configuration settings for the Collaborative Editing feature.
::callout{icon="material-symbols:info-outline"} Enabling Collaborative Editing If WebSockets are active on your Directus instance, then enabling Collaborative Editing is as simple as checking it on your Directus settings. It will be automatically active across all collections in your instance. For detailed configuration options and environment variables, please refer to the Collaborative Editing Configuration documentation. ::
To verify that collaborative editing is working correctly:
WEBSOCKETS_ENABLED=true).WEBSOCKETS_ENABLED=true is set.WEBSOCKETS_COLLAB_STORE_NAMESPACE if sharing a Redis instance with other applications (default is collab).Enable debug logging to troubleshoot issues.
LOG_LEVEL="debug"
This will provide detailed information about WebSocket connections, user events, and collaboration activities in your Directus logs.