# General

## PO\_CheckUpdates

Check the Pollination server for a new version of the Rhino plugin.

<figure><img src="https://discourse.pollination.solutions/uploads/default/original/2X/1/1f990db726aab9db6da3be58d857e71f0f670882.png" alt=""><figcaption><p>Check if a newer version of the plugin is available.</p></figcaption></figure>

### Useful Links

{% embed url="<https://discourse.pollination.solutions/t/best-method-of-keeping-plugins-current/1711>" %}

***

## PO\_LicenseManager

Activate license with a new key

***

## PO\_PluginInfo

Show the about dialog for displaying plugin related data.

Notes:

* It shows dependency names of the plugin and log location.

***

## PO\_Pollination

Turn on the main control panel for managing rooms, orphaned objects, resources (program types, constructions, schedules, etc.)

***

## PO\_TestLocalAppEnvironment

This command is useful to test the local App's environment. It runs Podman commands to ensure the virtual machine runs correctly before executing any local Apps.

***

## PO\_UnitsSetting

Show the unit dialog for setting up display units on UI.

***

## PO\_UploadModel

Upload the current model to Pollination cloud.

***

## PO\_UserManual

Open <https://docs.pollination.solutions/user-manual/rhino-plugin/getting-started>

***


---

# 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/pollination-commands/by-use-case/category_0.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.
