# OvrCondition

### Description

This Node is responsible for describing and handling boolean conditions, resulting in a boolean statement of truth.

Typically used as a foundation in more elaborate boolean checks.

#### Attributes

{% hint style="info" %}
**Note**: the following attributes are added to the existing ones from the super class [OvrNode](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/ovrnode)
{% endhint %}

<table><thead><tr><th width="203.28342952667998">Name</th><th width="205.22468667206817">Type</th><th width="340.1572968009442">Description</th></tr></thead><tbody><tr><td>ConditionOperator</td><td><a href="ovrcondition/ovrconditionoperator">OvrConditionOperator</a></td><td>Comparing condition</td></tr><tr><td>Variable1</td><td><a href="../variables/ovrvariable">OvrVariable</a></td><td>Variable to compare</td></tr><tr><td>Variable2</td><td><a href="../variables/ovrvariable">OvrVariable</a></td><td>Variable to compare</td></tr><tr><td>Result</td><td><a href="../variables/ovrbool">OvrBool</a></td><td>Boolean condition result</td></tr></tbody></table>

![Example of OvrCondition.](https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/iLo6Y5mHhrn9jKS3zez1/condo.png)


---

# 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://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrcondition.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.
