> For the complete documentation index, see [llms.txt](https://docs.opshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opshub.com/v7.226/help-center-index/faqs/general-faqs/supported-system-entity-version.md).

# 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/QsMWIrg2akk8DiwcCjzv) 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.226/systems-supported-oim.md) documentation.
{% endif %}


---

# 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:

```
GET https://docs.opshub.com/v7.226/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.
