# Display

- [Label](https://interopxyz.gitbook.io/ui-plus/components/display/label.md): Display text in several visual styles
- [Text Block](https://interopxyz.gitbook.io/ui-plus/components/display/text-block.md): Display a block of text
- [Browser](https://interopxyz.gitbook.io/ui-plus/components/display/browser.md): Display an interactive web browser at a specified address
- [Image](https://interopxyz.gitbook.io/ui-plus/components/display/image.md): Display an image viewer
- [Rhino Viewer](https://interopxyz.gitbook.io/ui-plus/components/display/rhino-viewer.md): Display a Rhino viewport
- [Spacer](https://interopxyz.gitbook.io/ui-plus/components/display/spacer.md): Add a horizontal or vertical spacer with a fixed width
- [Gradient](https://interopxyz.gitbook.io/ui-plus/components/display/gradient.md): Create a gradient legend from colors and parameters
- [Legend](https://interopxyz.gitbook.io/ui-plus/components/display/legend.md): Display a legend of color and value pairs


---

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