# Binding to GitHub

This section explains how to set up GitHub and SonarQube Server for their integration at the global level. You need the global Administer System permission in SonarQube Server to perform this setup.

For more information about the GitHub integration solution, see [GitHub](/sonarqube-server/2026.2/discovering/devops-platforms/github.md).

{% hint style="info" %}
You can use any GitHub plan. If you use GitHub Enterprise Server, we recommend using [GitHub Enterprise version 3.14+.](https://docs.github.com/en/enterprise-server@3.14)
{% endhint %}

This setup consists of:

* [Server base URL](/sonarqube-server/2026.2/instance-administration/server-base-url.md)\
  You must configure your SonarQube Server base URL in SonarQube Server, otherwise, integration features will not work correctly.
* [Setting up a GitHub App](/sonarqube-server/2026.2/instance-administration/devops-platforms/github/setting-up-github-app.md)\
  You need to use a GitHub App to connect SonarQube Server with a GitHub instance.
* Setting up user provisioning and authentication: see [GitHub](/sonarqube-server/2026.2/instance-administration/authentication/github.md).
* [Setting up the report of security alerts](/sonarqube-server/2026.2/instance-administration/devops-platforms/github/report-security-alerts.md)\
  Starting in Developer Edition, SonarQube Server can provide feedback about security issues inside the GitHub interface itself as code scanning alerts under the **Security** tab.
* [Setting parameters for GitHub Actions](/sonarqube-server/2026.2/instance-administration/devops-platforms/github/setting-parameters-for-github-actions.md)\
  You can define at the global level the parameters used in GitHub Actions workflows to connect to SonarQube Server (Server URL and token).


---

# 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/2026.2/instance-administration/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.
