# Introduction

With the GitLab authentication and provisioning, you can use Just-in-Time (JIT) provisioning. With this mode, user accounts are created in SonarQube Community Build when GitLab users log in for the first time. You can use group synchronization and user access restriction features.

{% hint style="info" %}
When authentication is delegated to GitLab in SonarQube Community Build, the user’s email address is synchronized with GitLab at each login to SonarQube Community Build.
{% endhint %}

{% hint style="info" %}
SonarQube Community Build doesn’t support the automatic provisioning mode. See [Feature comparison table](/sonarqube-community-build/feature-comparison-table.md) to find out which SonarQube deployments support this feature.
{% endhint %}

## Related pages <a href="#related-pages" id="related-pages"></a>

* Feature description:
  * [Just-in-Time provisioning](/sonarqube-community-build/instance-administration/authentication/gitlab/provisioning-modes/just-in-time.md)
* [Setting up authentication](/sonarqube-community-build/instance-administration/authentication/gitlab/setting-up.md)
* [Managing JIT provisioning](/sonarqube-community-build/instance-administration/authentication/gitlab/managing-jit-mode.md)
* [Disabling authentication](/sonarqube-community-build/instance-administration/authentication/gitlab/disabling.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-community-build/instance-administration/authentication/gitlab/provisioning-modes/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.
