Show HN: AI Answers for Docs – Instant AI answers from your live documentation
2 hexadecimal 6 6/11/2025, 11:31:45 AM
I built this after seeing how many SaaS / API / knowledge base sites still have search that doesn’t really help users.
Agionic adds AI-powered answers on top of your live docs — no training, no manual syncing. It crawls your docs and serves answers in a lightweight embedded assistant.
Use cases:
Help users self-serve → fewer support tickets
Improve onboarding → unblock users fast
Spot gaps in your docs → based on real user questions
How it works:
Enter your docs URL → it scans the content
Add one script → AI Answers live in your docs
30-day free trial → then $0.49 per resolved request (pay only when it answers a user’s question)
Demo & details: https://www.agionic.com
Would love feedback — and happy to set this up free for anyone here who wants to test it on their docs.
> How are you checking whether the answer helped the user and that it needs to be billed? >I couldn't find a clear answer to that in the current docs.
So... how are you determining whether it helped the user? How are you ensuring that the model just doesn't make stuff up? Stripe has a similar feature where a LLM can help find the docs and it regularly hallucinates commands or arguments that just don't exist (but would perfectly solve my problem)
Something fair for customers, thats the goal. But right now my priority is seeing if anyone gives a f** about this to begin with.
Regarding hallucinations: It's not 100% solvable, but can be done pretty well in my opinion with prompting (aka only answer based on facts you see in the documentation)
P.S. if you have docs and want a more "live demo" you can sign up and just put in the docs url and you'll have a live demo without installing the script onto the docs site.
As an example: Stripe has sandboxes, I wanted to know how to create them via the CLI but found nothing in the docs. Asked the AI and it was like "Just do stripe sandboxes create <name>". The command does not exist and the whole functionality is not planned to be added. If another AI now reads this it could interpret it as answered successfully?
Just thinking - but I like the idea of the tool. Would love to use it but currently don't have any public docs to test with. Good luck with your project :)
--> I would say so. Not quite sure what Stripe is using on their docs, but sounds like its been given free reign and not grounded in actual docs.
Easiest way is to weed out hallucinations, hasnt been a problem for me at all to be honest.
P.S. For anyone reading, happy to refund all answers that you deem shouldnt be billed.
https://imgur.com/a/XiVmosl
Thanks for trying it!