Once your agent is set up with a knowledge base, you can deploy it for your users. There are three ways to make your agent available.Documentation Index
Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Chat widget (recommended)
The chat widget adds a floating chat bubble to your website. When clicked, it opens a chat window where visitors can interact with your agent.Installation
Add this code before the closing</body> tag on your website:
Replace
your-agent-id with your actual agent ID. You can find it in the Integration tab of your agent’s dashboard.Widget features
- Floating chat bubble (bottom-right or bottom-left)
- Streaming responses in real-time
- Image upload support (up to 4 images per message, 10 MB each)
- Text-to-speech audio playback
- Source attribution for answers
- Scenario and action support
- Customizable appearance — see Chat Appearance
- RTL language support
Widget position
By default, the widget appears in the bottom-right corner. You can change this to bottom-left in the chat appearance settings.Iframe embed
Embed the chat directly into a page as an inline element:Direct link
Share the public chat URL directly with users:Where to find your agent ID
- Go to your dashboard
- Open your agent
- Go to the Integration tab
- Your agent ID and ready-to-use embed codes are displayed there
Troubleshooting
Widget doesn't appear on my site
Widget doesn't appear on my site
- Make sure the script is placed before the closing
</body>tag - Check that
window.mindeConfigis set before the widget script loads - Verify your agent ID is correct
- Check your browser console for errors
Chat is not responding
Chat is not responding
- Verify your agent has content in its knowledge base
- Check that your agent status is Active
- Ensure you have available credits
Iframe is blocked
Iframe is blocked
Some websites block iframes from external domains. If the iframe doesn’t load, use the chat widget (script tag) instead, or check your site’s Content Security Policy.