> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/agent-guide/sbe-x-agent-compatibility-matrix.md).

# Compatibility with SBE versions

{% hint style="warning" %}
This page is not maintained anymore. The compability of the Agent and SBE versions is available in Symphony Docs.
{% endhint %}

The **last four LTS Agent releases are always supported**. For more information on the Agent release cycle, please refer to[ Agent change log](/admin-guide/change-log/api-agent.md).

In the following table, we are showing the versions of the Agent compatible with the last three SBE versions.

To download the latest version of the Agent, refer to [Agent Download](/admin-guide/agent-guide/agent-download.md).

| SBE product version                                                        | Agent version                                                        |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| 25.1.x                                                                     | <p>24.12.x (LTS)<br>24.9.x (LTS)<br>24.6.x (LTS)<br>24.3.x (LTS)</p> |
| <p>24.6.x<br><em>This version supports the legacy AWS deployment.</em></p> | <p>24.12.x (LTS)<br>24.9.x (LTS)<br>24.6.x (LTS)<br>24.3.x (LTS)</p> |
| 24.2.x                                                                     | <p>24.12.x (LTS)<br>24.9.x (LTS)<br>24.6.x (LTS)<br>24.3.x (LTS)</p> |
| <p>24.1.x<br><em>This version supports the legacy AWS deployment.</em></p> | <p>24.12.x (LTS)<br>24.9.x (LTS)<br>24.6.x (LTS)<br>24.3.x (LTS)</p> |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.developers.symphony.com/admin-guide/agent-guide/sbe-x-agent-compatibility-matrix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
