# Inventory Equipment

- [Adjust Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/adjust-player-equipment-charges.md)
- [Adjust Player Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/adjust-player-grenades.md)
- [Are Same Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/are-same-equipment-type.md)
- [Empty Player Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/empty-player-equipment.md)
- [Empty Player Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/empty-player-grenades.md)
- [Get Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-equipment-type.md)
- [Get Is Holding Any Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-is-holding-any-equipment.md)
- [Get Is Holding Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-is-holding-equipment-type.md)
- [Get Loadout Grenade Count](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-loadout-grenade-count.md)
- [Get Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-player-equipment-charges.md)
- [Get Player Grenade Count](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-player-grenade-count.md)
- [Give Player New Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/give-player-new-equipment.md)
- [Refill Default Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/refill-default-grenades.md)
- [Refill Player Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/refill-player-equipment.md)
- [Set Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/set-player-equipment-charges.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/inventory-equipment.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.
