# Finding your Google Maps API Key

If you've already created your Google Maps API Key but need to locate it or verify its existence, follow these simple steps:

**Finding Your Existing API Key**

## **1. Open the Google Service Credentials Page**

Open the Google Service Credentials page.

Ensure you're logged in with the same Google account used to create the API key.

<figure><img src="/files/Qix3omnqtICMNeeD86Jc" alt=""><figcaption></figcaption></figure>

## **2. Select the Correct Project**

At the top of the page, use the project selector to choose the project associated with your Google Maps API key.

<figure><img src="/files/VYgwumK8zyHjU5W1CpqI" alt=""><figcaption></figcaption></figure>

## **3. Find Your API Key:**

Scroll to the **API Keys** section to view a list of all keys associated with the selected project.

<figure><img src="/files/YvNq0YYUazb8AWmIgUaA" alt=""><figcaption></figcaption></figure>

## **4. View Your API Key**

Click **Show Key** next to the desired key. The key will appear in a popup.

<figure><img src="/files/naz0ToaGvUoLy8A7pLvX" alt=""><figcaption></figcaption></figure>

## **5. Copy Your Key**

Use the copy icon to the right of the key to copy it and paste it into your application as needed.

<figure><img src="/files/RmF7JyIzwX5Qk8ut7TCM" alt=""><figcaption></figcaption></figure>

If no keys appear in the list, you’ll need to create a new one. [Click here to know how to generate a new Google Maps API Key](/esl-easy-store-locator/google-maps/google-maps-api-key-generation-for-new-users.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.spicegems.com/esl-easy-store-locator/google-maps/finding-your-google-maps-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
