# Runtime

- [BehaviourTree](https://renownedgames.gitbook.io/ai-tree/api/runtime/behaviourtree.md): class in RenownedGames.AITree / Inherits from ScriptableObject
- [BehaviourRunner](https://renownedgames.gitbook.io/ai-tree/api/runtime/behaviourrunner.md): class in RenownedGames.AITree / Inherits from MonoBehaviour
- [Blackboard](https://renownedgames.gitbook.io/ai-tree/api/runtime/blackboard.md): Type description and basic instructions.
- [Key](https://renownedgames.gitbook.io/ai-tree/api/runtime/key.md): Type description and basic instructions.
- [Key\<T>](https://renownedgames.gitbook.io/ai-tree/api/runtime/key-less-than-t-greater-than.md): Type description and basic instructions.
- [KeyQuery](https://renownedgames.gitbook.io/ai-tree/api/runtime/keyquery.md): Type description and basic instructions.
- [KeyQuery\<T>](https://renownedgames.gitbook.io/ai-tree/api/runtime/keyquery-less-than-t-greater-than.md): Type description and basic instructions.
- [KeyReceiver](https://renownedgames.gitbook.io/ai-tree/api/runtime/keyreceiver.md): Type description and basic instructions.
- [KeyReceiver\<T>](https://renownedgames.gitbook.io/ai-tree/api/runtime/keyreceiver-less-than-t-greater-than.md): Type description and basic instructions.
- [Task Node](https://renownedgames.gitbook.io/ai-tree/api/runtime/task-node.md): Type description and basic instructions.
- [Decorator Node](https://renownedgames.gitbook.io/ai-tree/api/runtime/decorator-node.md): Type description and basic instructions.
- [Condition Decorator](https://renownedgames.gitbook.io/ai-tree/api/runtime/condition-decorator.md): Type description and basic instructions.
- [Observer Decorator](https://renownedgames.gitbook.io/ai-tree/api/runtime/observer-decorator.md): Type description and basic instructions.
- [Service Node](https://renownedgames.gitbook.io/ai-tree/api/runtime/service-node.md): Type description and basic instructions.
- [Interval Service Node](https://renownedgames.gitbook.io/ai-tree/api/runtime/interval-service-node.md): Type description and basic instructions.
- [NodeContentAttribute](https://renownedgames.gitbook.io/ai-tree/api/runtime/nodecontentattribute.md): Type description and basic instructions.
- [AIPerceptionConfig](https://renownedgames.gitbook.io/ai-tree/api/runtime/aiperceptionconfig.md): Type description and basic instructions.
- [EQGenerator](https://renownedgames.gitbook.io/ai-tree/api/runtime/eqgenerator.md): Type description and basic instructions.
- [EQTraceMode](https://renownedgames.gitbook.io/ai-tree/api/runtime/eqtracemode.md): Type description and basic instructions.
- [EQTest](https://renownedgames.gitbook.io/ai-tree/api/runtime/eqtest.md): Type description and basic instructions.


---

# 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/api/runtime.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.
