Zeroagent is a next-gen AI-powered agent designed to interact with users, answer queries, provide product overviews, and much more — "Just like having a conversation between your website and visitors".
- Log in to the Zeroagent Console.
- Create a new website by following the dashboard instructions.
- Copy your AppID and AppKey from your Zeroagent dashboard.
To get started, import the Zeroagent package into your project using npm:
npm install @zeroagent/js
Once installed, you can embed the Zeroagent widget in your webpage by adding the following code:
import Zeroagent from '@zeroagent/js';
<Zeroagent appID={'<YOUR_APP_ID>'} appKey={'<YOUR_APP_KEY>'} />
Note : Peer Dependency: Ensure react is installed in your project. If it’s missing, simply run:
npm install react react-dom
- Log in to the Zeroagent Console and start creating your knowledge base by adding useful data and FAQs.
- Customize and refine your AI assistant to better understand and serve your customers.
Start transforming your website with Zeroagent today. Enhance user engagement and provide smarter, more personalized interactions.