> 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-recent-object-activity-on-the-map.md).

# Show recent object activity on the map

Use this setting to control how much recent object activity appears on the map.

This keeps the map focused on what matters now.

### Why this setting matters

A shorter time range shows recent activity.

A longer time range shows older activity too.

This helps when you want either a clean map or a broader overview.

### How it works

The map can focus on objects with recent activity.

By default, it looks back two days.

If you increase the time range, more older activity can appear.

If you reduce it, the map shows a more recent view.

### Choose the right time range

Use a shorter time range when:

* you want a cleaner map
* you only care about recent updates
* you have many objects

Use a longer time range when:

* you want more history on the map
* activity happens less often
* you need a broader planning view

{% stepper %}
{% step %}

### Open the map settings

Go to the object map settings in the BackOffice.
{% endstep %}

{% step %}

### Set the time range

Choose how many hours back the map should look.
{% endstep %}

{% step %}

### Save your change

Save the setting before you review the map.
{% endstep %}

{% step %}

### Check the map view

Open the map and confirm the result matches your needs.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>What is the default time range?</summary>

The default is two days.

</details>

<details>

<summary>Does this affect the object list?</summary>

No.

This changes the map view only.

</details>

<details>

<summary>Should I choose a very large time range?</summary>

Only if you need older activity.

A large time range can make the map busier.

</details>

<details>

<summary>Can each user choose their own time range?</summary>

No.

This is a shared setting for the account.

</details>

### Related topics

* [**Show objects on the map**](/marketplace-packages-and-power-ups/power-ups/object-management/show-objects-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-recent-object-activity-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.
