> For the complete documentation index, see [llms.txt](https://technical.geometrygym.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model.md).

# Structural Analysis plug-in General

- [Tools for Rhino](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/tools-for-rhino.md)
- [Import/Export Tools](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/tools-for-rhino/import-export-tools.md): Import/Export tools for rhino structural analysis plug-ins
- [Conversion Tools](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/tools-for-rhino/conversion-tools.md): Structural analysis conversion tools
- [General Tools](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/tools-for-rhino/general-tools.md): General structural analysis tools for rhino
- [GH User Interface](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/user-interface.md): Plug-in Interface for Structural Analysis Plug-ins
- [Structural Model](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model.md)
- [Structural Model Basics](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model/the-background.md): Background to how Geometry Gym Structural Analysis Model.
- [Bake Model (Export)](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model/exporting-baking.md): Baking a structural analysis model to the application
- [Import Structural Analysis Model](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model/import.md): Details on Importing and Existing Structural Analysis Model
- [Convert Model](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model/converting-analysis-models.md): Explanation on converting analysis models
- [Structural Analysis Detection from BIM](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/structural-model/converting-analysis-models/structural-analysis-detection.md): Converting IFC BIM Models to Structural Analysis
- [Model Attributes](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/untitled.md): Setting model attributes
- [Materials](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/materials.md)
- [Section Properties](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/properties.md): Structural section properties
- [Elements](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes.md): Structural Elements
- [Nodes](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/nodes.md): Structural Nodes
- [1D Elements (Curve)](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/1d-elements-curve.md): Curve Elements
- [2D Elements (Area)](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/2d-elements-area.md): Area Elements
- [3D Elements (Solid)](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/3d-elements-solid.md)
- [Groups/Lists](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/common-attributes/groups-lists.md)
- [Loads](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/loads.md)
- [Loadings](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/loads/loadings.md): Structural loadings and utilities
- [Load Cases](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/loads/load-cases.md): Generating Structural Load Cases
- [Load Combinations](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/loads/load-combinations.md)
- [Automating Analysis and Result Queries](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/analysis-and-solver.md): Analysis and solver for structural analysis
- [Solver](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/analysis-and-solver/solver.md): Description of the Geometry Gym Solver Component
- [Analysis Result Queries](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/analysis-and-solver/results.md): Query and retrieving structural analysis results
- [Query Existing Analysis Model](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/analysis-and-solver/query-existing-analysis-model.md): How to automate the querying of an Existing Structural analysis model.
- [Design](https://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model/design.md): Setting and retrieving program design results


---

# 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://technical.geometrygym.com/rhino-grasshopper/structuralanalysis/geometry-gym-model.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.
