# Set Variable

The *Set Variable* node allows you to create/set variables in a session in order to [use them at a later point ](/flow/untitled-1.md)in the workflow again. You can set multiple variables using the same *Set Variable* node.

These variables will only be available for the duration of the session.

{% hint style="info" %}
**Note:** *Variable Name* cannot be in a variable format (i.e., cannot be \[\[var]]).
{% endhint %}

<figure><img src="/files/1p5S5mMTlJgFJS5KU9Rx" alt="" width="563"><figcaption><p>Setup of a Set Variable node</p></figcaption></figure>

<figure><img src="/files/97EV3zxAqndHcMoovIF3" alt="" width="563"><figcaption><p>Example flow containing Set Variable node</p></figcaption></figure>


---

# 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/action-nodes/action-nodes-set-variables.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.
