# MANAGING ML WORKFLOWS

- [ML Workflow](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/ml-workflow.md)
- [Configuring Data Sources](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/configuring-data-sources.md)
- [Configuring Data Sinks](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/configuring-data-sinks.md)
- [Creating Training Datasets](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/creating-training-datasets.md)
- [Performing ML Data Analysis](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/performing-ml-data-analysis.md)
- [Training an ML Model](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/training-an-ml-model.md)
- [Adding Real-Time Data Sources](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/adding-real-time-data-sources.md)
- [Serving an ML Model](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/serving-an-ml-model.md)
- [Training and Serving Custom ML Models](https://aizen-corp.gitbook.io/docs/managing-ml-workflows/training-and-serving-custom-ml-models.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://aizen-corp.gitbook.io/docs/managing-ml-workflows.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.
