> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/efr-user-manual/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/parent-child-similarity.md).

# Parent/Child Similarity

How to ensure child beams match their parent and resolve support discrepancies when building beam parent/child relationships.

When assigning new children to a parent beam, it is advisable for the new children to be as similar to the parent beam as possible. Child beams are not analyzed separately, nor will the user be alerted if a child beam is significantly different than the parent in critical ways that could result in an unsafe design. It is the responsibility of the design professional to ensure that any parent/child relationships are appropriate and will result in a safe design.

When adding children with reactions, certain error checking is performed to ensure the integrity of the load linking load path. These checks will result in a warning if the user specifies a child beam that does not share common supports with the parent beam. This discrepancy will harm the accuracy of the load path unless corrected. When such a disagreement is detected, the user is notified with an option to either correct the support conditions or drop the child from the list.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-5ad7484ba7d265565194099c5c9da48a5d232843%2Fclip0473.png?alt=media)

When the warning is presented, the corresponding child element is automatically selected for reference.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-2c2623c4a68ee785751f5ff7568c6ebba283678a%2Fclip0474.png?alt=media)

Selecting “Drop This Child” will result in this specific child element being skipped while the remaining children without warnings are added. Selecting “Specify Child Supports” will lead the user through a process of clarifying the support conditions of the child beam in order to preserve load path integrity.

The support that belongs to the parent but does not apply to the child is presented for user reference. Clicking “OK” on this notification will prompt the user to select a replacement support for the ambiguous end of the new child element.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-8c03c376e3e2b5933841ddf1a3eedb6ec7cf1e08%2Fclip0475.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-0d06c61e224d9dc8c1f1544e2fff619e85720d6b%2Fclip0476.png?alt=media)

Picking the replacement support will complete the operation and the Element Manager and color highlighting will refresh. ![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-d800eba3be79a48eaafdae0ce7d8a3e73a83ebbb%2Fclip0477.png?alt=media)

Since the supporting relationships have been manually corrected, the stored reaction on the newly created child beam will automatically be detected and applied when launching a design calculation for the neighboring girder.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-6bbca92fb9dc9ee26ce9972368e9492fc14255dc%2Fclip0478.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-d78925eba3c8ea70fd47eb05b1b60c33138aa56f%2Fclip0479.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-6b2ecf8ca29dd9f68f8d64698d237b8be966e2bc%2Fclip0480.png?alt=media)


---

# 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.enercalc.com/efr-user-manual/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/parent-child-similarity.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.
