# AI

- [Combine Squad Overrides](https://wiki.thescriptersguild.com/scripting/nodes/ai/combine-squad-overrides.md)
- [Get AI Units From Squad](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-ai-units-from-squad.md)
- [Get All AI Units](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-ai-units.md)
- [Get All AI Units On Team](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-ai-units-on-team.md)
- [Get All Squads](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-squads.md)
- [Get All Squads On Team](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-squads-on-team.md)
- [Get Squad Definition From AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-squad-definition-from-ai-spawner.md)
- [Get Squad From AI Unit](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-squad-from-ai-unit.md)
- [Kill All Squads](https://wiki.thescriptersguild.com/scripting/nodes/ai/kill-all-squads.md)
- [Kill Squad](https://wiki.thescriptersguild.com/scripting/nodes/ai/kill-squad.md)
- [Override AI Spawner Spawn Area](https://wiki.thescriptersguild.com/scripting/nodes/ai/override-ai-spawner-spawn-area.md)
- [Spawn Squad Through Definition](https://wiki.thescriptersguild.com/scripting/nodes/ai/spawn-squad-through-definition.md)
- [Squad Overrides Behavior](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-behavior.md)
- [Squad Overrides Identification](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-identification.md)
- [Squad Overrides Spawn Area](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-spawn-area.md)
- [Squad Overrides Spawn Logic](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-spawn-logic.md)
- [Trigger AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/ai/trigger-ai-spawner.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.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.
