> ## Documentation Index
> Fetch the complete documentation index at: https://support.humanizing.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Personalized avatar links

> Pass values to an avatar flow with URL parameters.

You can personalize avatar flows by passing values directly to Plural with URL parameters. For example, an avatar can greet a person by name without requiring a separate flow for every person.

## Create a variable in the flow

* Open the flow in Plural.
* Add the **Set user attributes & variables** element.
* Create a variable, for example `name`.
* Save the element.

![Image](https://content.gitbook.com/content/FM0lFFYLpwPxlK9jVfyV/blobs/DVj3MXqC2vMzpjy5we9d/add_user_attribute.gif)

## Use the variable in text

* Open the text where the personal value should appear.
* Use the shortcode `#ATTRI/name`.
* Save the change.

Example: `Hello #ATTRI/name! I am Mia.`

![Image](https://content.gitbook.com/content/FM0lFFYLpwPxlK9jVfyV/blobs/gSEtet1lMFrOriPLMKBe/add_intro_text.gif)

## Add the parameter to the avatar link

* Open the avatar preview in your browser.
* Copy the avatar link from the address bar.
* Add the parameter to the end of the URL: `?name=Michael`.
* For multiple values, use `&`, for example `?name=Michael&month=October`.

When the link opens, the avatar reads the value and greets the person with the matching name.

![Image](https://content.gitbook.com/content/FM0lFFYLpwPxlK9jVfyV/blobs/dk0BEIKRoQACLpuGtXQR/edit_url_bar.gif)

Note: The variable must exist in the flow, even if the element is not connected to other elements.
