# Location sharing

Use the *Location Sharing* node to either [**send** ](#outbound-location-sharing)a location pin to a customer OR [**receive** ](#inbound-location-sharing)a location pin from the customer and use the latitude, longitude, location name, and address within your flow.&#x20;

{% embed url="<https://vimeo.com/761778223?share=copy>" %}

## Inbound location sharing

Request a location pin from your customer to use in the workflow.

To extract specific information relating to a location shared by your customers, use[ these variables](/flow/variable-management-1.md#location-sharing) in your workflow.&#x20;

{% hint style="info" %}

* The "Send Location" button text cannot be edited.&#x20;
* Real-time (live) locations are not supported.&#x20;
  {% endhint %}

<figure><img src="/files/gbDvi4jWUxerPSqDzAgM" alt="" width="563"><figcaption><p>Setup of a Location Sharing node (inbound) with text header.</p></figcaption></figure>

<figure><img src="/files/VA33NCaW5LsMnvAnbIWN" alt="" width="563"><figcaption><p>Example flow containing Location Sharing node (inbound)</p></figcaption></figure>

Below is an example of what the customer sees in WhatsApp when chatting with your business. The customer is asked to share their location with the business, which they can easily do by tapping the *Send location* button. The business can then utilize this information in their workflows.&#x20;

{% hint style="info" %}
On the Cloud environment, Meta does not support the header, and will only display the message and button.
{% endhint %}

<figure><img src="/files/xQXxzYmEYhhEdEUipVVJ" alt=""><figcaption><p>Location request interactive message as seen by customers in WhatsApp</p></figcaption></figure>

## Outbound location sharing

Send a location pin to a customer they can open in their mobile device's navigation app.

{% hint style="info" %}
Real-time (live) locations are not supported.&#x20;
{% endhint %}

![Setup of a Location Sharing node (outbound)](/files/KJbamvvnZQuZ35s0L66h)

![Example flow containing Location Sharing node (outbound)](/files/-MiL7boUr_N56GEEPN3X)

Below is an example of what the customer sees in WhatsApp when chatting with your business. The business sends a location pin that the customer can open in the navigation app on their handset.

<img src="/files/z2DeQqxDDngLmrPcYueI" alt="Busienss sending a location pin as seen by customers in WhatsApp." width="563">


---

# 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://guides.clickatell.com/flow/user-facing-nodes/display-nodes/location-sharing.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.
