> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/be.smart-infrastructure/site-management/integrations-and-extensions/site-productivity-integration.md).

# Site Productivity -integration

Site Productivity integration consists of two aspects; real-time machine locations and historic machine locations.

Access Site Productivity from Integrations -menu:

![Site Productivity in Integration menu](/files/2263cdce68a29d75e3152de7e8a1d36efa14510a)

#### Sign in

After clicking Site Productivity a new floating window will open, asking user to Sign in.

![](/files/8760798761226118ec1a8839412ff4e6c97e35bc)

Clicking Sign in, will open Be.Smart sign in page to a new browser window.

![](/files/6ca438440df9e125d37a06fc38d4ef08a77489cb)

Sign in is done by using credentials to Site Productivity. After successful sign in, it is possible to select real-time machine location or browse and replay history of machine movements.

#### Real-time -tab

Real-time tab has only one checkbox "Display real-time device locations on the map".

![](/files/14d11bcdf99874048416cf1216c896dadd01c619)

This is on as a default, it will be turned off by unchecking the box or by navigating to History -tab.

#### History -tab

Everything starts with a date selection, as a default the previous day is suggested.

If there is no activity available for the selected date an error message is displayed.

![History tab and error message](/files/ecaa061920f983832d2181ad8d512c94da4d1a12)

Once a date is selected, then it is possible to filter machines and start the replay.

![History tab, with all the information](/files/62f15be29bd5fa37f7f998a400b87ef06ab7bf9e)

Replay is started by clicking play button, which changes to pause button, when the replay is active.

It is possible to jump to a specific time, by dragging the playback slider to specific time slot. The time is visible below the slider.

Bottom right corner shows the playback speed factor, it can be changed between 1x - 3x.

#### Sign out

Last one is Sign out -tab, which allows user to sign out from Site Productivity:

![](/files/0e165001894ff593ddfafb14b5f43ad4a8cf01ba)


---

# 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.besmart.software/be.smart-infrastructure/site-management/integrations-and-extensions/site-productivity-integration.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.
