# Compatibility Matrix

This table summarizes the compatibility between the Fiddler Python client and the Fiddler application. You can find:

* **Corresponding Fiddler Platform(s)**: Exactly the same features / API objects in both python client and the Fiddler Platform version
* **Lower Fiddler Platform**: Python client has features or API objects that may not be present in the Fiddler Platform, either due to that python client has additional new methods, or that the server has removed old APIs. However, everything they have in common (i.e., most APIs) will work.
* **Higher Fiddler Platform**: The Fiddler Platform has features the python client can't use, either due to the server has additional new APIs, or that python client has removed old API. However, everything they share in common (i.e., most APIs) will work.

| Client version | Corresponding Fiddler Platform(s) ✅ | Lower Fiddler Platform  | Higher Fiddler Platform |
| -------------- | ----------------------------------- | ----------------------- | ----------------------- |
| 3.11           | 25.22, 26.1, 26.2, 26.3, 26.4       | Between 25.21 and 25.13 | 26.5 or above           |
| 3.10           | 25.13                               | Between 25.12 and 25.9  | 25.14 or above          |
| 3.9            | 25.9                                | Between 25.8 and 25.2   | 25.10 or above          |
| 3.8            | 25.2                                | Between 25.1 and 24.19  | 25.3 or above           |
| 3.7            | 24.18, 24.19, 25.0, 25.1            | Between 24.17 and 24.4  | 25.2 or above           |
| 3.6            | 24.17                               | Between 24.16 and 24.4  | 24.18 or above          |
| 3.5            | 24.16                               | Between 24.15 and 24.4  | 24.17 or above          |
| 3.4            | 24.13, 24.14, 24.15                 | Between 24.12 and 24.4  | 24.16 or above          |
| 3.3            | 24.10, 24.11, 24.12                 | Between 24.9 and 24.4   | 24.13 or above          |
| 3.2            | 24.8, 24.9                          | Between 24.7 and 24.4   | 24.10 or above          |
| 3.1            | 24.5, 24.6, 24.7                    | 24.4                    | 24.8 or above           |
| 3.0            | 24.4                                | Not compatible          | 24.5 or above           |


---

# 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.fiddler.ai/changelog/release-notes/python-sdk/compatibility-matrix.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.
