--- title: Lesson 1 - Create package and query modules hide_title: true ---

Lesson 1 - Create package and query modules

A package is a collection of JS and query modules that can be versioned and distributed across instances. Inside packages, you can create multiple queries and JS modules, allowing you to bundle and organize your application logic efficiently. By the end of this tutorial, you will learn how to: * Create a package. * Create and reuse query modules. * Create and reuse JS modules.