> For the complete documentation index, see [llms.txt](https://learn.heeler.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.heeler.com/tenant-admin-guide/connections.md).

# Connections

The **Connections** tab is where you tell Heeler about everywhere your code, infrastructure, and artifacts live. Heeler can't analyze anything until it has connections, so this is usually the first stop for a new tenant admin.

### Where to find it

Open the **gear icon** in the top-right → **Connections** tab.

URL: <https://app.heeler.com/administration/connections/>

### What's ere

A left-hand sidebar lets you switch between connection types:

| Sub-section         | What it connects                                                                      |
| ------------------- | ------------------------------------------------------------------------------------- |
| Code Organizations  | Source-code hosts: GitHub, GitLab, Bitbucket, Azure DevOps                            |
| Cloud Organizations | AWS Organizations, GCP Organizations, Azure Tenants                                   |
| Cloud Accounts      | Individual AWS accounts, GCP projects, Azure subscriptions                            |
| Kubernetes Clusters | EKS, GKE, AKS, and self-managed Kubernetes                                            |
| Registries          | Container & package registries (ECR, GAR, ACR, Docker Hub, Artifactory, GHCR, etc.)   |
| Vendor Connections  | Auto-discovered third-party SaaS accounts present in your cloud (read-only inventory) |
| Trusted Connections | Outbound connections from your environment that you've explicitly approved            |
| Brokers             | Any Heeler on-prem brokers used to reach your private networks                        |

### Connection health

Every connection shows a **Health** indicator. A healthy connection is actively scanning; degraded or broken connections need attention. You can also see overall connection health on the Operational Health dashboard.


---

# 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://learn.heeler.com/tenant-admin-guide/connections.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.
