# Ribbon

RhinoArtisan (and Rhino) commands are contained in the Ribbon. They are grouped in Tabs.

<figure><img src="/files/8Z0yeC1nLYdf8Z0phbYR" alt=""><figcaption><p>RhinoArtisan Ribbon</p></figcaption></figure>

### Quick Access Icons

In the Ribbon component, the small icons located at the top are commonly referred to as 'quick access icons.' These icons typically represent frequently used functions or actions and allow users to quickly access these functions without navigating through additional menus or tabs in the user interface.&#x20;

<figure><img src="/files/sRJfb4zaPXO3x12oRESX" alt=""><figcaption><p>Quick Access Icons in Ribbon</p></figcaption></figure>

### Tabs

The commands are grouped into tabs according to their functionality. As you can see, all Rhino commands are included together with RhinoArtisan commands.

<figure><img src="/files/6b6EsdGIaLoZZOyXZp3L" alt=""><figcaption><p>Ribbon on Tabs</p></figcaption></figure>

### Panels

Panels allow us to organize the interface according to our preferences and needs. RhinoArtisan and Rhino panels can be docked anywhere within the application and even moved to other monitors, providing a larger graphical workspace. We recommend visiting [the Panel section](/user-interface/panels.md) to get acquainted with each of them.

<figure><img src="/files/F8f4s8vtIFFwqoRhkzSp" alt=""><figcaption></figcaption></figure>


---

# 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://docs.rhinoartisan.com/user-interface/ribbon.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.
