# Google maps API Key Generation (For New users)

To configure Google Maps services in the app, you need a Google Maps API key. Follow the step-by-step guide to purchase and set up your API key. This process applies to users who have already signed up on the Google Cloud Console.

Open the link below to access the Google Cloud Console using your email.

Google Cloud Console (Keys and Credentials page) - <https://console.cloud.google.com/projectselector2/google/maps-apis/credentials>

Step-1: When the user opens the link in the browser, it will show a welcome popup (as shown in the snapshot below). Click on **agree and continue** after accepting the terms and conditions.

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

Step-2: Click on the Select a project (marked in the snapshot). This will open a popup - Click on New  Project. (as shown in below snapshots)

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

Step-3: Enter the project name (e.g., "Store Locator") and click **Create**.

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

Wait a few moments for the project to be created.

Step-4: A page will appear with the **Finish Account Setup** option (as shown in the below snapshot).

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

Now click on the Finish account setup option, it will take you to the Account setup page for adding a billing account

**Step-5:** This step includes setting up your Google Console account with billing information:

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

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

**After adding the card information and verifying the payment details wait for a while to update the same in your Google Cloud account.**

Step-6: Now google will continue with the setup with some questions. If not required you can skip them

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

Step-7: Google will generate an API key for your account. You can copy it and save it somewhere on your system.

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

Click on Google Console in the top right corner - Click on APIs & Services option

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

Step-7: Click on Credentials - you will find your pre-generated API key there.&#x20;

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

If the API key is not available click on Create Credential to generate a new API key.&#x20;


---

# 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/google-maps-api-key-generation-for-new-users.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.
