# Connecting Prism

{% embed url="<https://www.youtube.com/watch?v=43VXJB-5zLo>" %}

### Step 1 - Log into Prism

#### From your browser, log into your Prism account.&#x20;

{% hint style="info" %}
Since Sparrow uses your accounts credentials to integrate, please make sure you have access to view and edit all events, venues, and settings.
{% endhint %}

***

### Step 2 - Open up your browsers "Inspect" tools

Left-click with your mouse and click on "Inspect" or "Inspect Element" in the menu.

<figure><img src="https://1377328414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqAQ90jsQ9Dz1TDhvquxy%2Fuploads%2FRYgWXgRjdrl4qBXqieCn%2FCleanShot%202023-12-19%20at%2010.56.05.jpg?alt=media&#x26;token=3a606fd2-c595-4e15-a0db-1620f133e383" alt=""><figcaption></figcaption></figure>

***

### Step 3 - Click on "Console"

In the panel that appears, click "Console" along the top menu bar.

<figure><img src="https://1377328414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqAQ90jsQ9Dz1TDhvquxy%2Fuploads%2F6S9RZ8533HLPsDwk5HQG%2FCleanShot%202023-12-19%20at%2011.01.09.jpg?alt=media&#x26;token=85c8d561-457a-4b2f-ae57-8e6a57f7e2c1" alt=""><figcaption></figcaption></figure>

***

### Step 4 - Copy your API key

In the console, copy and paste the following and hit Enter to copy your  API Key to your clipboard.

```
clear();let apiKey="Here's the Prism API Key: " + localStorage.getItem('token');copy(apiKey);console.log("Copied to your clipboard! Paste this in an email to your Sparrow rep. \n\n" + apiKey);
```

<figure><img src="https://1377328414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqAQ90jsQ9Dz1TDhvquxy%2Fuploads%2FlhrM1cdMazmBkzD6URtw%2FCleanShot%202023-12-19%20at%2011.05.38.jpg?alt=media&#x26;token=a45cc214-9f93-414b-8229-a306476ed8b9" alt=""><figcaption></figcaption></figure>

***

### Step 5 - Paste your API Key to your Account Manager

Your API key is now copied to your clipboard.  Paste that into an email to your account manager. &#x20;

{% hint style="info" %}
Your API Key should look like a very long string of characters.
{% endhint %}

<figure><img src="https://1377328414-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqAQ90jsQ9Dz1TDhvquxy%2Fuploads%2F1qTerXSjHjN9y34H03jc%2FCleanShot%202023-12-19%20at%2011.41.02.jpg?alt=media&#x26;token=d0baa436-819d-4650-97eb-b7401d74c56e" alt=""><figcaption></figcaption></figure>
