> For the complete documentation index, see [llms.txt](https://docs.robpod.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robpod.cloud/get-started/first-steps/user-interface.md).

# 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).
