- Step1: Install Manus JS via npm (‘npm install manus-js’) or include the UMD script tag.
- Step2: Import and initialize with your AI API key: Manus.init({ apiKey: 'YOUR_KEY' }).
- Step3: Mount the assistant UI component in your page container.
- Step4: Call methods like Manus.summarize(selector), Manus.ask(question), atau Manus.extractEntities(selector).
- Step5: Render responses and citations using provided callbacks or templates.