# User Interface

## Visualyze Robot Studio

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

### Command Ribbon

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

You can use the command ribbon to

* [Create, import, export, save and publish](/getting-started/rpa-studio/robots.md) robots.
* Access [Variables](/getting-started/rpa-studio/variables.md), [Recorders ](/getting-started/rpa-studio/record-and-execute.md),and Diagram controls.

### Toolbox

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

The toolbox contains all [activities ](/getting-started/rpa-studio/activities.md)you can use to create a [workflow](/getting-started/rpa-studio/create-workflow.md).

### Designer Canvas

![](/files/-Mfl1O1xSbtUBC4W5q3l)

The designer canvas is used to create and edit [workflows](/getting-started/rpa-studio/create-workflow.md).

### Output Pane

![](/files/-Mfl1ZHnnBxeq7NxLJ1q)

The output panel contains all information related to workflow execution and user interaction. You can see errors, warnings and execution logs of [activities ](/getting-started/rpa-studio/activities.md)here.

### Property Editor

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

The property editor is used to configure the activity input and output. It also displays the description of each activity property at the bottom of the pane.


---

# 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.visualyze.ai/getting-started/rpa-studio/user-interface.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.
