/docs/components/collaboration/implementation
Workflow Guide
Complete end-to-end interactive implementation guide for collaboration.
Follow this complete guide to integrate real-time collaboration. Each step includes production-ready code for your host application.
Host Sends
1. HTML
Prepare your document viewer container with an iframe and necessary security attributes.
html
Host Sends
2. User Set (Identity Setup)
The very first logic step is identifying who the participant is.
javascript
Host Sends
3. Enable Sync Control
Explicitly enable the collaboration synchronization state.
javascript
Host Sends
4. Collaborative Tool Selection
Trigger tools that broadcast actions to all connected participants.
javascript
