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

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.robpod.cloud/get-started/first-steps/new-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
