# How to resolve Infra entity should be classified

One of the most common compliance requirements is to have an inventory of all your infra-assets & to classify these assets based on the kind of information they hold.&#x20;

*\<This is usually mentioned as a part of the organization's Data-Classification policy>*

In Sprinto, all your infra-assets are listed under the **Infrastructure** section. As an organization undergoing compliance, you are required to classify these assets as Production / Not Production.

Based on the asset type & classification provided, Sprinto will check for additional compliance-related requirements such as encryption for storage assets & alarms for computing assets.

You can use **tags** to automatically classify assets on **AWS** and **Azure**, and **labels** to do the same on **GCP**.

Use these Key / Value pairs:\
\-------------------------------------

**Key**: sprinto **Value**: prod       *\<For Production assets>*

**Key**: sprinto **Value**: notprod  *\<For Not-Production assets>*

*Apart from the above Sprinto will also recognize whether an asset is prod or non-prod if the tag is set as env or environment.*

For eg: Key: env and Value: prod

For eg: Key: environment and Value: prod

Thank you for reading. You can write to <support@sprinto.com> for any additional queries.


---

# 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.sprinto.com/monitors/governance-and-compliance-monitors/how-to-resolve-infra-entity-should-be-classified.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.
