# UI

- [Add Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/ui/add-menu-item.md)
- [Clear Splash For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/clear-splash-for-player.md)
- [Create UI Message](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message.md)
- [Create UI Message \[B\]](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message-b.md)
- [Create UI Message \[C\]](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message-c.md)
- [Get Last Menu For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-last-menu-for-player.md)
- [Get Menu Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-at-index.md)
- [Get Menu Item Property Description](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-description.md)
- [Get Menu Item Property Enabled](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-enabled.md)
- [Get Menu Item Property Title](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-title.md)
- [Menu Item Is In Menu](https://wiki.thescriptersguild.com/scripting/nodes/ui/menu-item-is-in-menu.md)
- [Print UI Message To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed.md)
- [Print UI Message To Killfeed For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed-for-player.md)
- [Print UI Message To Killfeed For Team](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed-for-team.md)
- [Push Splash To Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/push-splash-to-player.md)
- [Remove Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/ui/remove-menu-item.md)
- [Remove Menu Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/ui/remove-menu-item-at-index.md)
- [Set Menu Item Property Description](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-description.md)
- [Set Menu Item Property Enabled](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-enabled.md)
- [Set Menu Item Property Icon](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-icon.md)
- [Set Menu Item Property Title](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-title.md)
- [Set Objective Banner For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-objective-banner-for-player.md)
- [Set Prompt Widget For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-prompt-widget-for-player.md)
- [Show Menu To Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/show-menu-to-player.md)


---

# 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://wiki.thescriptersguild.com/scripting/nodes/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.
