> 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/code-scanning/connect-your-source-code/connect-github-enterprise/connect-additional-organizations-to-aikido.md).

# Connect additional organizations to Aikido

When the GitHub Enterprise instance has been connected to Aikido, you can start linking more GitHub orgs from your server instance to Aikido. Each org is linked to a single workspace in Aikido. To add more orgs, follow the steps below.

{% stepper %}
{% step %}
**Create a new workspace**

From the left-hand navigation, open the workspace selector and click on "Add another workspace"

<p align="center"><br><img src="/files/QyLaZpjkLx9Ho73Rzkxm" alt="" data-size="original"></p>
{% endstep %}

{% step %}
**Select "GitHub Enterprise Server"**

On the next screen select the "GitHub Enterprise Server" option to start the setup flow.
{% endstep %}

{% step %}
**On the setup page, enter your GitHub server URL**

On the setup page, just enter your GitHub Server URL to continue the setup. You will be redirected to GitHub straight away.

<figure><img src="/files/vYoQgchDbVTKTA03l9PN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Setup the organization in GitHub**

On the GitHub installation page, select the organization and subsequently the repositories you would like to connect to Aikido.
{% endstep %}
{% endstepper %}


---

# 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/code-scanning/connect-your-source-code/connect-github-enterprise/connect-additional-organizations-to-aikido.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.
