# Databricks Jobs & Clusters

- [9. Exercise - Submit the application as job using interactive cluster](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/9.-exercise-submit-the-application-as-job-using-interactive-cluster.md)
- [8. Running Job using Job Cluster attached to Pool](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/8.-running-job-using-job-cluster-attached-to-pool.md)
- [7. Running Job using Interactive Cluster attached to Pool](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/7.-running-job-using-interactive-cluster-attached-to-pool.md)
- [6. Create Pool in Databricks](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/6.-create-pool-in-databricks.md)
- [5. Submitting Jobs using Job Cluster](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/5.-submitting-jobs-using-job-cluster.md)
- [4. Creating Jobs on Databricks using Notebook](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/4.-creating-jobs-on-databricks-using-notebook.md)
- [3. Request to increase CPU Quota on Azure](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/3.-request-to-increase-cpu-quota-on-azure.md)
- [2. Create Cluster on Azure Databricks](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/2.-create-cluster-on-azure-databricks.md)
- [1. Introduction to Jobs & Cluster](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters/1.-introduction-to-jobs-and-cluster.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://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-jobs-and-clusters.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.
