There are two tokens to take into account when connecting a Runner with GitLab.
| Token | Description |
| ----- | ----------- |
| Registration token | Token used to [register the Runner](https://docs.gitlab.com/runner/register/). It can be [obtained through GitLab](../ci/runners/README.md). |
| Authentication token | Token used to authenticate the Runner with the GitLab instance. It is obtained either automatically when [registering a Runner](https://docs.gitlab.com/runner/register/), or manually when [registering the Runner via the Runners API](#register-a-new-runner). |
Here's an example of how the two tokens are used in Runner registration:
1. You register the Runner via the GitLab API using a registration token, and an
authentication token is returned.
1. You use that authentication token and add it to the