# External Clients

A lot of times the user wants to query data from an external application instead of using the inbuilt query explorer. Pinot provides external query client for this purpose.\
\
All of the clients have pretty standard interfaces so that the learning curve is minimum.

Currently Pinot provides the following clients

{% content-ref url="clients/jdbc" %}
[jdbc](https://docs.pinot.apache.org/release-0.12.1/users/clients/jdbc)
{% endcontent-ref %}

{% content-ref url="clients/java" %}
[java](https://docs.pinot.apache.org/release-0.12.1/users/clients/java)
{% endcontent-ref %}

{% content-ref url="clients/python" %}
[python](https://docs.pinot.apache.org/release-0.12.1/users/clients/python)
{% endcontent-ref %}

{% content-ref url="clients/golang" %}
[golang](https://docs.pinot.apache.org/release-0.12.1/users/clients/golang)
{% endcontent-ref %}


---

# 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.pinot.apache.org/release-0.12.1/users/clients.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.
