# Import from JSON

## Coming soon

{% hint style="warning" %}
This guide is a work in progress.
{% endhint %}

We're actively working on improving our documentation. This doc will be available very soon. Please check back in a day or two for more details.

```
VERSION=0.3.0
wget https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-$VERSION/apache-pinot-incubating-$VERSION-bin.tar.gz
tar vxf apache-pinot-incubating-*-bin.tar.gz
cd apache-pinot-incubating-*-bin
bin/quick-start-batch.sh
```

{% hint style="info" %}
While you're waiting, please take a look at our section on [plugin architecture](https://docs.pinot.apache.org/release-0.4.0/plugins/plugin-architecture).
{% endhint %}


---

# 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.4.0/basics/data-import/pinot-input-formats/import-from-json.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.
