diff --git a/quickstart.mdx b/quickstart.mdx
index 871f48c64..b044a8b6a 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -31,7 +31,37 @@ You can find your URL from the Overview page of the dashboard.
This URL is instantly available and will update whenever you make changes to your documentation. It's perfect for testing and sharing with your team during development.
-## Development Workflows
+### Install the GitHub App
+
+Mintlify provides a GitHub App that automates the deployment process when you push changes to your repository.
+
+You can install the GitHub App by following the instructions from the onboarding checklist or from your dashboard.
+
+1. Navigate to **Settings** in your Mintlify dashboard.
+2. Select **GitHub App** from the sidebar.
+3. Select **Install GitHub App**. This will open a new tab to the GitHub App installation page.
+4. Select the organization or user account where you want to install the app. Then select the repositories that you want t oconnect.
+
+
+
+
+
+
+
+ Remember to update the GitHub App permissions if you move the documentation to a different repository.
+
+
+### Authorize your GitHub Account
+
+1. Navigate to **Settings** in your Mintlify dashboard.
+2. Select **My Profile** from the sidebar.
+3. Select **Authorize GitHub account**. This will open a new tab to the GitHub authorization page.
+
+
+ You may need an admin for your GitHub organization to authorize your account depending on your organization's settings.
+
+
+## Editing Workflows
Mintlify offers two different workflows for creating and maintaining your documentation.
@@ -73,23 +103,6 @@ pnpm add -g mint
You need Node.js version 19 or higher installed on your machine. If you encounter installation issues, check the troubleshooting guide.
-### Install the GitHub App
-
-Mintlify provides a GitHub App that automates the deployment process when you push changes to your repository.
-
-You can install the GitHub App by following the instructions from the onboarding checklist or by navigating to `Settings` > `Organization` > `GitHub`.
-
-Click `Install GitHub App`. Select the repositories you want to connect.
-
-
-
-
-
-
-
- Remember to update the GitHub App permissions if you move the documentation to a different repository.
-
-
### Edit the Documentation
Now that your environment is set up, you can start editing your documentation files. As an example, let's update the title of the introduction page:
@@ -141,19 +154,20 @@ Once the deployment is complete, your last update will be available at `
If you haven't installed the GitHub App, you will be prompted to do so upon opening the web editor.
-
-
+
+
### Edit the Documentation