# UI Builder and UI Toolkit

- [Intro to UI Toolkit](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/intro-to-ui-toolkit-in-unity-ecs.md): Code and workflows on how to use UI Builder and UI Toolkit from scratch
- [Create a ScreenManager](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/create-a-screenmanager-in-unity-ui-builder.md): Code and workflows for navigate between different views using UI Builder and UI Toolkit
- [Style a View](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/style-a-view-in-unity-ui-builder.md): Code and workflows to style the Project title screen with UI Builder
- [Create a ListView](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/create-a-list-view-in-unity-ui-builder.md): Code and workflows for creating a dynamic UI ListView in UI Builder
- [Responsive Game UI](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/responsive-game-ui-in-unity-ecs.md): Code and workflow to make a responsive game UI in UI Builder
- [Navigate Between Scenes Using ClientServerBootstrap](https://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit/navigate-between-scenes-unity-ui-builder.md): Code and workflows to navigate between NavigationScene and MainScene using UI buttons


---

# 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://dots-tutorial.moetsi.com/ui-builder-and-ui-toolkit.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.
