# Send Location

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on all Paid Plans.

## **Understanding "Send Location"**

The "**Send Location**" feature allows users to share a specific location with others. This feature is commonly used to provide recipients with directions about a particular place.

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

## **Send Location Essentials:**

When utilizing the "**Send Location" feature"**, users are prompted to provide the following details:

### **Name**

This refers to the name of the location being shared. It could be a landmark, or your company's name.

### **Address**

Input the address of the location, including details such as street name, building number, city, and country.

### **Location**

Users have two options to specify the location:

* **Search Location:** Users can search for the location by typing its name or address in the search bar provided. They can also use View in Map to double check the location.&#x20;
* **Latitude & Longitude:** Alternatively, users can input the latitude and longitude coordinates of the location directly.

{% hint style="info" %}
It's essential to remember that only static locations can be shared using this feature. Real-time locations, which constantly update as the user moves, cannot be shared via WhatsApp Business API.
{% endhint %}

## **Implementation Example:**

To send a location, users follow these steps:

1. Input the name of the location - Habitat center.&#x20;
2. Provide the complete address of the location -&#x20;
3. Select the preferred method to specify the location:
   * Use the search feature to find the location by name or address.
   * Alternatively, input the latitude and longitude coordinates of the location.
4. Confirm the location details and save the Card.

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


---

# 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://docs.gallabox.com/bots/send-card/send-location.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.
