# Commands

When you activate a RhinoArtisan command, the Artisan Panel will automatically open, displaying the command panel for the selected tool. Here, you'll find all the options you need for making selections (such as curves, surfaces, or objects) and for setting the parameters of the element you’re working on. For commands that require a curve, such as construction sections for building an element, you can either select a different curve from the assets collection or edit the currently selected one.

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

Upon activating a command—whether you're creating a Shank, a Gemset, or a Component—the Artisan panel will present a comprehensive gallery of that specific type of element. Simultaneously, the default version of the element will appear in the viewport.

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

At this stage, you have three options:

1. **Accept the Default Element**: If the default element meets your needs, simply click the checkmark icon above the gallery to confirm your choice.
2. **Edit the Default Element**: If you wish to customize the default element, click the <img src="/files/5aUjawjg3C6OtSFePIXM" alt="" data-size="line"> pen-shaped icon to modify it and create a new design.
3. **Select from the Collection**: To choose a different element from the collection, double-click on the image of your preferred option to proceed with it.

After you complete the editing and click the checkmark icon <img src="/files/ePbOvUFeLxNrLRZ4PNLD" alt="" data-size="line">, the newly created element will be added to the Outliner panel, where it will be listed alongside the other elements you've created.

You can easily save your new element to the gallery by editing the element and clicking the save icon. Simply give it a name, and it will be added to the gallery, ready for future use.

Additionally, if you right-click on any image in the galleries, a management menu will appear, allowing you to set your preferred elements as favorites, rename, duplicate, or delete any elements you no longer need.

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

{% hint style="info" %}
Goldsmith Tip : Marking your preferred elements as favorites is essential for streamlining your workflow and boosting efficiency.
{% endhint %}


---

# 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/panels/commands.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.
