> For the complete documentation index, see [llms.txt](https://help.digitalwallet.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digitalwallet.cards/push-notifications/push-section/geo-push.md).

# Geo-push

> **Digital Wallet > Left-Hand Menu > Locations**

1\. Follow the above-mentioned workflow to land on the Locations screen.

2\. To create a geo-push, click the <img src="/files/vVQNjVDJzRryPAsy2hZt" alt="" data-size="line">button.

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

3\. This reveals a list of fields for the details of the location and geo-push message to be recorded.

4\. Use the Location Name field to enter the name of the location.

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

5\. Enter the address of the location in the Location Address field. As you type, the suggestions are auto-populated.

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

6\. Use the pin on the map view to set the exact location on the map.

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

7\. Select the card(s) to which you want to associate this location and geo-push message using the Apply to Cards field.

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

8\. Enter the geo-push message in the Push Message textbox. This push notification is sent to all the users in a specific radius of the location.

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

9\. Once the details are recorded, click the <img src="/files/zyuJT60M01cF03je07Bj" alt="" data-size="line"> button. This adds the location and displays it in the list.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.digitalwallet.cards/push-notifications/push-section/geo-push.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
