> 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/ifc/ifc-grasshopper/user-interface.md).

# User Interface

The below outline the IFC Grasshopper user interface.

![IFC Toolbar in Grasshopper](/files/C5NYLQiUhUbVk1dU5qkE)

## Base Tab

* Import/Export
* Model Definition (Building/Project/Site)
* Building Definition (Grid/Level)
* Model Placement
* Documentation References

## IFC Attributes Tab

* Relationships (assign, definitions declared, nested relationships)
* UniClass conversion
* Measure data type properties
* Standard data type properties
* Unit conversion

## IFC Common Attributes Tab

* Common Element Property Sets
* Common Quantity Sets

## IFC Definitions

* Materials (& common material properties)
* Material layers (& common material layer sets)
* Common material sets (windows, doors etc.)
* Material profiles
* Common profile definitions

## IFC Element

* Generic element types and instances
* GUID tools
* Voids and opening elements
* Furniture elements
* Geographic element types

## IFC Element Building Types

* Standard building element types (& common properties)
* Building element proxy
* Building element part types

## IFC Element Building Instances

* Standard building element instances

## IFC Element Services

* Service element types and instances

## IFC Element Structure

* Structural assemblies
* Structural connection parts (fasteners and welds)
* Structural reinforcement

## IFC Entity

* File conversion tools (JSON, XML, Step)
* Decompose tools
* Extract tools
* Find tools (product, property set, property)
* Delete entity

## IFC Infrastructure

* Alignment curves

## IFC Representation

* Geometry styles
* Geometric types and operations
* Mapped items

## IFC Resources

* Scheduling and project management tools
* Time units

## IFC Structural Analysis

* Detect and extract structural analysis model
* Node boundary conditions
* Curve member definitions
* Load cases
* Load for nodes, curve and surface elements


---

# 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/ifc/ifc-grasshopper/user-interface.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.
