Files
formbricks/docs/overview/introduction.mdx
2025-09-05 07:27:21 +00:00

33 lines
1.4 KiB
Plaintext

---
title: "Introduction"
description: "Welcome to the Formbricks Documentation!"
icon: "presentation-screen"
---
## Welcome to the Formbricks Documentation!
Formbricks is a versatile open-source platform for collecting and analyzing feedback from customers, users, and employees through targeted surveys. Whether you need simple forms or complex experience management solutions, Formbricks scales with your needs.
This guide covers everything you need to set up, use, and develop with Formbricks. You'll find step-by-step instructions, feature explanations, and best practices. It also includes advanced docs on extending Formbricks using its self-hosted option, APIs, and SDKs.
<CardGroup cols={2}>
<Card title="XM & Surveys" icon="square-poll-vertical" href="/xm-and-surveys/overview">
Learn how to use Formbricks' XM & Surveys to collect feedback from your customers, users, and employees.
</Card>
<Card href="/self-hosting/overview" title="Self Host" icon="server">
Learn how to self-host Formbricks on your infrastructure.
</Card>
<Card href="/api-reference/rest-api" title="API" icon="code">
Learn how to use Formbricks' API to CRUD various resources programmatically.
</Card>
<Card title="Start developing" icon="rocket" href="/development/overview">
Warm up with the Formbricks code base to make changes to the platform.
</Card>
</CardGroup>