# Toolbar and Menu in Rhino

In the Rhino user interface, we can run RhinoArtisan in three ways, just like in Rhino: Menu, Toolbar or by Command Prompt.

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

### Menu

A new menu will appear in Rhino with the name Artisan.

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

### Toolbar

When RhinoArtisan is installed, the toolbar will also appear. As in any other Rhino toolbar, we can see that some icons have a small triangle at the bottom right, it will open a new toolbar.

<figure><img src="/files/6NqCSu3EO8csGiEYTZdw" alt=""><figcaption></figcaption></figure>

### Commands

All RhinoArtisan tools are available at the command prompt. All commands start with Artisan.

<figure><img src="/files/Qx0O5rDYaEuVMHN6xskK" 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/toolbar-and-menu-in-rhino.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.
