> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/mandatory-base/assets/asset-status-active-inactive-unmonitored-assets.md).

# Asset Status: Active / Inactive / Unmonitored Assets

## Overview

Assets can have 3 statuses:

* *Active*
* *Inactive*
* *Unmonitored*

The current status of the asset is displayed in the Asset menu in the **Status \[E]** column.

<figure><img src="/files/3ivzdEE3PiA7sJoCmVmK" alt=""><figcaption><p>Fig. 1 – The Asset Menu</p></figcaption></figure>

## Explanation

The status indicates whether an asset has received data within a pre-defined time period.

<table><thead><tr><th width="200"></th><th></th></tr></thead><tbody><tr><td>Active</td><td>The asset has received data within the specified time period</td></tr><tr><td>Inactive</td><td>The asset has not received data within the specified time period.</td></tr><tr><td>Unmonitored</td><td>The function is deactivated for the asset</td></tr></tbody></table>

## Filter Assets by Status

You can filter assets by status in the Asset menu using the switches **\[B]**, **\[C]**, and **\[D]**.

## Configure Function

{% hint style="info" %}
Note the information in [↗ Minimum Time Interval](/collection/mandatory-base/assets/asset-status-active-inactive-unmonitored-assets.md)
{% endhint %}

### For Individual Assets

You can configure this function for each individual asset in the [-> Asset Details](/collection/mandatory-base/assets/asset-details.md)

### In Asset Templates

When creating [-> Asset Templates](/collection/getting-started/2.-setting-up-assets/asset-modeling.md), you can set a default value for this option.

All assets created from this asset template will then adopt the default value of the template.

## Minimum Time Interval

The minimum time interval in which an asset's status is updated in column **\[E]** is 5 minutes. If you have set a shorter value in the Asset Details or the Asset Template, the asset will indeed be switched to Inactive after this time. However, this will not be visible in column **\[E]**: The displayed value in this column is updated every 5 minutes.


---

# 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.buildings.ability.abb/collection/mandatory-base/assets/asset-status-active-inactive-unmonitored-assets.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.
