# New UI

The new user interface (UI) is a new redesigned look of PyCharm. It has been created to reduce visual complexity, provide easy access to essential features, and progressively disclose complex functionality as needed – resulting in a cleaner look and feel.

Among the key changes are the simplified main toolbar, new tool window layout, new themes, and updated icons.

<div><figure><img src="/files/PmDgZbfuKZivOlcRUR7d" alt=""><figcaption><p>New UI</p></figcaption></figure> <figure><img src="/files/K2Orsdz12VNOl4RdPnZd" alt=""><figcaption><p>Classic UI</p></figcaption></figure></div>

#### Enable the new UI﻿ <a href="#enable_new_ui" id="enable_new_ui"></a>

1. Press **Ctrl+Alt+S** to open the IDE settings and then select Appearance\&Behavior | New UI.
2. Select the Enable new UI checkbox and apply the changes. Restart the IDE.

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


---

# 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/new-ui.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.
