> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/flow/untitled-1.md).

# 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 %}
