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.
General
What is Mind-e?
What is Mind-e?
What AI models does Mind-e use?
What AI models does Mind-e use?
Is my data secure?
Is my data secure?
Documents & Knowledge Base
My document is stuck in 'processing' status
My document is stuck in 'processing' status
- Delete the document and re-upload it
- Check that the file isn’t corrupted (try opening it locally)
- For PDFs, ensure the document contains text (scanned image-only PDFs may fail)
- Check that you haven’t exceeded your storage limit
What file types are supported?
What file types are supported?
.pdf), Word (.docx), text (.txt), and Markdown (.md). See Limits for size and page limits per format.My agent doesn't answer correctly from uploaded documents
My agent doesn't answer correctly from uploaded documents
- Check that the document status shows Embedded (not processing or error)
- Try asking the question differently — longer, more specific questions perform better
- Enable query expansion in agent settings to improve retrieval for short questions
- Review the sources shown with each response to see which documents are being referenced
- Add a text snippet with the specific answer if the agent consistently misses it
Can I upload multiple documents at once?
Can I upload multiple documents at once?
Chat & Widget
The chat widget doesn't appear on my website
The chat widget doesn't appear on my website
- Ensure the script is placed before the closing
</body>tag - Verify that
window.mindeConfigis defined before the widget script loads - Check that the agent ID is correct
- Open your browser’s developer console and look for errors
- Make sure your site’s Content Security Policy allows scripts from
widget.mind-e.co
Chat responses are slow
Chat responses are slow
- The AI model selected (larger models take longer)
- The size of the knowledge base (more content = longer search time)
- Whether streaming is enabled (streaming shows results progressively)
Can I customize the widget appearance?
Can I customize the widget appearance?
Credits & Billing
I ran out of credits — what happens?
I ran out of credits — what happens?
Do unused credits roll over?
Do unused credits roll over?
Can I buy additional credits without upgrading?
Can I buy additional credits without upgrading?
How do I see what's using my credits?
How do I see what's using my credits?
- Credit summary for a breakdown by feature and agent
- Credit history for individual transactions
- Agent analytics for per-agent usage
Social Integrations
Why can't I connect social media integrations?
Why can't I connect social media integrations?
My Telegram bot isn't responding
My Telegram bot isn't responding
- Check that the integration status shows Connected in the Integration tab
- Verify the bot token is correct (get it from @BotFather)
- Try disconnecting and reconnecting the integration
- Check that your agent has content in its knowledge base
What happens to social integrations if I downgrade to Free?
What happens to social integrations if I downgrade to Free?
API
How do I get an API key?
How do I get an API key?
I'm getting 401 Unauthorized errors
I'm getting 401 Unauthorized errors
I'm getting 429 Too Many Requests
I'm getting 429 Too Many Requests
X-RateLimit-Reset header in the response for when you can retry. Reduce your request frequency or contact support for higher limits.