- 💡 AI-Powered Search: Zeroagent makes documentation easy to navigate with its intelligent search capabilities, ensuring users quickly find the information they need.
- 🔍 Contextual Responses: Provide step-by-step guidance to customers by answering their queries directly from your documentation content.
- 📄 Real-Time Updates: Automatically update responses as your documentation evolves, keeping information accurate and consistent.
Connecting with Docs
1
🛠️ Select site
Click
add site
and choose website
.2
🔑 Embed SDK
Add the
script code
to your application.Gatsby
Gatsby
Add the below code in your
src/pages/index.js
or src/pages/index.tsx
of your Gatsby project.Docusaurus
Docusaurus
Add the below code in your
src/pages/index.js
or src/pages/index.tsx
of your Docusaurus project.MkDocs
MkDocs
Create
zeroagent-init.js
inside docs
folder. Add this js path file to your mkdocs.yml
mkdocs.yml
zeroagent-init.js
You can also use Hardcore method to embed SDK.
3
🗂️ Knowledge Base
Our system
crawls
automatically all the pages of the website and adds them to AI knowledge base. You can also add addtional information
as pdf, xls
.Learn more about the Knowledge Base.
4
⚙️ Chat Setting
Update your chat widget interface settings
5
✅ AI Assistant is Live
Your AI Assistant is live and ready to assist users.