# UI Components

- [Chat Auto Join](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/chat-auto-join.md)
- [Chat Stream](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/chat-stream.md)
- [Clan Chat Director](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/clan-chat-director.md)
- [Clan Chat Member Counter](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/clan-chat-member-counter.md)
- [Clan Chat Member List](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/clan-chat-member-list.md)
- [Clan List](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/clan-list.md)
- [Clan Profile](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/clan-profile.md)
- [Friend Group](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-group.md): Represents a group of friends such as online, offline, etc.
- [Friend Groups Display](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-groups-display.md): Funcitonaly similar to Steam Client's Friends List
- [Friend Invite Dropdown](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-invite-dropdown.md)
- [Friend List](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-list.md)
- [Friend Profile](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-profile.md)
- [Image Field](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-profile/image-field.md)
- [Message Options](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-profile/message-options.md)
- [Text Field](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/friend-profile/text-field.md)
- [Input Action Glyph](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/input-action-glyph.md)
- [Input Action Name](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/input-action-name.md)
- [Leaderboard Entry UI Record](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/leaderboard-entry-ui-record.md)
- [Leaderboard UI List](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/leaderboard-ui-list.md): Displaying leaderboard results with zero code
- [Lobby Chat Director](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/lobby-chat-director.md): Simple chat made simple
- [Lobby Member Slot](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/lobby-member-slot.md)
- [Lobby Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/lobby-manager.md): Lobby management made easy
- [Party Lobby Control](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/party-lobby-control.md): Code free drag and drop party lobby tool
- [Quick Match Lobby Control](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/quick-match-lobby-control.md): Code free drag and drop quick match style session lobby tool
- [Rich Presence Reader](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/rich-presence-reader.md)
- [Rich Presence Setter](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/rich-presence-setter.md)
- [Set Achievement Description](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-achievement-description.md)
- [Set Achievement Icon](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-achievement-icon.md)
- [Set Achievement Name](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-achievement-name.md)
- [Set User Avatar](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-user-avatar.md)
- [Set User Id Input Field](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-user-id-input-field.md)
- [Set User Id Label](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-user-id-label.md)
- [Set User Name](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/set-user-name.md)
- [Toggle Event Helper](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/toggle-event-helper.md)
- [Workshop Browser Simple Item Record](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components/workshop-browser-simple-item-record.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://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/ui-components.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.
