# Components

- [Friend Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/friend-manager.md)
- [Game Server Browser Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/game-server-browser-manager.md)
- [Input Action Event](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/input-action-event.md): Listening for input actions
- [Input Action Glyph](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/input-action-glyph.md)
- [Input Action Name](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/input-action-name.md)
- [Inventory Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/inventory-manager.md)
- [Item Shopping Cart Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/item-shopping-cart-manager.md): More than the Epic Game Store had at launch 🤪🤪
- [Leaderboard Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/leaderboard-manager.md): The leader in board 👍
- [Leaderboard User Entry](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/leaderboard-user-entry.md)
- [Overlay Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/overlay-manager.md): The original
- [Steam Game Server Events](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/steam-game-server-events.md)
- [Steam Input Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/steam-input-manager.md): Boiler plate start up for Steam Input
- [Steamworks Event Triggers](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/steamworks-event-triggers.md): When you need it on-demand
- [UGC Query Manager](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/ugc-query-manager.md)
- [Voice Recorder](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/voice-recorder.md)
- [Voice Stream](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/objects/components/voice-stream.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/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.
