# Account Setup with Multiple Gits

If you have repositories with multiple Git Providers (such as GitHub and GitLab) and you want to quickly access them, this is possible by setting up multiple workspaces that are connected to those specific Gits.

## Step-by-Step Guide <a href="#step-by-step-guide" id="step-by-step-guide"></a>

**Step 1:** Add a new workspace by clicking your profile icon in the top right corner.

![](/files/d1xH51UFEmTYiy0tS71Y)

**Step 2:** Click "Logout" on the top right if you need to connect to a different Git provider. If it is the same Git provider, continue by selecting "Add a New Workspace."

![](/files/QUHrjcFFZJLKiK5HbZlf)

> This screen can look slightly different when you are connected via Azure, GitLab Self Managed or Local Scanner.

**Step 3:** Choose the preferred Git Provider on the login screen.

![Login options for GitHub, Bitbucket, and GitLab displayed as prominent buttons.](/files/FpJvZdp8Op6tpPQwh9DK)

**Step 4:** After setting up the new account, merge both accounts. [Click here for more information](/getting-started/setting-up-your-account/link-and-merge-multiple-login-types-github-gitlab-etc.md) on how to set this up.

**Step 5:** Switch between different Git accounts using the workspace switcher located in the top left corner.

![GitHub dashboard showing repository selection and vulnerability summary chart.](/files/KUmuItI3qm223yaOqhhI)


---

# 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/setting-up-your-account/account-setup-with-multiple-gits.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.
