# GitHub

{% hint style="success" %}
To get started analyzing your GitHub projects with SonarQube Cloud, see [Getting started with GitHub](/sonarqube-cloud/getting-started/github.md).
{% endhint %}

SonarQube Cloud’s integration is supported with GitHub plans running on the [github.com](https://github.com/) domain.

## Key features <a href="#key-features" id="key-features"></a>

With this integration, you’ll be able to:

* Authenticate with GitHub (through the SonarQube Cloud GitHub application).\
  Automatic member synchronization is supported.
* Import your GitHub organization and its repositories into SonarQube Cloud to easily set up SonarQube Cloud projects.\
  The following additional features are supported:
  * The auto-import of new GitHub repositories.
  * The bulk import of all existing repositories.
  * The automatic analysis of the projects’ main branch.
* Analyze projects with GitHub Actions.\
  SonarScanners running in GitHub Actions jobs can automatically detect branches or pull requests being built.\
  You can fail the job if the SonarQube quality gate fails.
* Report your quality gate status to your branches and pull requests.\
  You can see your quality gate and code metric results right in GitHub so you know if it’s safe to merge your changes. You can prevent pull request merges when the quality gate fails.
* Import your monorepo into SonarQube Cloud to easily manage the related projects.

## Related pages

* [Getting started with GitHub](/sonarqube-cloud/getting-started/github.md)
* [Github Actions](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/github-actions-for-sonarcloud.md)
* [Importing GitHub organization](/sonarqube-cloud/administering-sonarcloud/managing-organization/creating-organization/importing-github-organization.md)
* [Creating your project](/sonarqube-cloud/managing-your-projects/administering-your-projects/setting-up-project.md#creating-manually)


---

# 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-cloud/discovering-sonarcloud/integration-with-devops-platforms/github.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.
