> For the complete documentation index, see [llms.txt](https://wiki.mksdtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mksdtech.com/beam/beam-for-rhinoceros.md).

# BEAM for Rhino®

- [Getting Started](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/using-rhino-beam.md)
- [Properties](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/properties.md): Add properties to Rhino® objects
- [Visibility](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/visibility.md): Edit object visibility
- [Linework](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/linework.md): Lines and arcs appearance
- [Families](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/families.md): Create and manage families in Rhino®
- [Parameters](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/parameters.md): Create and manage family parameters
- [Schedules](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/schedules.md): Schedule family parameters
- [Levels](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/levels.md): Create levels in the Rhino file
- [.beam Directory](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/beam-directory.md): View and change .beam directory
- [BEAM](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/beam.md): Export Rhino® geometry and blocks as Autodesk® Revit™ families
- [BLOCS](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/blocs.md): Export Rhino® blocks as Autodesk® Revit™ families
- [RAY](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/ray.md): Import Autodesk® Revit™ geometry to Rhino®
- [Grasshopper®](https://wiki.mksdtech.com/beam/beam-for-rhinoceros/grasshopper.md): BEAM Rhino® Grasshopper components


---

# 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://wiki.mksdtech.com/beam/beam-for-rhinoceros.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.
