# LANGUAGE-SPECIFIC DOCS

- [Python](https://time-series-features.gitbook.io/catch22/language-specific-docs/python.md): A detailed usage guide for installing and using catch22 in Python.
- [MATLAB](https://time-series-features.gitbook.io/catch22/language-specific-docs/matlab.md): A detailed usage guide for installing and using catch22 in MATLAB.
- [R](https://time-series-features.gitbook.io/catch22/language-specific-docs/r.md): A detailed usage guide for installing and using catch22 in R (Rcatch22).
- [Julia](https://time-series-features.gitbook.io/catch22/language-specific-docs/julia.md): A detailed usage guide for installing and using catch22 in Julia (Catch22.jl).
- [C-compiled](https://time-series-features.gitbook.io/catch22/language-specific-docs/c-compiled.md): A detailed usage guide for using compiled catch22 executables.


---

# 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://time-series-features.gitbook.io/catch22/language-specific-docs.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.
