# How to know which system/entity/version are supported ?

### Description

There can be multiple queries as below:

1. How do I know whether a system will be supported or not?

{% if "OM4ADO" === visitor.claims.unsigned.product %}
2\) If I have one system configured already and I want to upgrade that system to a newer version; how would I know whether the newer version of that system is still supported or not?
{% endif %}

{% if "OM4ADO" !== visitor.claims.unsigned.product && "OAM" !== visitor.claims.unsigned.product %}
2\. If I have one system integrated already and I want to upgrade that system to a newer version; how would I know whether the newer version of that system is still supported or not?
{% endif %}

3. How would I know whether a specific entity type of the system is supported or not?

### Solution

{% if "OM4ADO" === visitor.claims.unsigned.product %}
To know which systems, versions, and entity types are supported by <code class="expression">space.vars.OM4ADO</code>, refer to the [Supported Versions and Entities List](broken://pages/1hxYmQFMJ2GPUY7dmvUH) documentation.
{% endif %}

{% if "OM4ADO" !== visitor.claims.unsigned.product && "OAM" !== visitor.claims.unsigned.product %}
To know which systems, versions, and entity types are supported by <code class="expression">space.vars.OIM</code>, refer to the [Systems Supported List](/v7.225/systems-supported-oim.md) documentation.
{% endif %}


---

# 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.opshub.com/v7.225/help-center-index/faqs/general-faqs/supported-system-entity-version.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.
