# GitHub Integration: Authentication and User Management

## Introduction <a href="#introduction" id="introduction"></a>

Aikido ensures a one-to-one mapping with your GitHub organizations, including repositories, and teams. This streamlines the onboarding and offboarding processes within Aikido.

## Understanding Aikido's GitHub Integration <a href="#understanding-aikidos-github-integration" id="understanding-aikidos-github-integration"></a>

* **Automatic Onboarding**: Thanks to the one-to-one mapping with GitHub organizations, all GitHub org members can easily onboard themselves to Aikido workspaces. This eliminates the need for manual email invitations. As soon as a user is part of the GitHub org, they will be able to access the workspace directly.
* **Effortless Offboarding**: When a member is removed from your GitHub organization, they automatically lose access to the Aikido workspace.
* **Synchronization of Teams and Repositories**: Aikido replicates your GitHub team structure and repository access controls. If your GitHub setup involves managing repository access through team memberships, Aikido will automatically and instantly mirror this structure, ensuring access levels remain consistent across both platforms.
* **Instant Syncing**: Instant syncing for adding & removing members, changing teams, changing repos on a team. All changes done in GitHub will instantly be reflected in Aikido.
* **Limitations for Outside Collaborators**: It's important to note that only full members of your GitHub organization can join the Aikido workspace. This means outside collaborators, even though they may have access to your GitHub repositories, will not be granted access to Aikido, ensuring workspace access is limited to your core team. If you want to add these users, you can also invite them via Google/Microsoft (see below).

### Inviting users to Aikido without an organisational GitHub account <a href="#inviting-users-to-aikido-without-an-organisational-github-account" id="inviting-users-to-aikido-without-an-organisational-github-account"></a>

You can invite users via Gmail, Microsoft or using a personal GitHub Account. More information can be [found here.](/getting-started/automated-user-management/invite-users-to-aikido-without-a-git-account.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://help.aikido.dev/getting-started/automated-user-management/automated-user-management/github-integration-for-authentication-and-user-management.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.
