> For the complete documentation index, see [llms.txt](https://hotgearproject.gitbook.io/hotgear-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/5.wall-join-controller.md).

# 5.Wall Join Controller

Quickly change wall join type for each Wall on Revit selection.

| Command       | Icon                             |
| ------------- | -------------------------------- |
| Allow Join    | ![](/files/-LHDK_ya6NqlCMUGXA3E) |
| Disallow Join | ![](/files/-LHDK_ycn9Ps2lXE3WOL) |
| Square Off    | ![](/files/-LHDK_yesCFGH4v_kV7B) |
| Butt          | ![](/files/-LHDK_yg1Z9a0VedEx0l) |
| Miter         | ![](/files/-LHDK_yiXdgE9B7Zxtvd) |

## Step

1.Selection Wall Elements On Revit (Can include others Elements)

![](/files/-LHDK_ykUmeRxstU52jx)

2.Click Wall Join Controller drop down list.

![](/files/-LHDK_ymwJoopD8wLu3_)

3.Choose what type of wall join command you want and click it.

![](/files/-LHDK_yoiyGrR5ieiTjw)

4.Choose Start & End side of wall you want affect.

![](/files/-LHDK_yqEl77xP0qClh6)

5.Apply the change.

6.Done

![](/files/-LHDK_ysqOHkevAqKVVC)

## Example:

![](/files/-LHDK_yuMP1t4Fv2NsQS)

If A wall change the end side of join type, it will affect the join between the A and B Wall.

if B wall change the both side of join type, it will affect the A wall end side and B wall start side.

if C wall end side is change but nothing to join, it will not affect the next wall join start of C end Side.

For normal usage user is almost not possible to know which is the start or end side of the wall, but user can test the side of the wall by run the program once, Then choices the side of user need.


---

# 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://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/5.wall-join-controller.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.
