> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-kubernetes/5.11/workloads/cronjobs-and-jobs.md).

# Cronjobs And Jobs

To simplify working with Jobs and CronJobs both resources have been combined into a single dashboard.

View and interact with both CronJobs and Jobs in realtime. Navigate to Workloads -> CronJobs and Jobs and drill into a Job or CronJob by clicking on the Jobs name.

<figure><img src="/files/iAknAiXxdyJwHnYn5CKJ" alt=""><figcaption></figcaption></figure>

Job and CronJob detail dashboards shows Job status, Logs, Events and the resources YAML. Pods can be accessed directly from the Pods tab.

<figure><img src="/files/MZhrJyR7rpTfODROtAQV" alt=""><figcaption></figcaption></figure>


---

# 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.platform9.com/managed-kubernetes/5.11/workloads/cronjobs-and-jobs.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.
