> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/object-management/show-objects-on-the-map.md).

# Show objects on the map

Objects can appear on the map when they have valid coordinates.

This helps technicians find equipment faster on site.

### Before objects appear on the map

Make sure:

* map visibility for objects is enabled
* the object contains latitude and longitude data

{% stepper %}
{% step %}

### Open the app settings

Go to **Settings → Device policies and settings**.
{% endstep %}

{% step %}

### Enable object visibility on the map

Turn on the setting that shows objects on the map.
{% endstep %}

{% step %}

### Add coordinates to the object

Open the object and fill in latitude and longitude.
{% endstep %}

{% step %}

### Synchronize the app

Save the settings and let the app synchronize.
{% endstep %}

{% step %}

### Open the map view

In the app, open the map and check whether the object appears.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Why is an object not visible on the map?</summary>

Check the coordinates and the map visibility settings first.

</details>

<details>

<summary>Do all objects appear on the map?</summary>

No.

Only objects with usable coordinate data can be shown.

</details>

<details>

<summary>Why is this useful?</summary>

It helps technicians locate equipment more quickly on larger sites.

</details>

### Related topics

* [**Create objects in the mobile app**](/marketplace-packages-and-power-ups/power-ups/object-management/create-objects-in-the-mobile-app.md)
* [**Show recent object activity on the map**](/marketplace-packages-and-power-ups/power-ups/object-management/show-recent-object-activity-on-the-map.md)
* [**Object Management**](/marketplace-packages-and-power-ups/power-ups/object-management.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/object-management/show-objects-on-the-map.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.
