> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-agent-management-platform-dev.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring the Google Maps Action

<Badge icon="arrow-left" color="gray">[Back to Actions Integrations](/ai-for-service/integrations/overview#actions)</Badge>

Connect the XO Platform to Google Maps to find locations and places. See [Google Maps documentation](https://developers.google.com/maps/documentation) for details.

***

## Supported Authorization Types

The platform supports Basic Auth for Google Maps integration. See [App Authorization Overview](../../../dev-tools/bot-authorization/bot-authentication.md) for details.

| Authorization Type                       | Supported |
| ---------------------------------------- | --------- |
| Pre-Authorize the Integration            | Yes       |
| Allow Users to Authorize the Integration | Yes       |

***

## Prerequisites

Before enabling the Google Maps action:

* Create a Google Maps account. See [Google Maps documentation](https://developers.google.com/maps/documentation).
* Create a custom app on the Google Maps admin page.
* Copy your Google Maps **API Key**.

***

## Enable the Google Maps Action

Go to **App Settings > Integrations > Actions** and select **Google Maps** from the Available actions list.

### Pre-authorize the Integration (Basic Auth)

1. In the **Configurations** dialog, select the **Authorization** tab.

2. Set **Authorization Type** to **Pre-authorize the Integration** > **Basic Auth**.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img2.png" alt="Auth type" />

3. Enter your **API Key**.

4. Click **Enable**. On first configuration, the Integration Successful pop-up appears.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img3.png" alt="Enable integration" />

<Note>The Google Maps action moves from Available to Configured.</Note>

5. Click **Skip for Now** to install templates later.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img4.png" alt="Skip for now" />

### Allow End Users to Authorize (Basic Auth)

1. In the **Configurations** dialog, select the **Authorization** tab.

2. Set **Authorization Type** to **Allow Users to Authorize the Integration** > **Basic Auth**.

3. Click **Select Authorization** > **Create New**.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img5.png" alt="Create new auth" />

4. Select the authorization mechanism (e.g., **API Key**).

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img6.png" alt="Auth mechanism" />

   See [App Authorization Overview](../../../dev-tools/bot-authorization/bot-authentication.md) for creating Basic Auth profiles.

5. Enter the following credentials:

   | Field                   | Description                                  |
   | ----------------------- | -------------------------------------------- |
   | Name                    | Name for the Basic Auth profile              |
   | Tenancy URLs            | Select Yes if tasks require tenancy URLs     |
   | Base URL                | Base tenant URL for the Google Maps instance |
   | Authorization Check URL | Auth check URL                               |
   | Description             | Description of the auth profile              |

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img7.png" alt="Auth credentials" />

6. Click **Save Auth**, then select the new profile.

7. Click **Enable**. The Integration Successful pop-up appears.

***

## Install Google Maps Action Templates

1. On the Integration Successful dialog, click **Explore Templates**.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img8.png" alt="Explore templates" />

2. Click **Install** for the desired template.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img9.png" alt="Install" />

3. Click **Go to Dialog** to view the dialog task.

4. A dialog task is auto-created for each installed template.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img10.png" alt="Dialog tasks created" />

5. Alternatively, create a new dialog task, select the Google Maps integration, choose a template (e.g., **Get location by coordinates**), and click **Proceed**.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img11-tem-img2.png" alt="Create new dialog" />

6. The canvas opens with all required entity nodes, service nodes, and message scripts.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/koreai-agent-management-platform-dev/ai-for-service/integrations/actions/images/google-maps-action-img12-tem-img4.png" alt="Dialog task canvas" />


Built with [Mintlify](https://mintlify.com).