# Check Variable Value

If the condition you supply is true, the nodes connected to the true output will be run, otherwise the nodes connected to the false output will be run.

| **Field**                         | Description                                                                                                                                                                                |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Name of variable to check**     | The name of the variable whose value is being checked. Do not include the ${} syntax. For example- if the variable name is ${tempVars.myValue}, you would just enter myValue in the field. |
| **What type of variable is this** | Select what type the variable that is being checked is stored as.                                                                                                                          |
| **If variable is**                | Pick an operator for comparison.                                                                                                                                                           |
| **Value**                         | The value the variable will be compared to.                                                                                                                                                |


---

# 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.discordbotstudio.org/response-nodes/variable-category/check-variable-value.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.
