# Show: Location

{% hint style="info" %}
This node doesn't work on voice channels like phone.
{% endhint %}

To show a location in the chat, the **Show: Location** node variant can be used. Using a location picker the location can be selected. It will be stored as a longitude/latitude coordinates.

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

When used in the Web widget or PWA, the user can click on the image to go to Google Maps. Depending on the channel capabilities, it will work the same way elsewhere, for instance on Facebook Messenger and WhatsApp.

The following fields can be configured:

| Property | Description                                                                 | Explanation |
| -------- | --------------------------------------------------------------------------- | ----------- |
| Caption  | The text that will be used as alternative text (for accessibility purposes) |             |
| Location | The coordinates, displayed as a little map.                                 |             |

## Resources

* [Chat flows](/store/skills/chat-flows.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://manuals.dialox.ai/studio/flows/nodes/show-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.
