# Java

In this example, you'll create a configuration and deploy a server via Konduit-Serving. These basic can be used to replicate on other platforms with the same process to demonstrate in advance of Konduit-Serving. Let's look at the examples!

{% hint style="info" %}
You can get the `java` examples by cloning from the repository:&#x20;

`$ git clone`[`https://github.com/KonduitAI/konduit-serving-examples`](https://github.com/KonduitAI/konduit-serving-examples.git)&#x20;

If using the IntelliJ IDEA IDE, open the java folder as a Maven project and run the main function of example class.
{% endhint %}

Here are the articles in this section:

{% content-ref url="/pages/-MVp4qkhd3GoGCaQ6OUp" %}
[Server](/examples/java/server.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUvtHi9BctRIFlferCR" %}
[Pipeline Steps](/examples/java/server/pipeline-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUvtJhsmA8uPTXlGt4W" %}
[Sequence Pipeline](/examples/java/server/sequence-pipeline.md)
{% 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://serving.konduit.ai/examples/java.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.
