# UI Manager

The UI Manager contains the entire user interface for all game modes. To open it press the <mark style="color:orange;">**(Tools -> USK -> Project Settings -> UI Manager)**</mark> or use the <mark style="color:orange;">**Shift+U**</mark> hotkey.

* All UI elements are divided into groups to make it easier for you to interact with them.

![](/files/x92HKK88GiDHfLq47fFB)

* When you open a section, the entire UI of that group is activated.&#x20;

![](/files/34SJSnUAFKmG54k77YyS)

{% hint style="warning" %}
**Please note:** don't delete or move the path items that are written in caps (for example, **CHARACTER UI / GAME UI**), but you can safely move and delete everything else.
{% endhint %}

* During the game, when UI elements appear on the screen, then the corresponding menu opens in the UI Manager prefab (which is located in your game scene).

![](/files/zFSHE0rr38ojLA9VHVSW)


---

# 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.gercstudio.com/project-settings/ui-manager.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.
