# Nodes

- [Composite](https://renownedgames.gitbook.io/ai-tree/nodes/composite.md)
- [Sequencer](https://renownedgames.gitbook.io/ai-tree/nodes/composite/sequencer.md): Node description and basic instructions
- [Selector](https://renownedgames.gitbook.io/ai-tree/nodes/composite/selector.md)
- [Selector](https://renownedgames.gitbook.io/ai-tree/nodes/composite/selector/selector.md): Node description and basic instructions
- [Random Selector](https://renownedgames.gitbook.io/ai-tree/nodes/composite/selector/random-selector.md): Node description and basic instructions
- [Parallel](https://renownedgames.gitbook.io/ai-tree/nodes/composite/parallel.md)
- [Parallel](https://renownedgames.gitbook.io/ai-tree/nodes/composite/parallel/parallel.md): Node description and basic instructions
- [Parallel Selector](https://renownedgames.gitbook.io/ai-tree/nodes/composite/parallel/parallel-selector.md): Node description and basic instructions
- [Parallel Complete](https://renownedgames.gitbook.io/ai-tree/nodes/composite/parallel/parallel-complete.md): Node description and basic instructions
- [Tasks](https://renownedgames.gitbook.io/ai-tree/nodes/tasks.md)
- [Animator](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator.md)
- [Cross Fade](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/cross-fade.md): Node description and basic instructions
- [Cross Fade in Fixed time](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/cross-fade-in-fixed-time.md): Node description and basic instructions
- [Set Bool](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/set-bool.md): Node description and basic instructions
- [Set Float](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/set-float.md): Node description and basic instructions
- [Set Integer](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/set-integer.md): Node description and basic instructions
- [Set Trigger](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/animator/set-trigger.md): Node description and basic instructions
- [Audio](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio.md)
- [Audio Mute](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/audio-mute.md): Node description and basic instructions
- [Audio Pause](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/audio-pause.md): Node description and basic instructions
- [Audio Play](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/audio-play.md): Node description and basic instructions
- [Audio Stop](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/audio-stop.md): Node description and basic instructions
- [Play Random Sound](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/play-random-sound.md): Node description and basic instructions
- [Play Sound](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/play-sound.md): Node description and basic instructions
- [Set Audio Clip](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/set-audio-clip.md): Node description and basic instructions
- [Set Audio Loop](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/set-audio-loop.md): Node description and basic instructions
- [Set Audio Pitch](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/set-audio-pitch.md): Node description and basic instructions
- [Set Audio Volume](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio/set-audio-volume.md): Node description and basic instructions
- [Audio Source](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio-source.md)
- [Play Clip At Point](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio-source/play-clip-at-point.md): Node description and basic instructions
- [Debug](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/debug.md)
- [Debug Log](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/debug/debug-log.md): Node description and basic instructions
- [Debug Draw Line](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/debug/debug-draw-line.md): Node description and basic instructions
- [Debug Draw Ray](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/debug/debug-draw-ray.md): Node description and basic instructions
- [Common](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common.md)
- [Wait](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common/wait.md): Node description and basic instructions
- [Set Key](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common/set-key.md): Node description and basic instructions
- [Run Behaviour](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common/run-behaviour.md): Node description and basic instructions
- [Wait Blackboard Time](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common/wait-blackboard-time.md): Node description and basic instructions
- [Finish With Result](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/common/finish-with-result.md): Node description and basic instructions
- [EQS](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/eqs.md)
- [Run EQS Query](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/eqs/run-eqs-query.md): Node description and basic instructions
- [Game Object](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object.md)
- [Activate](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/activate.md): Node description and basic instructions
- [Add Component](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/add-component.md): Node description and basic instructions
- [Create Object](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/create-object.md): Node description and basic instructions
- [Destroy Component](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/destroy-component.md): Node description and basic instructions
- [Destroy Object](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/destroy-object.md): Node description and basic instructions
- [Destroy Self](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/destroy-self.md): Node description and basic instructions
- [Detach Children](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/detach-children.md): Node description and basic instructions
- [Find](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/find.md): Node description and basic instructions
- [Find Child](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/find-child.md): Node description and basic instructions
- [Find Closest](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/find-closest.md): Node description and basic instructions
- [Get Child](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-child.md): Node description and basic instructions
- [Get Child Count](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-child-count.md): Node description and basic instructions
- [Get Distance](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-distance.md): Node description and basic instructions
- [Get Parent](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-parent.md): Node description and basic instructions
- [Get Root](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-root.md): Node description and basic instructions
- [Get Tag](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-tag.md): Node description and basic instructions
- [Get Name](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/get-name.md): Node description and basic instructions
- [Set Parent](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/set-parent.md): Node description and basic instructions
- [Set Tag](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/set-tag.md): Node description and basic instructions
- [Math](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math.md)
- [Bool Flip](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/bool-flip.md): Node description and basic instructions
- [Bool Operator](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/bool-operator.md): Node description and basic instructions
- [Float Abs](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/float-abs.md): Node description and basic instructions
- [Float Clamp](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/float-clamp.md): Node description and basic instructions
- [Float Operator](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/float-operator.md): Node description and basic instructions
- [Int Abs](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/int-abs.md): Node description and basic instructions
- [Int Clamp](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/int-clamp.md): Node description and basic instructions
- [Int Operator](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/int-operator.md): Node description and basic instructions
- [Random Bool](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/random-bool.md): Node description and basic instructions
- [Random Float](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/random-float.md): Node description and basic instructions
- [Random Int](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/random-int.md): Node description and basic instructions
- [Sample Curve](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/sample-curve.md): Node description and basic instructions
- [Get ACos](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-acos.md): Node description and basic instructions
- [Get ASin](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-asin.md): Node description and basic instructions
- [Get Atan](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-atan.md): Node description and basic instructions
- [Get Atan2](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-atan2.md): Node description and basic instructions
- [Get Atan2 From Vector2](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-atan2-from-vector2.md): Node description and basic instructions
- [Get Atan2 From Vector3](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-atan2-from-vector3.md): Node description and basic instructions
- [Get Cos](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-cos.md): Node description and basic instructions
- [Get Sin](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-sin.md): Node description and basic instructions
- [Get Tan](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-tan.md): Node description and basic instructions
- [Movement](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/movement.md)
- [Move Towards](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/movement/move-towards.md): Node description and basic instructions
- [Way Point](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/movement/way-point.md): Node description and basic instructions
- [NavMesh](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/navmesh.md)
- [Move To](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/navmesh/move-to.md): Node description and basic instructions
- [Random Position](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/navmesh/random-position.md): Node description and basic instructions
- [Object](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/object.md)
- [Destroy](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/object/destroy.md): Node description and basic instructions
- [Instantiate](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/object/instantiate.md): Node description and basic instructions
- [Perception System](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/perception-system.md)
- [Detection Signal](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/perception-system/detection-signal.md): Node description and basic instructions
- [Physics](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics.md): Global physics properties and helper nodes.
- [Box Cast](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics/box-cast.md): Node description and basic instructions
- [Capsule Cast](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics/capsule-cast.md): Node description and basic instructions
- [Line Cast](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics/line-cast.md): Node description and basic instructions
- [Ray Cast](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics/ray-cast.md): Node description and basic instructions
- [Sphere Cast](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics/sphere-cast.md): Node description and basic instructions
- [Physics2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d.md)
- [Box Cast 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d/box-cast-2d.md): Node description and basic instructions
- [Capsule Cast 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d/capsule-cast-2d.md): Node description and basic instructions
- [Line Cast 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d/line-cast-2d.md)
- [Ray Cast 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d/ray-cast-2d.md): Node description and basic instructions
- [Sphere Cast 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/physics2d/sphere-cast-2d.md): Node description and basic instructions
- [Player Prefs](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs.md)
- [Delete All](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/delete-all.md): Node description and basic instructions
- [Delete Key](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/delete-key.md): Node description and basic instructions
- [Get Float](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/get-float.md): Node description and basic instructions
- [Get Int](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/get-int.md): Node description and basic instructions
- [Get String](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/get-string.md): Node description and basic instructions
- [Set Float](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/set-float.md): Node description and basic instructions
- [Set Int](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/set-int.md): Node description and basic instructions
- [Set String](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/player-prefs/set-string.md): Node description and basic instructions
- [Quaternion](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion.md)
- [Angle Axis](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/angle-axis.md): Node description and basic instructions
- [Euler](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/euler.md): Node description and basic instructions
- [From To Rotation](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/from-to-rotation.md): Node description and basic instructions
- [Get Euler Angles](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/get-euler-angles.md): Node description and basic instructions
- [Inverse](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/inverse.md): Node description and basic instructions
- [Multiply](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/multiply.md): Node description and basic instructions
- [Multiply By Vector](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/quaternion/multiply-by-vector.md): Node description and basic instructions
- [Rigidbody](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody.md)
- [Add Explosion Force](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-explosion-force.md): Node description and basic instructions
- [Add Force](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-force.md): Node description and basic instructions
- [Add Force At Position](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-force-at-position.md): Node description and basic instructions
- [Add Relative Force](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-relative-force.md): Node description and basic instructions
- [Add Relative Torque](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-relative-torque.md): Node description and basic instructions
- [Add Torque](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/add-torque.md): Node description and basic instructions
- [Move Position](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/move-position.md): Node description and basic instructions
- [Move Rotation](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/move-rotation.md): Node description and basic instructions
- [Sleep](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/sleep.md): Node description and basic instructions
- [Wake Up](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody/wake-up.md): Node description and basic instructions
- [Rigidbody2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d.md)
- [Add Force 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/add-force-2d.md): Node description and basic instructions
- [Add Force At Position 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/add-force-at-position-2d.md): Node description and basic instructions
- [Add Relative Force 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/add-relative-force-2d.md): Node description and basic instructions
- [Add Torque 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/add-torque-2d.md): Node description and basic instructions
- [Move Position 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/move-position-2d.md): Node description and basic instructions
- [Move Rotation 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/move-rotation-2d.md): Node description and basic instructions
- [Sleep 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/sleep-2d.md): Node description and basic instructions
- [Wake Up 2D](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/rigidbody2d/wake-up-2d.md): Node description and basic instructions
- [Transform](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform.md)
- [Get Angle To Target](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/get-angle-to-target.md): Node description and basic instructions
- [Get Position](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/get-position.md): Node description and basic instructions
- [Get Rotation](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/get-rotation.md): Node description and basic instructions
- [Inverse Transform Direction](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/inverse-transform-direction.md): Node description and basic instructions
- [Set Scale](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/set-scale.md): Node description and basic instructions
- [Inverse Transform Point](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/inverse-transform-point.md): Node description and basic instructions
- [Transform Direction](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/transform-direction.md): Node description and basic instructions
- [Transform Point](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/transform/transform-point.md): Node description and basic instructions
- [Vector2](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2.md)
- [Add](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/add.md): Node description and basic instructions
- [Add XY](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/add-xy.md): Node description and basic instructions
- [Clamp Magnitude](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/clamp-magnitude.md): Node description and basic instructions
- [Get Length](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/get-length.md): Node description and basic instructions
- [Get XY](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/get-xy.md): Node description and basic instructions
- [Invert](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/invert.md): Node description and basic instructions
- [Select Random](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/select-random.md): Node description and basic instructions
- [Set Value](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/set-value.md): Node description and basic instructions
- [Set XY](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector2/set-xy.md): Node description and basic instructions
- [Vector3](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3.md)
- [Add](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/add.md): Node description and basic instructions
- [Add XYZ](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/add-xyz.md): Node description and basic instructions
- [Clamp Magnitude](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/clamp-magnitude.md): Node description and basic instructions
- [Get Length](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/get-length.md): Node description and basic instructions
- [Get XYZ](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/get-xyz.md): Node description and basic instructions
- [Invert](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/invert.md): Node description and basic instructions
- [Select Random](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/select-random.md): Node description and basic instructions
- [Set Value](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/set-value.md): Node description and basic instructions
- [Set XYZ](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/set-xyz.md): Node description and basic instructions
- [Unity](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/unity.md)
- [Debug](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/unity/debug.md): Node description and basic instructions
- [Send Message](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/unity/send-message.md): Node description and basic instructions
- [Find Transfrom](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/unity/find-transfrom.md): Node description and basic instructions
- [Decorators](https://renownedgames.gitbook.io/ai-tree/nodes/decorators.md): Description of decorators properties.
- [Blackboard Condition](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/blackboard-condition.md)
- [Compare Blackboard Keys](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/compare-blackboard-keys.md)
- [Conditional Loop](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/conditional-loop.md)
- [Cone Check](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/cone-check.md)
- [Inverter](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/inverter.md)
- [Is At Location](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/is-at-location.md)
- [Loop](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/loop.md)
- [Has Path](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/has-path.md)
- [Object Tag Condition](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/object-tag-condition.md)
- [One Time Execution](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/one-time-execution.md)
- [Succeeder](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/succeeder.md)
- [Time Limit](https://renownedgames.gitbook.io/ai-tree/nodes/decorators/time-limit.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://renownedgames.gitbook.io/ai-tree/nodes.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.
