# Introduction

SonarQube’s integration with GitHub Enterprise and GitHub.com allows you to maintain code quality and security in your GitHub repositories.

With this integration, you’ll be able to:

* Import your GitHub repositories: Import your GitHub repositories into SonarQube to easily set up SonarQube projects.
* Analyze projects with GitHub Actions: Integrate analysis into your build pipeline. Starting in [Developer Edition](https://www.sonarsource.com/plans-and-pricing/developer/), SonarScanners running in GitHub Actions jobs can automatically detect branches or pull requests being built so you don’t need to specifically pass them as parameters to the scanner.
* Report your quality gate status to your branches and pull requests: (starting in [Developer Edition](https://www.sonarsource.com/plans-and-pricing/developer/)) See your quality gate and code metric results right in GitHub so you know if it’s safe to merge your changes.
* Authenticate with GitHub: Sign in to SonarQube with your GitHub credentials.
* Display code scanning alerts for vulnerability issues in GitHub: Display security vulnerability issues found by SonarQube as code scanning alerts in the GitHub interface.

{% hint style="info" %}
If you’re using GitHub Enterprise, we recommend using [GitHub Enterprise version 3.4+](https://docs.github.com/en/enterprise-server@3.4).
{% endhint %}

### Learn more <a href="#learn-more" id="learn-more"></a>

* [Setting up the GitHub integration](/sonarqube-server/10.5/devops-platform-integration/github-integration/setting-up-global-integration.md)
* [Adding analysis to GitHub Actions workflow](/sonarqube-server/10.5/devops-platform-integration/github-integration/adding-sonarqube-analysis-to-your-workflow.md)
* [Setting up your projects](/sonarqube-server/10.5/devops-platform-integration/github-integration/setting-up-your-projects.md)
* [If you're using a monorepo](/sonarqube-server/10.5/devops-platform-integration/github-integration/monorepo.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/10.5/devops-platform-integration/github-integration/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
