# Creating Truora API Key

> **In simple terms:** An API key is like a password that lets your computer systems talk to Truora. You'll need this if you're integrating Truora into your app or website. If you're not technical, ask your developer to help with this step.

{{<tags>}}

In order to perform an integration in any of our services, you must have a **Truora API key**. The next steps will show you how to create it using our **dashboard**. 

To learn more about how to use our dashboard please {{< newtab href="/guides/dashboard" >}}click here{{< /newtab >}}.

## Creating API keys via Dashboard

1. Once you've set up an account, log in to our [dashboard](https://app.truora.com/): 

2. Go to the sidebar menu and click the **API keys** option. You are going to be redirected to our API Key dashboard:

{{<img src="/images/illustrations/apikey_dashboard.png" alt="API_Key" width="80%" class="border border-slate-300 rounded-md">}}

3. Click the **Create** button. To generate API Keys, ensure you have the appropriate role and permissions. If you lack the necessary permissions, contact your organization's Truora account administrator.

{{<img src="/images/illustrations/apikey_dashboard2.png" alt="API_Key" width="90%" class="border border-slate-300 rounded-md">}}

4. Type an API Key **Name** for your **Truora API Key** and choose **Version** (Version 1 recommended).

{{<img src="/images/illustrations/create_api_key.png" alt="CreateApiKey" width="50%" class="border border-slate-300 rounded-md">}}

5. Click **Create** and then copy the generated JWT token to a safe place, as it will only be displayed once.

Your newly created **Truora API Key** serves as an authentication token, allowing you to access Truora's Services and perform API calls.