diff --git a/docs/Future Development.md b/docs/Future Development.md
index 50172ef0..1c688605 100644
--- a/docs/Future Development.md
+++ b/docs/Future Development.md
@@ -50,13 +50,7 @@ These are additional capabilities that can also be reviewed in the same PR to ac
### Finishing Touches
-Finishing touches are about experience that often take developers time away from what they like doing best - coding. But adding finishing touches is crucial and should follow the ontology and taxonomy. We will start by looking into Docstring and expand to various areas to solve pain points for coders and reviewers.
-
-#### 1. DocString Review
-
-- Automated checks for docstring presence and quality
-- AI-powered suggestions for improving documentation
-- Resolving Doc-string conflicts in a following PR
+Finishing touches are about experience that often take developers time away from what they like doing best - coding. But adding finishing touches is crucial and should follow the ontology and taxonomy. We will start by looking into specefic areas such as documentation of code as an example .
> Disclaimer: any product roadmap features mentioned below are only meant to outline
> our general product direction. This documentation is for informational purposes
diff --git a/docs/guides/delete-account.md b/docs/guides/delete-account.md
index 5bed9528..1427e616 100644
--- a/docs/guides/delete-account.md
+++ b/docs/guides/delete-account.md
@@ -41,8 +41,8 @@ upon selecting **Delete Account**. You can open the dropdowns for more
information.
-
-
+
+
Deletion will only occur once the admin specifically types in "delete" in the
diff --git a/docs/platforms/azure-devops.md b/docs/platforms/azure-devops.md
index 99302194..b9564473 100644
--- a/docs/platforms/azure-devops.md
+++ b/docs/platforms/azure-devops.md
@@ -1,6 +1,6 @@
---
title: Integrating CodeRabbit with Azure DevOps
-description: Integrate CodeRabbit with Azure DevOps.
+description: Learn how to integrate CodeRabbit with Azure DevOps.
sidebar_label: Azure DevOps
sidebar_position: 5
---
diff --git a/docs/platforms/github-com.md b/docs/platforms/github-com.md
new file mode 100644
index 00000000..b368ce74
--- /dev/null
+++ b/docs/platforms/github-com.md
@@ -0,0 +1,114 @@
+---
+title: Integrating CodeRabbit with GitHub.com
+description: Learn how to integrate CodeRabbit and add to your GitHub workflow.
+sidebar_label: GitHub.com
+sidebar_position: 1
+---
+
+This is a step-by-step guide to integrate CodeRabbit with your GitHub repositories.
+
+> **CodeRabbit** is an AI code reviewer designed to ease the challenges of code review, supporting repository maintainers and teams. It not only reviews your PRs but also provides concise summaries, identifies potential issues, and offers insights that might be missed during manual reviews.
+
+## How CodeRabbit Works?
+
+> CodeRabbit integrates with GitHub, automating the code review process from the moment a pull request is created.
+
+It preprocesses the PR content, builds context, leverages Large Language Models for analysis, and then post-processes the AI response before posting the review back to GitHub. This streamlined workflow ensures thorough AI-powered code reviews without manual intervention.
+
+
+
+## Let's Integrate CodeRabbit with GitHub
+
+### 1. Accessing CodeRabbit
+
+Visit the [Code Rabbit login](https://app.coderabbit.ai/login?free-trial) page. You'll see all the authentication options, select "**Login with GitHub**" to proceed.
+
+
+
+### 2. Authorization
+
+When you choose **Login with GitHub** in step1 , you'll be prompted to authorize CodeRabbit.
+
+> This step grants the necessary permissions for CodeRabbit to interact with your repositories and pull requests.
+
+
+
+### 3. Selecting Your Organization
+
+Upon Authorization, If you're part of multiple organizations, you'll have the opportunity to choose which one you want to associate with CodeRabbit. This ensures that you're setting up the tool for the correct team or project.
+
+
+
+### 4. Exploring the CodeRabbit Dashboard
+
+Upon successful authorization, you'll be logged into the CodeRabbit user interface.
+
+Here, you can add repositories and configure CodeRabbit config settings for each repository.
+
+
+
+:::tip
+If you opt to authorize all repositories during setup, CodeRabbit will automatically include any new repositories you create on GitHub in the future. This saves you the hassle of manual additions down the line.
+:::
+
+### 5. CodeRabbit Configuration
+
+You can configure CodeRabbit through a YAML file or using the [App's UI](https://app.coderabbit.ai/login).
+
+You can tailor CodeRabbit's functionality using the coderabbit.yaml file, which you place directly in your GitHub repository. This file mirrors the options available in the CodeRabbit user interface, with each setting in the YAML corresponding to a specific toggle in the UI. Configure CodeRabbit either through the coderabbit.yaml file or the interface, depending on your preference.
+
+:::note
+If a coderabbit.yaml file exists in your GitHub repository, it takes precedence over any UI settings. Choose either the YAML file or UI configuration - you don't need to use both. **Refer Coderabbit.yaml schema [here](https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json)**
+:::
+
+Once your coderabbit.yaml file is prepared according to your needs, simply place it in your GitHub repository, and you're all set—CodeRabbit is now integrated.
+
+> When a pull request is created targeting the master branch, CodeRabbit automatically initiates its review process. It analyzes the changes and generates a summary and walkthrough of the modifications. The specific feedback and analysis provided by CodeRabbit are determined by the options you've configured in your YAML file.
+
+Let's see a few examples of CodeRabbit's review comments from a specific pull request in one of the projects.
+
+This particular PR involved in changing the language model from LLaMA 2 to LLaMA 3, for testing purposes. These examples will showcase how CodeRabbit analyzed and commented on this significant model switch.
+
+## Sample PR Review Workflow using CodeRabbit
+
+CodeRabbit automatically generates a PR summary highlighting key changes.
+
+
+
+This image shows CodeRabbit's review status for another pull request. It highlights that **12 actionable comments** were generated, and the review also includes additional comments on specific files, demonstrating CodeRabbit's comprehensive analysis of the code changes.
+
+
+
+You can also use [CodeRabbit commands](https://docs.coderabbit.ai/guides/commands/) to chat with the AI code Reviewer.
+
+
+
+CodeRabbit could generate a **code sequence diagram** when you request a full review.
+
+The sequence diagram illustrates the precise flow of interactions between the objects in the system.
+
+
+
+Also check out the response when i asked for what improvements can be done on the code level
+
+
+
+In addition to providing reviews and summaries, **CodeRabbit** can also detect configuration issues.
+
+> For example, I accidentally set up both CodeRabbit Pro (The process we've been discussing) and the open-source version (Refer to [different config process](https://github.com/coderabbitai/ai-pr-reviewer?tab=readme-ov-file#install-instructions)) in my repository at the same time.
+
+Interestingly, CodeRabbit automatically detects and alerts you about configuration conflicts.
+
+
+
+CodeRabbit generates detailed statistics and test plans for each pull request.
+
+
+
+
+
+> CodeRabbit also allows you to configure **custom review instructions** based on your organization's needs, in case you want it to follow specific guidelines beyond the standard review, to learn more on [adding custom review instructions](https://docs.coderabbit.ai/guides/review-instructions/)
+
+Whether you manage a popular repository or are working on a smaller project, whether it's hosted on **GitLab, GitHub, or self-hosted GitHub or GitLab**, CodeRabbit can help streamline your development process. This AI Code Review assistant is designed to save you time by automating code reviews and offering insightful feedback.
+
+> Explore, Experiment, Discover how [CodeRabbit](https://docs.coderabbit.ai/) can streamline your code review process using AI.
diff --git a/docs/platforms/github-enterprise-server.md b/docs/platforms/github-enterprise-server.md
index fae1a587..fdacab2f 100644
--- a/docs/platforms/github-enterprise-server.md
+++ b/docs/platforms/github-enterprise-server.md
@@ -1,6 +1,6 @@
---
-title: CodeRabbit for GitHub Enterprise Server
-description: Integrate CodeRabbit with your GitHub Enterprise Server.
+title: Integrating CodeRabbit with GitHub Enterprise Server
+description: Learn how to integrate CodeRabbit with your GitHub Enterprise Server.
sidebar_label: GitHub Enterprise Server
sidebar_position: 3
---
diff --git a/docs/platforms/gitlab-com.md b/docs/platforms/gitlab-com.md
index 45886ad7..ea7589f8 100644
--- a/docs/platforms/gitlab-com.md
+++ b/docs/platforms/gitlab-com.md
@@ -1,6 +1,6 @@
---
title: Integrating CodeRabbit with GitLab.com
-description: Integrate CodeRabbit with GitLab.com
+description: Learn how to integrate CodeRabbit and add to your GitLab workflow.
sidebar_label: GitLab.com
sidebar_position: 2
---
diff --git a/docs/platforms/self-hosted-gitlab.md b/docs/platforms/self-hosted-gitlab.md
index 7bd814ea..bb7bd548 100644
--- a/docs/platforms/self-hosted-gitlab.md
+++ b/docs/platforms/self-hosted-gitlab.md
@@ -1,6 +1,6 @@
---
-title: CodeRabbit for Self-Managed GitLab
-description: Integrate CodeRabbit with your Self-Managed GitLab instance.
+title: Integrating CodeRabbit with Self-Managed GitLab
+description: Learn how to integrate CodeRabbit with your Self-Managed GitLab instance.
sidebar_label: Self-Managed GitLab
sidebar_position: 4
---
diff --git a/static/img/integrations/abandoned-search.png b/static/img/integrations/abandoned-search.png
new file mode 100644
index 00000000..fc837f32
Binary files /dev/null and b/static/img/integrations/abandoned-search.png differ
diff --git a/static/img/integrations/actionable-comments-by-coderabbit.png b/static/img/integrations/actionable-comments-by-coderabbit.png
new file mode 100644
index 00000000..d1697679
Binary files /dev/null and b/static/img/integrations/actionable-comments-by-coderabbit.png differ
diff --git a/static/img/integrations/authorization-codeRabbit.png b/static/img/integrations/authorization-codeRabbit.png
new file mode 100644
index 00000000..9ff09be9
Binary files /dev/null and b/static/img/integrations/authorization-codeRabbit.png differ
diff --git a/static/img/integrations/codeRabbit-dashboard.png b/static/img/integrations/codeRabbit-dashboard.png
new file mode 100644
index 00000000..30b7979f
Binary files /dev/null and b/static/img/integrations/codeRabbit-dashboard.png differ
diff --git a/static/img/integrations/coderabbit-sequence-diagram.png b/static/img/integrations/coderabbit-sequence-diagram.png
new file mode 100644
index 00000000..0745a369
Binary files /dev/null and b/static/img/integrations/coderabbit-sequence-diagram.png differ
diff --git a/static/img/integrations/configuration.png b/static/img/integrations/configuration.png
new file mode 100644
index 00000000..b8728c8e
Binary files /dev/null and b/static/img/integrations/configuration.png differ
diff --git a/static/img/integrations/full-review.png b/static/img/integrations/full-review.png
new file mode 100644
index 00000000..ef638b2e
Binary files /dev/null and b/static/img/integrations/full-review.png differ
diff --git a/static/img/integrations/how-codeRabbit-works.png b/static/img/integrations/how-codeRabbit-works.png
new file mode 100644
index 00000000..af6fab8d
Binary files /dev/null and b/static/img/integrations/how-codeRabbit-works.png differ
diff --git a/static/img/integrations/improvements.png b/static/img/integrations/improvements.png
new file mode 100644
index 00000000..2b622b46
Binary files /dev/null and b/static/img/integrations/improvements.png differ
diff --git a/static/img/integrations/select-organization.png b/static/img/integrations/select-organization.png
new file mode 100644
index 00000000..19c3dab2
Binary files /dev/null and b/static/img/integrations/select-organization.png differ
diff --git a/static/img/integrations/statistics.png b/static/img/integrations/statistics.png
new file mode 100644
index 00000000..089333ac
Binary files /dev/null and b/static/img/integrations/statistics.png differ
diff --git a/static/img/integrations/summary-by-codeRabbit.png b/static/img/integrations/summary-by-codeRabbit.png
new file mode 100644
index 00000000..3b1c15d7
Binary files /dev/null and b/static/img/integrations/summary-by-codeRabbit.png differ
diff --git a/static/img/integrations/test-plan.png b/static/img/integrations/test-plan.png
new file mode 100644
index 00000000..3988aab2
Binary files /dev/null and b/static/img/integrations/test-plan.png differ