> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/ui-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/ui-plus/welcome.md).

# Welcome

The Ui Plus plugin is an easy-to-use toolkit for building custom user interfaces for Grasshopper 3d. The plugin provides a robust set of controls and visualization elements built on WPF from sliders to text fields. These elements dynamically interact with grasshopper creating the ability to modify a grasshopper definition from a custom front end. Additionally, Ui Plus integrates Live Charts which contains a wide range of data visualization elements from line graphs to scatter plots and heat grids enabling greater user feedback from Grasshopper data. Rhino and grasshopper geometry can also be visualized in real-time using an embedded Rhino viewport control. Each element and the viewer itself has fully customizable graphics from colors to fonts with only a few exceptions at the moment. The plugin balances speed and visual clarity with the Material Design In XAML Toolkit to provide a clean user experience and strives to simplify the Grasshopper setup process making assembling dashboards fast and intuitive.

![](/files/n3vbyIvsL2f4KA8Naysk)

{% embed url="<https://www.food4rhino.com/en/app/ui>" %}

{% embed url="<https://github.com/interopxyz/UiPlus>" %}


---

# 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://interopxyz.gitbook.io/ui-plus/welcome.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.
