# Units

- [Are Same Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/are-same-unit.md)
- [Get All Units](https://wiki.thescriptersguild.com/scripting/nodes/units/get-all-units.md)
- [Get All Units On Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-all-units-on-team.md)
- [Get Is Airborne](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-airborne.md)
- [Get Is Camouflaged](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-camouflaged.md)
- [Get Is Detected](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-detected.md)
- [Get Is Detected By Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-detected-by-team.md)
- [Get Is In Knockback](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-in-knockback.md)
- [Get Random Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/get-random-unit.md)
- [Get Unit Aiming Vector](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-aiming-vector.md)
- [Get Unit FFA Allegiance](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-ffa-allegiance.md)
- [Get Unit Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-team.md)
- [Set Unit Camo](https://wiki.thescriptersguild.com/scripting/nodes/units/set-unit-camo.md)
- [Teleport Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/teleport-unit.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/units.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.
