import DocsFeedback from "@/components/docs/DocsFeedback"; import BestPracticeNavigation from "@/components/shared/BestPracticeNavigation"; import Layout from "@/components/shared/Layout"; import UseCaseCTA from "@/components/shared/UseCaseCTA"; import UseCaseHeader from "@/components/shared/UseCaseHeader"; export default function DocsFeedbackPage() { return (

Why is it useful?

You want to know if your Developer Docs are clear and concise. When engineers don’t understand your technology or find the answer to their question, they are unlikely to use it. Docs Feedback opens a window into how clear your Docs are. Have a look!

How to get started:

As of now, Docs Feedback uses custom UI in the frontend and Formbricks in the backend. A partial submission is sent when the user answers YES / NO and is enriched when the open text field is filled out and submitted.

Preview

Other Best Practices

); }