# NannyML Cloud SDK

- [Getting Started](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/getting-started.md): Interact programatically with nannyML cloud throughout its SDK
- [Example](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example.md)
- [Authentication & loading data](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/authentication-and-loading-data.md)
- [Setting up the model schema](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/setting-up-the-model-schema.md)
- [Creating the monitoring model](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/creating-the-monitoring-model.md)
- [Customizing the monitoring model settings](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/customizing-the-monitoring-model-settings.md)
- [Setting up continuous monitoring](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/setting-up-continuous-monitoring.md)
- [Add delayed ground truth (optional)](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/example/add-delayed-ground-truth-optional.md)
- [API Reference](https://docs.nannyml.com/cloud/nannyml-cloud-sdk/api-reference.md): API Reference of NannyML Cloud SDK


---

# 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://docs.nannyml.com/cloud/nannyml-cloud-sdk.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.
