-
Notifications
You must be signed in to change notification settings - Fork 97
Description
This is not a bug report.
The proposal is to add feedback forms at the end of each documentation page using the Oxygen Feedback cloud platform.
Something like this:

Feedback forms would allow users to leave suggestions on each page of the documentation web site.
One would need to perform these steps:
https://www.oxygenxml.com/doc/versions/4.1/ug-feedback-cloud/topics/ofb-installing-feeback-all-platforms.html
https://www.oxygenxml.com/demo/install_feedback_v2.html
and they would obtain a script similar to this one:
https://github.com/oxygenxml/blog/blob/master/publishing/webhelpBlogTemplate/html-fragments/feedback_footer.xml
which needs to be added to the footer of each HTML page generated from the DITA OT docs.
On the Oxygen Feedback platform we could give a long subscription to the DITA OT web site so that there is no cost involved.
Once the form is active and usable we could consider as a next step to also add an AI Assistant widget (enabled also through the Feedback platform) which would allow people to ask questions and would answer from the content of the DITA OT docs.
We already have something like this for the Oxygen user's guide:


I was reminded of this by @lief-erickson 's remarks about using LLM to answer userguide questions. Our Oxygen Feedback's AI-based chat (which we plan to officially release in Autumn) uses RAG retrieval augmentation based on project contents to answer questions.