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

# Elevio - How do I link my account?

## Overview

To authenticate with Elevio, you need:

1. **API Key** — identifies and rate-limits your Elevio account.
2. **JWT** — a JSON Web Token that scopes which resources you can read and write.

Elevio always issues these as a pair, generated together from the same page.

## Prerequisites

* An Elevio account with access to the API Keys page.

## Instructions

### Step 1: Generate an API key and JWT

1. Log in to your account and navigate to the [API Keys page](https://app.elev.io/apikeys) in your Elevio dashboard.
2. Enter a description, select the scopes you need, then click **Generate API Key** to generate your key.

<img src="https://mintcdn.com/nango/m8kKmT0Il5PJso9W/api-integrations/elevio/dashboard.png?fit=max&auto=format&n=m8kKmT0Il5PJso9W&q=85&s=d980ff9291ea3bbb5e326279c0b7c3ac" width="3008" height="1534" data-path="api-integrations/elevio/dashboard.png" />

3. Once it's generated, scroll down to it and click **View Key & Token** to view both the **API Key** and the **JWT**.

<img src="https://mintcdn.com/nango/m8kKmT0Il5PJso9W/api-integrations/elevio/view_key.png?fit=max&auto=format&n=m8kKmT0Il5PJso9W&q=85&s=edbd8af1e41a754851782e46cd6125a6" width="3022" height="632" data-path="api-integrations/elevio/view_key.png" />

### Step 2: Enter your credentials in the Connect UI

1. Open the form where you need to authenticate with Elevio.
2. Enter your **API Key** and **JWT**.
3. Submit the form.

<img src="https://mintcdn.com/nango/m8kKmT0Il5PJso9W/api-integrations/elevio/form.png?fit=max&auto=format&n=m8kKmT0Il5PJso9W&q=85&s=6dc80acb99b4cb0e2f3876a80c922fb8" style={{maxWidth: "450px" }} width="1000" height="1246" data-path="api-integrations/elevio/form.png" />

You are now connected to Elevio.
