diff --git a/docs/getting-started/adding-organizations.md b/docs/getting-started/adding-organizations.md new file mode 100644 index 0000000..81fa8cf --- /dev/null +++ b/docs/getting-started/adding-organizations.md @@ -0,0 +1,25 @@ +--- +title: Adding Organizations +description: Learn how to add new organizations to CodeRabbit +sidebar_label: Adding Organizations +sidebar_position: 5 +--- + +To add new organizations to CodeRabbit, follow these steps: + +1. Navigate to [coderabbit.ai](https://coderabbit.ai) +2. Click the "Refresh" button next to your organizations list to check for new organizations +3. Find the organization you want to add in the list +4. Click the "Grant" button next to the organization name + +![Checking for new organizations](../../static/img/getting-started/check-for-new-orgs.png) + +![Granting permission to organization](../../static/img/getting-started/grant-permission.png) + +This will grant CodeRabbit access to the selected organization, allowing it to: + +- Read organization and team membership +- Read organization projects +- Access user email addresses (read-only) + +> Note: Organizations control which applications are allowed to access their private data. You may need organization admin approval to complete this process. diff --git a/static/img/getting-started/check-for-new-orgs.png b/static/img/getting-started/check-for-new-orgs.png new file mode 100644 index 0000000..d004968 Binary files /dev/null and b/static/img/getting-started/check-for-new-orgs.png differ diff --git a/static/img/getting-started/grant-permission.png b/static/img/getting-started/grant-permission.png new file mode 100644 index 0000000..e965457 Binary files /dev/null and b/static/img/getting-started/grant-permission.png differ