> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/design/environment/connectables/counter-adjacency-connections.md).

# Counter Adjacency Connections

Counter connections use the “Counter Adjacency Connector” script. This script is very similar to the basic adjacency connections but has a couple of unique shapes that are specific to counters. The basic shapes “O”, “U”, “I”, “L”, “T”, and “X” are all the same from the basic connector. The unique counter shapes are defined below:

<figure><img src="https://lh3.googleusercontent.com/diTzYWBHre_7X8LhRLw4kvbDU6pbk5-Dia1p1ZXKdOYS-je6ZVOF-RwUAyw70YLsSqK79hSi5wGEmf9AeUKNxW16imwRJIUnzgVNzim3PMYIGMAYl7vDNweOtI7_nFjnt79tT-JnZ8YRuTfxmSXbrA" alt=""><figcaption></figcaption></figure>

U2 - A “U” type variant that is shortened. The reason for this is it can be used to connect Counters to Walls.

Door - A special “I” type variant that can be rotated to allow it to open.

Door Frame - A special “I” type variant that is used with the Door variant (on the same tile).

<figure><img src="https://lh3.googleusercontent.com/mBcKlevneqJ-mkKB3yHsKo79rQowD9OGiRImrT3JRAMXL9R620PZQfOk-V7H8aH5RR8LR7pcGswQiV-xQYskaGQ4r6U6vSVQ6yr97NuxQ2D--JEN0_xK6A_ufkDaQyyP23eET_V-r3dpSVkWntsmIA" alt=""><figcaption><p>Same connectables from different perspective</p></figcaption></figure>


---

# 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://ss3d.gitbook.io/design/environment/connectables/counter-adjacency-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.
