From fc6cd8635e4e12193a376a620b0963c4c9029a63 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 17 Mar 2026 20:25:46 +0000 Subject: [PATCH 1/3] Add setup prerequisites and collaborative onboarding info to quickstart Expands the "Before You Start" section to address common prospect questions: - Lists admin permissions needed for each integration (Slack, GitHub, Jira, Linear) - Explains that teammates can be invited to help with setup - Clarifies that setup can be handed off between team members Co-Authored-By: Claude Opus 4.6 --- .../docs/getting-started/setup-quickstart.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/content/docs/docs/getting-started/setup-quickstart.mdx b/src/content/docs/docs/getting-started/setup-quickstart.mdx index 6be6e288..53988a8b 100644 --- a/src/content/docs/docs/getting-started/setup-quickstart.mdx +++ b/src/content/docs/docs/getting-started/setup-quickstart.mdx @@ -19,6 +19,21 @@ Promptless automatically updates your docs, saving your team time and improving Sign up for a free account at [accounts.gopromptless.ai](https://accounts.gopromptless.ai) +### What permissions are needed? + +Connecting integrations may require admin-level access depending on your organization's settings: + +- **Slack**: Workspace admin permissions to install the Promptless app +- **GitHub**: Organization admin or sufficient repository access to install the GitHub App +- **Jira/Confluence**: Atlassian admin permissions to authorize the OAuth connection +- **Linear**: Workspace admin permissions to connect the integration + +Don't have the required permissions? No problem—you can invite teammates during setup. + +### Inviting teammates to help with setup + +If you don't have admin access to connect a particular integration, you can invite someone from your IT or Engineering team directly from the onboarding wizard. The invited person receives an email that brings them to the same onboarding page you're on, and they can pick up exactly where you left off. + {/* step {"find": "Guided Setup Wizard"} */} ## Guided Setup Wizard @@ -63,7 +78,7 @@ When you first sign in, a 6-step wizard guides you through setup: ]} /> -Your progress saves automatically—if you leave and come back later, you'll pick up where you left off. Team members from the same organization can continue setup without losing previous progress. +Your progress saves automatically—if you leave and come back later, you'll pick up where you left off. Setup doesn't need to be completed by a single person: any teammate you invite can continue from the current step, making it easy to hand off to someone with the right permissions for a specific integration. {/* step {"find": "What Gets Configured"} */} ## What Gets Configured From bde07f82f962a8424d69aaaddd6d56c1d2686a86 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 18 Mar 2026 12:43:56 +0000 Subject: [PATCH 2/3] Convert 'Inviting teammates' section to Tip callout Reformatted the inviting teammates content from a heading with paragraph text to a Tip callout for better visual hierarchy. Co-Authored-By: Claude Opus 4.6 --- src/content/docs/docs/getting-started/setup-quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/getting-started/setup-quickstart.mdx b/src/content/docs/docs/getting-started/setup-quickstart.mdx index 53988a8b..7dbec35a 100644 --- a/src/content/docs/docs/getting-started/setup-quickstart.mdx +++ b/src/content/docs/docs/getting-started/setup-quickstart.mdx @@ -30,9 +30,9 @@ Connecting integrations may require admin-level access depending on your organiz Don't have the required permissions? No problem—you can invite teammates during setup. -### Inviting teammates to help with setup - + If you don't have admin access to connect a particular integration, you can invite someone from your IT or Engineering team directly from the onboarding wizard. The invited person receives an email that brings them to the same onboarding page you're on, and they can pick up exactly where you left off. + {/* step {"find": "Guided Setup Wizard"} */} ## Guided Setup Wizard From 4f3ec0f2d84c5052496c0f35f51f969570d8ecea Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 18 Mar 2026 14:42:59 +0000 Subject: [PATCH 3/3] Fix missing Tip component import in setup-quickstart.mdx The Tip component was used without being imported, causing the build to fail with "Expected component Tip to be defined" error. Co-Authored-By: Claude Opus 4.6 --- src/content/docs/docs/getting-started/setup-quickstart.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/docs/getting-started/setup-quickstart.mdx b/src/content/docs/docs/getting-started/setup-quickstart.mdx index 7dbec35a..754f5c49 100644 --- a/src/content/docs/docs/getting-started/setup-quickstart.mdx +++ b/src/content/docs/docs/getting-started/setup-quickstart.mdx @@ -7,6 +7,7 @@ sidebar: --- import HowItWorks from '@components/site/HowItWorks.astro'; import Success from '@components/fern/Success.astro'; +import Tip from '@components/fern/Tip.astro'; {/* test {"testId": "setup-quickstart-content"} */} {/* step {"goTo": "https://promptless.ai/docs/getting-started/setup-quickstart"} */}