# Client Libraries

OpenCGA implements four client libraries:

* [Java](/develop-2/manual/using-opencga/client-libraries/java.md)
* [Python](/develop-2/manual/using-opencga/client-libraries/python.md)
* [R](/develop-2/manual/using-opencga/client-libraries/r.md)
* [JavaScript](/develop-2/manual/using-opencga/client-libraries/javascript.md)

The source code of all these client libraries is autogenerated by OpenCGA, this ensures all the four clients are functionally equivalent and 100% of REST API.


---

# 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.opencga.opencb.org/develop-2/manual/using-opencga/client-libraries.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.
