# 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 "OpsHub Migrator for Microsoft Azure DevOps" === space.vars.SITENAME %}
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 "OpsHub Integration Manager" === space.vars.SITENAME %}
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

To know which systems, versions, and entity types are supported by <code class="expression">space.vars.SITENAME</code>, refer to the [Systems Supported List](/opstech-docs/7.223/systems-supported.md) documentation.


---

# 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://opstech.gitbook.io/opstech-docs/7.223/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.
