> For the complete documentation index, see [llms.txt](https://docs.zenml.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenml.io/kitaru/guides.md).

# Guides

- [Configuration](https://docs.zenml.io/kitaru/guides/configuration.md): Kitaru config directory, execution defaults, environment variables, and precedence
- [Authentication](https://docs.zenml.io/kitaru/guides/authentication.md): Service accounts, API keys, and short-lived bearer tokens for Kitaru servers
- [Deploy and Invoke Flows](https://docs.zenml.io/kitaru/guides/deployments.md): A practical producer-consumer guide to deploying Kitaru flows, moving tags, and invoking stable or canary routes
- [Containerization](https://docs.zenml.io/kitaru/guides/containerization.md): How Kitaru builds and configures container images for remote execution
- [Execution Management](https://docs.zenml.io/kitaru/guides/execution-management.md): Inspect execution status, fetch runtime logs, resolve waits, and manage lifecycle actions
- [View Execution Runtime Logs](https://docs.zenml.io/kitaru/guides/execution-logs.md): Retrieve execution and checkpoint runtime logs from the SDK, CLI, and MCP
- [Checkpoint Live Events](https://docs.zenml.io/kitaru/guides/checkpoint-streaming.md): Publish and watch best-effort live progress and custom events from running checkpoints
- [Replay and Overrides](https://docs.zenml.io/kitaru/guides/replay-and-overrides.md): Replay executions from checkpoints with flow and checkpoint overrides
- [Wait, Input, and Resume](https://docs.zenml.io/kitaru/guides/wait-and-resume.md): Suspend a flow for external input and continue the same execution
- [Artifacts](https://docs.zenml.io/kitaru/guides/artifacts.md): Persist named values in checkpoints and reuse them across executions
- [Error Handling](https://docs.zenml.io/kitaru/guides/error-handling.md): Understand Kitaru exception types and failure journaling
- [Tracked LLM Calls](https://docs.zenml.io/kitaru/guides/llm-calls.md): Use kitaru.llm() with model aliases, transported runtime config, and optional secret-backed credentials
- [Secrets and Model Registration](https://docs.zenml.io/kitaru/guides/secrets-and-model-registration.md): Store provider credentials, register a model alias, and use kitaru.llm() inside a flow
- [Secrets](https://docs.zenml.io/kitaru/guides/secrets.md): Create, inspect, list, and delete centralized secrets from the Kitaru CLI and Python SDK
- [Choose an Adapter](https://docs.zenml.io/kitaru/guides/choose-an-adapter.md): Pick the Kitaru integration path for your existing agent harness


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zenml.io/kitaru/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.
