mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-02 03:15:05 -05:00
be018e8255
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
import FAQ from "@/components/docs/docsFaq";
|
|
|
|
export const metadata = {
|
|
title: "FAQ",
|
|
description: "Frequently Asked Questions about Formbricks and how to use it.",
|
|
};
|
|
|
|
#### FAQ
|
|
|
|
# Frequently Asked Questions
|
|
|
|
Here you'll find help with frequently recurring problems. If you can't find an answer to your question, please join our [Discord server](https://formbricks.com/discord).
|
|
|
|
<FAQ />
|