# Location Service

{% hint style="info" %}
The Monogoto SIM location value-added-service is not activated by default. To enable it, please contact our [support team](#docs-internal-guid-d732e2ab-7fff-1083-85ce-460f4d226c82).
{% endhint %}

Once service is activated, select a specific Thing to view its location.

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

In the Thing details page, scroll down to the events section and look for the latest "LOCATION" event.

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

Clicking on the URL, opens a new tab with a detailed map sourced from Google Maps, allowing users to zoom in for a closer look. This feature enhances usability by providing easy access to specific location details.

<figure><img src="/files/1tGIkrTEUZWkjJR3X6Wb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
At this beta stage the Thing details map is not sync with the location URL and the google map provides actual cell-based location.
{% endhint %}


---

# 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.monogoto.io/hub/things/location-service.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.
