> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/getting-started/setting-up-your-account/account-setup-with-multiple-gits.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/getting-started/setting-up-your-account/account-setup-with-multiple-gits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
