diff --git a/docs/intake/intake-forms.mdx b/docs/intake/intake-forms.mdx
new file mode 100644
index 0000000..42c8aa5
--- /dev/null
+++ b/docs/intake/intake-forms.mdx
@@ -0,0 +1,39 @@
+---
+title: Intake Forms
+hide_title: true
+---
+
+import Tags from '@site/src/components/Tags';
+
+
+
Collect work items with public web forms
+
+
+
+Now, you can easily gather bug reports, feature requests, or support tickets from external users, all by sharing a simple form link.
+
+## Enable Intake Forms
+Head to your Project settings and toggle on the **Forms** option under the **Features** tab. This will generate a unique URL for collecting Intake work items. If the URL ever gets compromised, you can regenerate it by clicking **Renew**, ensuring only the right people can submit work items.
+
+
+
+## Share the link
+
+Share the link with anyone who needs to submit a work item. They’ll land on a simple form where they can fill out their name, email, and work item details.
+
+
+
+## Review work items in Intake
+Once users submit the form, you’ll see their work item in your project's **Intake** section. From here, you can choose to accept the work item and move it into your project workflow or reject it if it doesn’t fit your current priorities—just like any other Intake work item.
+
+
+
+This feature makes it easier to collect external feedback and handle work item submissions efficiently without giving outside users direct access to your project.
+
+
+
+
diff --git a/docs/integrations/gitlab.mdx b/docs/integrations/gitlab.mdx
index 5395996..0bd2905 100644
--- a/docs/integrations/gitlab.mdx
+++ b/docs/integrations/gitlab.mdx
@@ -26,7 +26,7 @@ If you're running a self-hosted instance of Plane, you'll need to set up a few e
To get started, you'll need to connect your GitLab account, organization, and repositories with Plane. Follow the steps below to complete the setup:
-1. [Connect your GitLab organization](/integrations/gitlab#connect-github-organization)
+1. [Connect your GitLab organization](/integrations/gitlab#connect-gitlab-organization)
2. [Connect GitLab project](/integrations/gitlab#connect-gitlab-project)
3. [Connect Plane project](/integrations/gitlab#connect-plane-project)
diff --git a/sidebars.ts b/sidebars.ts
index f2877c3..23c6ff9 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -79,6 +79,7 @@ const sidebars: SidebarsConfig = {
'core-concepts/workspaces/teamspaces',
'core-concepts/projects/project-states',
'core-concepts/projects/project-overview',
+ 'intake/intake-forms',
'core-concepts/export',
'core-concepts/stickies',
],