# Getting Started in Rhino

There are several interfaces and interaction points for Pollination in Rhino.

* [Pollination Room Manager](#pollination-room-manager): An icon and table-based interface allowing for analytical model creation, editing, and management.
* Pollination Panel: Brings the Pollination [Web Platform](https://app.pollination.solutions/) into Rhino.
* [Pollination Commands](#pollination-commands): Type in commands from getting a license to building a shade element.

## Pollination Room Manager

To pull up the Pollination Room Manager, type `Pollination` in the command line. Once you hit Enter, a panel will emerge that you can dock in your window as you would a native Rhino panel.

{% embed url="<https://youtu.be/qJQCc59EdCw>" %}

## Pollination Panel

To access apps from within Pollination, type `PO_Panel` in the command line.

## Pollination Commands

A list of Pollination Commands for Rhino with detailed descriptions is available in this user manual. You can also type "PO\_" in the command line to preview a list of commands in Rhino.

{% content-ref url="/pages/-Mco\_BJyj4aNyt0be67X" %}
[Pollination Commands](/user-manual/rhino-plugin/pollination-commands.md)
{% endcontent-ref %}

### Native Rhino Command Compatibility

Besides custom Pollination commands, several native Rhino commands can be used to modify custom Pollination RhinoObjects.

|                              ACTION                             | COMMAND LINE | GUMBALL | KEYBOARD SHORTCUT |
| :-------------------------------------------------------------: | :----------: | :-----: | :---------------: |
|                          Copy / CTRL+C                          |     **✔**    |  **✔**  |       **✔**       |
|                           Cut / CTRL+X                          |     **✔**    |         |       **✔**       |
|                          Paste / CTRL+V                         |     **✔**    |  **✔**  |       **✔**       |
|                          Undo / CTRL+Z                          |     **✔**    |         |       **✔**       |
|                          Redo / CTRL+Y                          |     **✔**    |         |       **✔**       |
|                              Delete                             |     **✔**    |         |       **✔**       |
|              Move / GumballDrag / GumballTransform              |     **✔**    |  **✔**  |                   |
|  <p>Move Sub-Geometry</p><p><em>(Hold Shift+Ctrl keys)</em></p> |     **✔**    |  **✔**  |                   |
|                    Scale / Scale1D / Scale2D                    |     **✔**    |  **✔**  |                   |
|                        Rotate / Rotate3D                        |     **✔**    |  **✔**  |                   |
|                       MoveFace / MoveEdge                       |     **✔**    |         |                   |
| <p>Explode</p><p><em>(RoomObject=> OrphanedFaces only)</em></p> |     **✔**    |         |                   |
|       <p>Join</p><p>(OrphanedFaces => RoomObject only)</p>      |     **✔**    |         |                   |
|                      SplitFace / MergeFace                      |     **✔**    |         |                   |
|                            Flip / Dir                           |     **✔**    |         |                   |
|                               Cap                               |     **✔**    |         |                   |
|                   Trim / Untrim / UntrimHoles                   |     **✔**    |         |                   |
|                              Mirror                             |     **✔**    |         |                   |
|                      MergeAllCoplanarFaces                      |     **✔**    |         |                   |

![Undo and Redo Commands](/files/-MdyovhsJCVbNpmvTI6g)

![Move Face & Move Edge Using Rhino Command line](/files/-Mdyo1MJTEQBOFfSokin)

![Move Face & Move Edge Using Gumball](/files/-MdyoGx_6XFzRWx8GOsF)


---

# 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.pollination.solutions/user-manual/rhino-plugin/getting-started.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.
