> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Maps - How do I link my account?

## Overview

To authenticate with Google Maps, you will need:

1. **API Key** - Your Google Maps API key for authentication.

This guide will walk you through generating your **API Key** from the Google Cloud Console.

### Prerequisites:

* You must have a Google account with billing enabled in Google Cloud Platform.

### Instructions:

#### Step 1: Create a Google Cloud Project

1. Log in to the [Google Cloud Console](https://console.cloud.google.com/).
2. Click the project dropdown at the top and select **New Project**.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/google-maps/create_project.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=2fc50739bf31ee56bb67c9e78b0300fc" width="1873" height="392" data-path="api-integrations/google-maps/create_project.png" />

3. Enter a **Project Name**, then click **Create**.
4. Select your new project from the dropdown once it's created.

#### Step 2: Enable the APIs you need

1. Go to [APIs & Services > Library](https://console.cloud.google.com/apis/library).
2. Search for the Google Maps APIs you need (e.g. **Geocoding API**, **Places API**, **Directions API**) and click **Enable** for each.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/google-maps/apps_library.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=cd7e0def102b64344c965c512bce929a" width="1873" height="658" data-path="api-integrations/google-maps/apps_library.png" />

#### Step 3: Obtain your Google Maps API Key

1. In the left sidebar, go to **APIs & Services > Credentials**.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/google-maps/credentials.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=94607d9b88c63bc62e22a7c36c416e44" width="1840" height="489" data-path="api-integrations/google-maps/credentials.png" />

2. Click **+ Create Credentials**, select **API key**, enter a name, and select the APIs you enabled earlier.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/google-maps/api_key.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=b0a80b5f6f49dd162927822425e4fc90" width="1873" height="324" data-path="api-integrations/google-maps/api_key.png" />

3. Copy the **API key** value shown and store it in a safe place.

<Tip>It is recommended to restrict your API key to only the APIs you need.</Tip>

#### Step 4: Enter your API Key in the Connect UI

1. Open the form where you need to authenticate with Google Maps.
2. Enter your **API Key** in the field provided.
3. Submit the form to complete authentication.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ajnr1Ql9em6N5d3h/api-integrations/google-maps/form.png?fit=max&auto=format&n=Ajnr1Ql9em6N5d3h&q=85&s=15b45e18f7b36d9709de9f9549373764" style={{maxWidth: "450px" }} width="501" height="700" data-path="api-integrations/google-maps/form.png" />

You are now connected to Google Maps.
