# statusvalue

This code list is used in association with the Status attribute which is present within multiple OS NGD feature types across various OS NGD themes. The code list provides information about the status of the feature, for example, if it is Active or Inactive.

{% hint style="info" %}
The 'Under Construction' value is only provided on Building Part and Land features. Please see the [FAQs](/osngd/getting-started/faqs.md#what-is-the-difference-between-unknown-and-null-attribute-values) for an explanation of the difference between 'NULL' and 'Unknown' attribute values.
{% endhint %}

| Label              | Definition                                                                                                                                                                                           |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Active             | The feature is currently performing the function indicated by its attribution.                                                                                                                       |
| Derelict           | The feature is in a state of disrepair sufficient that it can no longer perform its original purpose, or the feature is contained within a site that has fallen into a visible state of dereliction. |
| Inactive           | The feature is recognisable, but it is currently not performing the function indicated by its attribution.                                                                                           |
| Under Construction | The feature is currently being developed or built.                                                                                                                                                   |
| Unknown            | No information is currently available about the feature.                                                                                                                                             |


---

# 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.os.uk/osngd/code-lists/code-lists-overview/statusvalue.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.
