# Examples

- [Java](https://serving.konduit.ai/examples/java.md): Example of Konduit-Serving with Java SDK
- [Server](https://serving.konduit.ai/examples/java/server.md): Simple example to deploy a server with Konduit-Serving
- [Pipeline Steps](https://serving.konduit.ai/examples/java/server/pipeline-steps.md)
- [Image To NDArray Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/image-to-ndarray-step.md): As pre-processing step
- [Python Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/python-step.md)
- [DL4J Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/dl4j-step.md): Example of applying DL4J Step
- [Keras Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/keras-step.md): Example of applying Keras Step
- [ONNX Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/onnx-step.md): Example of applying ONNX Step
- [Tensorflow Step](https://serving.konduit.ai/examples/java/server/pipeline-steps/tensorflow-step.md): Example of applying Tensorflow Step
- [Sequence Pipeline](https://serving.konduit.ai/examples/java/server/sequence-pipeline.md): Example of sequence pipeline
- [Graph Pipeline](https://serving.konduit.ai/examples/java/server/graph-pipeline.md)
- [Client](https://serving.konduit.ai/examples/java/client.md)
- [Running Predictions](https://serving.konduit.ai/examples/java/client/running-predictions.md)
- [Inspecting a Server](https://serving.konduit.ai/examples/java/client/inspecting-a-server.md)
- [Python](https://serving.konduit.ai/examples/python.md)
- [Server](https://serving.konduit.ai/examples/python/server.md)
- [Pipeline Steps](https://serving.konduit.ai/examples/python/server/pipeline-steps.md)
- [Image To NDArray Step](https://serving.konduit.ai/examples/python/server/pipeline-steps/image-to-ndarray-step.md)
- [Python Step](https://serving.konduit.ai/examples/python/server/pipeline-steps/python-step.md)
- [DL4J Step](https://serving.konduit.ai/examples/python/server/pipeline-steps/dl4j-step.md)
- [Sequence Pipeline](https://serving.konduit.ai/examples/python/server/sequence-pipeline.md)
- [Graph Pipeline](https://serving.konduit.ai/examples/python/server/graph-pipeline.md)
- [Client](https://serving.konduit.ai/examples/python/client.md)
- [Running Predictions](https://serving.konduit.ai/examples/python/client/running-predictions.md)
- [Inspecting a Server](https://serving.konduit.ai/examples/python/client/inspecting-a-server.md)
- [IPython Notebook](https://serving.konduit.ai/examples/ipython-notebook.md)
- [Basic](https://serving.konduit.ai/examples/ipython-notebook/server.md): Simple example to demonstrate Konduit-Serving
- [ONNX](https://serving.konduit.ai/examples/ipython-notebook/onnx.md): Running classifier through CUSTOM endpoints
- [Pytorch (IRIS)](https://serving.konduit.ai/examples/ipython-notebook/onnx/onnx-pytorch-iris.md): Running and IRIS dataset classifier through CUSTOM endpoints
- [Pytorch (MNIST)](https://serving.konduit.ai/examples/ipython-notebook/onnx/onnx-pytorch-mnist.md): Running and MNIST dataset classifier through CUSTOM image endpoints
- [Keras](https://serving.konduit.ai/examples/ipython-notebook/keras.md): Example of Keras framework with CUSTOM endpoints
- [Tensorflow](https://serving.konduit.ai/examples/ipython-notebook/tensorflow.md): Example of Tensorflow framework with CUSTOM endpoints
- [DL4J](https://serving.konduit.ai/examples/ipython-notebook/dl4j.md): Example of DL4J framework with CUSTOM endpoints
- [CLI](https://serving.konduit.ai/examples/cli.md)
- [Use-Cases](https://serving.konduit.ai/examples/cli/use-cases.md)
- [Creating a Sequence Pipeline](https://serving.konduit.ai/examples/cli/use-cases/creating-a-sequence-pipeline.md): To create boilerplate configurations
- [Creating a Graph Pipeline](https://serving.konduit.ai/examples/cli/use-cases/creating-a-graph-pipeline.md)
- [Create Server URL with Inspection Queries](https://serving.konduit.ai/examples/cli/use-cases/create-server-url-with-inspection-queries.md)
- [Adding Extra Classpaths](https://serving.konduit.ai/examples/cli/use-cases/adding-extra-classpaths.md)
- [Multiple Instances of a Server](https://serving.konduit.ai/examples/cli/use-cases/multiple-instances-of-a-server.md)
- [Commands](https://serving.konduit.ai/examples/cli/commands.md)
- [Serve Command](https://serving.konduit.ai/examples/cli/commands/serve-command.md): Examples of CLI with serve command
- [Logs Command](https://serving.konduit.ai/examples/cli/commands/logs-command.md): Examples of CLI with logs command
- [Inspect Command](https://serving.konduit.ai/examples/cli/commands/inspect-command.md): Examples of CLI with inspect command
- [Profile Command](https://serving.konduit.ai/examples/cli/commands/profile-command.md)


---

# 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.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.
