# CLI

- [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/cli.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.
