# How-To Guides

- [Serving a BMI Model](https://serving.konduit.ai/how-to-guides/serving-a-bmi-model.md): Custom model in Konduit-Serving with HTML content
- [With HTML Content](https://serving.konduit.ai/how-to-guides/serving-a-bmi-model/with-html-content.md): Visualizing the deployment with HTML
- [Performing Object Detection](https://serving.konduit.ai/how-to-guides/performing-object-detection.md)
- [RPA Use-Case](https://serving.konduit.ai/how-to-guides/rpa-use-case.md)
- [Showing Metrics](https://serving.konduit.ai/how-to-guides/showing-metrics.md)
- [Prometheus](https://serving.konduit.ai/how-to-guides/showing-metrics/prometheus.md)
- [Grafana](https://serving.konduit.ai/how-to-guides/showing-metrics/grafana.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/how-to-guides.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.
