# User Interface

When you open a project in Robpod Studio, the default user interface looks as follows:

{% tabs %}
{% tab title="New UI" %}

<figure><img src="/files/frrrMutZgYFT9p3X6zOf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Classic UI" %}

<figure><img src="/files/aKWYUdILbJiKBxbIAcHO" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Main Toolbar

Top level menu and actions can be acessed using the main Toolbar.

#### Project Explorer

All files and scripts composing your robotic application are displayed in the ![](/files/3RHReNOzWAfKq0sVtxtQ) **Project Explorer**. You can use the Project Explorer to navigate and keep your contents organized.

#### Robot Toolbar

Top level Robot related actions are provided by the [Robot Toolbar](/robot/robot-toolbar.md). With this toolbar you can connect to the robot, acquire robot positions and excecute or simulate robot scripts.&#x20;

#### Script Editor

Use the [Script Editor](/advanced-scripting/live-auto-completion.md) to to read, write, and explore your source code .

#### Code Autocompletion

[Code autocompletion](/advanced-scripting/live-auto-completion.md) is a powerfull feature to speed up your robotic application development. Functions and current real/simulated robot positions are automatically sugested to compose your code.

#### Notification Tool Window

Important Notification regarding robot or editor status are displayed inside the ![](/files/ORdNwpBQ6KLXtnSz2uQu) **Notification Tool Window**.

#### Variables Tool Windows

Global and installation variables can be configured inside the ![](/files/YK8NtIlVJpVBrFtUucIh) [Variables Tool Window](/robot/robot-variables.md).

#### Robot Tool Window

Detailed robot view for monitoring and debuging real robot status is provided by the ![](/files/5Pd8VkRiFDioprjxlmr6) [Robot Tool Window](/robot/robot-tool-window.md).

#### Simulator Tool Window

Off-line simulation and programming can be managed using ![](/files/69AbBxnjlraPCb7KtRC2) [Simulator Tool Window](/simulation/connect-a-simulator.md).

#### Logs Tool Window

Robot logs and messages are displayed in the ![](/files/dP10QZGRqeHOMKW4w5is) [Logs Tool Window](/robot/robot-logs.md).


---

# 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.robpod.cloud/get-started/first-steps/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.
