# Databricks Notebooks using Scala with Spark

- [10. Exercise - Get the monthly revenue for each Customer using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/10.-exercise-get-the-monthly-revenue-for-each-customer-using-scala.md)
- [9. Save Output to CSV Files using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/9.-save-output-to-csv-files-using-scala.md)
- [8. Get Daily Product Revenue Sorted using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/8.-get-daily-product-revenue-sorted-using-scala.md)
- [7. Get Daily Product Revenue using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/7.-get-daily-product-revenue-using-scala.md)
- [6. Join & select data using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/6.-join-and-select-data-using-scala.md)
- [5. Get complete or closed orders using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/5.-get-complete-or-closed-orders-using-scala.md)
- [4. Visualize Data using Display in Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/4.-visualize-data-using-display-in-scala.md)
- [3. Read order-items & products into DataFrames using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/3.-read-order-items-and-products-into-dataframes-using-scala.md)
- [2. Create Notebook & read orders using Scala](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/2.-create-notebook-and-read-orders-using-scala.md)
- [1. Define Problem Statement](https://architectures.gitbook.io/project/databricks-essentials-for-spark-developers-azure-and-aws/databricks-notebooks-using-scala-with-spark/1.-define-problem-statement.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-notebooks-using-scala-with-spark.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.
