> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/easycla/v2-current/project-managers/view-connection-status-of-git-organizations-and-repositories.md).

# View Connection Status of Git Organizations and Repositories

After you add a GitHub or Gerrit organization or GitLab group, the organizations or groups are displayed with different colors referring to their connection statuses. The following is an example:

![Git Organization Connection Status](/files/-MYORveInxrclFsUvUa5)

* ​![](/files/-MGh5g18AZefEt1wpYYV) indicates *full connection*: all the repositories of the organization are connected.
* ​![](/files/-MGh5plY4opHfbYw2yrL) indicates *partial connection*: some repositories of the organization are connected.
* ​![](/files/-MGh62lG27ujeWeQxhlO) indicates *no connection*: the organization is added, but its repositories are not [EasyCLA enforced](/lfx/easycla/v2-current/project-managers/enforce-or-remove-cla-mechanism.md).
* ​<img src="/files/-MGh68mF0vvr0JPoDen0" alt="" data-size="line">indicates *connection failure*: for a connected organization, either the EasyCLA configuration is uninstalled or the organization is deleted from GitHub/Gerrit/GitLab.

A repository with a cross mark next to it indicates connection failure. It means the repository was EasyCLA enabled, but it is deleted from the organization.


---

# 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:

```
GET https://docs.linuxfoundation.org/lfx/easycla/v2-current/project-managers/view-connection-status-of-git-organizations-and-repositories.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.
