# AI Modifiers

- [Apply Undetectable To AI](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/apply-undetectable-to-ai.md)
- [Apply Valhalla](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/apply-valhalla.md)
- [Get AI Targetable Object List](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/get-ai-targetable-object-list.md)
- [Modify AI Targetable List](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/modify-ai-targetable-list.md)
- [Modify AI Targetable Object Methods](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/modify-ai-targetable-object-methods.md)
- [Set AI Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-difficulty.md)
- [Set AI Unit Inactive](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-inactive.md)
- [Set AI Unit Magic Sight](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-magic-sight.md)
- [Set AI Unit Perception](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-perception.md)
- [Set All Healthbars Visible](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-all-healthbars-visible.md)
- [Set Healthbar Visible](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-healthbar-visible.md)
- [Set Squad Follow Object](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-squad-follow-object.md)
- [Set Squad Stop Following](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-squad-stop-following.md)
- [Trigger Grunt Hug](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/trigger-grunt-hug.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/ai-modifiers.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.
