# Referring to variables

Variables can be sourced from the session, HTTP calls, or user input.&#x20;

You can refer to these variables in other nodes in your workflow by wrapping them in double square brackets, e.g., ***\[\[Variable Name]]**.*&#x20;

For example, when using the [*Request Input* ](/flow/user-facing-nodes/input-nodes/menu-nodes-ask-for-input.md)node or [*Multiple Choice Input*](/flow/user-facing-nodes/branch-logic-split/menu-nodes-multiple-choice-input.md) node, you capture a user's input as a variable (you create this variable, and can decide on what to call it). Let's say you ask the user to enter their first name, and you use the variable name *FirstName* to store the user’s input.&#x20;

{% hint style="warning" %}
If you use identical variable names in more than one node and refer to that name in another node, the node for which a response was captured last will override the others that were captured before it.
{% endhint %}

{% embed url="<https://vimeo.com/761776445?share=copy>" %}

&#x20;See the example below:

![](/files/-MbpnNka9VbZKth8LgDG)

When completing the information required for a node, you might sometimes see the following icon:

![](/files/-MbpkLra8lKHu1ne-7G8)

Clicking this icon brings up *Variables & Shortcuts.*&#x20;

This panel lists all variables that you have added in nodes across your flow and serves as a shortcut when you want to refer to any of these variables in your current node.&#x20;

![](/files/-Mbpk5vCZ8ZZ4z2X0s9D)

To learn how to store and reference more complex variables that were retrieved via an API call, please watch the video below.

{% embed url="<https://vimeo.com/761776789?share=copy>" %}
To learn how to store and reference more complex Variables that were retrieved via an API call
{% endembed %}


---

# 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://guides.clickatell.com/flow/untitled-1.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.
