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

# Connections

<figure><img src="/files/1z92ovCf3JDfNviAFbjd" alt=""><figcaption></figcaption></figure>

## Overview of the Connections tab in Planning

Gain an overview of all global connections within your division. It enables a detailed view of the relationships between different entities, helping you manage and understand how people and teams are linked across the locations in your division.

**Navigation and Views**

* **Connection Graph:** This provides a visual map of all connections, filterable by location. It simplifies the understanding of complex relationships and dependencies which AIDRA considers when allocating space.
* **List View:** For a more straightforward, detail-focused perspective, this view displays all connections in an actionable format.

## **Key Features of the Connections Tab**

* **Filtering Options:** You can filter both the graph and list views by specific locations to focus on connections relevant to the allocations you're currently monitoring, or unselect a location to see all global locations.

**Connection Management in List View:**

* **Detailed Information:** Each row displays the origin and endpoint entity of a specific connection, its strength.
* **Colour Coding:** Connection strengths are colour-coded—green for positive and red for negative—providing an insight into the nature of each relationship without clicking into it.
* **Ability to Delete:** You can delete any connection directly from the list if it is no longer needed.


---

# 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://docs.gospace.com/admin/workplace/connections.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.
