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

# Link PlayIt Live data to Visual Radio

> To automate Visual Radio with PlayIt Live you can easily link it to your VRA set-up by following these simple 3 steps:

To automate Visual Radio with PlayIt Live you can easily link it to your VRA set-up by following these simple 3 steps:

***

### Requirements

✅ Make sure you have the Now Playing Plugin installed from [https://www.playitsoftware.com/Plugins/View/NowPlaying](https://www.playitsoftware.com/Plugins/View/NowPlaying)

### Preparation

1. Go to your AutomationLink Settings in the Advanced Studio Settings

   Add the PlayIt Live Automation
2. Copy the URL that is generated in the Cloud

### Configuration

1. Configure your Now Playing Plugin

<img src="https://mintcdn.com/visualradioassist/1LQdAqmw3LInyH_s/images/set-up/link-radio-automation/link-playit-live-data-to-visual-radio/1.png?fit=max&auto=format&n=1LQdAqmw3LInyH_s&q=85&s=781275b31c5b5b10da99497cfa60c40d" alt="" width="631" height="487" data-path="images/set-up/link-radio-automation/link-playit-live-data-to-visual-radio/1.png" />

2. Set the Method to POST and Paste the URL from the AutomationLink Settings screen. Make sure to validate if the hostname in the url is accessible by the PlayIt Live machine.
3. Copy & Paste the following Template into the Configure screen:

### Template

```xml theme={null}
<VRA_AutomationLink>
<artist>{{artist}}</artist>
<title>{{title}}</title>
</VRA_AutomationLink>
```
