# Introduction

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

This setup consists of:

* [Verifying the server base URL](/sonarqube-server/10.6/devops-platform-integration/github-integration/setting-up-at-global-level/verify-sonarqube-server-base-url.md)\
  You must configure your SonarQube server base URL in SonarQube, otherwise, integration features will not work correctly.
* [Setting up a GitHub App](/sonarqube-server/10.6/devops-platform-integration/github-integration/setting-up-at-global-level/setting-up-github-app.md)\
  You need to use a GitHub App to connect SonarQube with a GitHub instance.
* Setting up user provisioning and authentication: see [GitHub](/sonarqube-server/10.6/instance-administration/authentication/github.md).
* [Setting up the report of security alerts](/sonarqube-server/10.6/devops-platform-integration/github-integration/setting-up-at-global-level/report-security-alerts.md)\
  Starting in Developer Edition, SonarQube 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/10.6/devops-platform-integration/github-integration/setting-up-at-global-level/setting-parameters-for-github-actions.md)\
  You can define at the global level the parameters used in GitHub Actions workflows to connect to the 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/10.6/devops-platform-integration/github-integration/setting-up-at-global-level/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.
