Installation
ConverZen can be integrated in multiple ways:
Option 1: Script Tag
Add ConverZen to your HTML page with a simple script tag:
<script src="https://cdn.converzen.com/converzen.js"></script>
Option 2: npm Package
Install ConverZen via npm:
npm install converzen
Basic Usage
Once installed, you can initialize ConverZen:
import { ConverZen } from 'converzen';
const chat = new ConverZen({
apiKey: 'your-api-key',
endpoint: 'https://api.converzen.com'
});
chat.start();
Next Steps
- Check out the API Reference for detailed documentation
- Learn about Architecture to understand how ConverZen works
- Explore Plugin Development to extend functionality