# Feedback++ Feedback++ is a website feedback tool for site owners. A visitor can report a problem from the page where it happens. Feedback++ sends the site owner the message together with the page URL and title, browser and device context, viewport details, and an optional screenshot. Site owners add it with one script, receive new-feedback alerts through webhook channels, and track progress in one console. Trusted AI agents can query or update feedback through the CLI and Agent Skill. ## Primary Links - Product homepage: https://feedbackpp.com/ - Integration guide: https://feedbackpp.com/integration.html - Agent guide: https://feedbackpp.com/agent.html - Help center: https://feedbackpp.com/help.html - Terms of service: https://feedbackpp.com/terms.html - Privacy policy: https://feedbackpp.com/privacy.html - Remote Agent Skill: https://feedbackpp.com/skill - CLI download: https://feedbackpp.com/cli/fbpp.mjs - Version endpoint: https://feedbackpp.com/api/cli/version ## Product Keywords - website feedback - website owner tools - website issue reporting - user feedback SaaS - page screenshot feedback - AI agent feedback workflow - product feedback management - multi-site feedback widget - developer feedback inbox - Feedback++ ## Integration Summary Use `feedback.js` with a public `siteKey` to add a feedback entry to a website. The widget can show its own launcher or be triggered by a custom button through `FeedbackPlus.open()`. Sensitive DOM can be excluded from screenshots with `data-feedback-private` or custom exclude selectors. ## Agent Summary Agents should use the remote Skill and `fbpp` CLI when possible. Owner API tokens must stay private and should only be used in trusted terminal or server-side environments.