# Ignored objects and groups

{% hint style="warning" %}
**SAF TOC group name** is a term used for navigation in the table of contents of SAF documentation. Do not use it in "ignored groups" cells.

Each group consist of multiple objects, ignoring the group is taken in to account as ignoring all objects in the group (groups are parent to objects)
{% endhint %}

| SAF TOC Group name           | Group name         | Object name                    |
| ---------------------------- | ------------------ | ------------------------------ |
| Structural analysis elements | StructuralElements | StructuralMaterial             |
| Structural analysis elements | StructuralElements | StructuralCrossSection         |
| Structural analysis elements | StructuralElements | CompositeShapeDef              |
| Structural analysis elements | StructuralElements | StructuralPointConnection      |
| Structural analysis elements | StructuralElements | StructuralCurveMember          |
| Structural analysis elements | StructuralElements | StructuralCurveEdge            |
| Structural analysis elements | StructuralElements | StructuralSurfaceMember        |
| Structural analysis elements | StructuralElements | StructuralSurfaceMemberOpening |
| Structural analysis elements | StructuralElements | StructuralSurfaceMemberRegion  |
| Structural analysis elements | StructuralElements | StructuralCurveMemberRib       |
| Supports and hinges          | SupportsAndHinges  | StructuralPointSupport         |
| Supports and hinges          | SupportsAndHinges  | StructuralEdgeConnection       |
| Supports and hinges          | SupportsAndHinges  | StructuralCurveConnection      |
| Supports and hinges          | SupportsAndHinges  | StructuralSurfaceConnection    |
| Supports and hinges          | SupportsAndHinges  | RelConnectsStructuralMember    |
| Supports and hinges          | SupportsAndHinges  | RelConnectsRigidCross          |
| Supports and hinges          | SupportsAndHinges  | RelConnectsRigidLink           |
| Supports and hinges          | SupportsAndHinges  | RelConnectsRigidMember         |
| Supports and hinges          | SupportsAndHinges  | RelConnectsSurfaceEdge         |
| Loads                        | StructuralLoad     | StructuralLoadGroup            |
| Loads                        | StructuralLoad     | StructuralLoadCase             |
| Loads                        | StructuralLoad     | StructuralLoadCombination      |
| Loads                        | StructuralLoad     | StructuralPointAction          |
| Loads                        | StructuralLoad     | StructuralPointActionFree      |
| Loads                        | StructuralLoad     | StructuralCurveAction          |
| Loads                        | StructuralLoad     | StructuralCurveActionFree      |
| Loads                        | StructuralLoad     | StructuralSurfaceAction        |
| Loads                        | StructuralLoad     | StructuralSurfaceActionFree    |
| Loads                        | StructuralLoad     | StructuralSurfaceActionThermal |
| Loads                        | StructuralLoad     | StructuralPointMoment          |
| Loads                        | StructuralLoad     | StructuralCurveMoment          |
| Results                      | Results            | ResultInternlForce1D           |


---

# Agent Instructions: 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://gitbook.saf.guide/getting-started/project-and-model-specifications/ignore.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.
