> For the complete documentation index, see [llms.txt](https://docs.maplytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplytics.com/features/azure-maps-maplytics-list-control/contextual-menu.md).

# Contextual Menu

Right-clicking on a pushpin opens a contextual menu. It is available to use the most commonly required options such as Open Record, Directions, Add to Route, Set As Current Location, and Set As POI Location.

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

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

Open Record- Record details will be opened as a quick form.

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

Directions- This option will allow the pushpin to be set as Origin or Destination for a travel route.

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

Add to Route- The pushpin can be added as a stop to a travel route.

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

Set As Current Location- The pushpin will be set as the Current Location to be used for Proximity Search

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

Set As POI Location- The pushpin will be set as a POI Location to find places nearby.

<figure><img src="/files/Gk0Gk835A2lpRfljBCcp" 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://docs.maplytics.com/features/azure-maps-maplytics-list-control/contextual-menu.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.
