> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/readme.md).

# Introduction

Breeze uses JavaScript for scripting. If you aren't familiar with JavaScript, it's suggested that you find a tutorial to teach you the basics.

Create a new script by creating a file ending in `.js` in the `breeze/1.8.9/scripting` directory.

{% hint style="success" %}
We highly recommend you get our [VSCode Extension](/vscode_extension.md) extension, it makes scripting with breeze a breeze.
{% endhint %}

Next we recommend you look at [Getting Started](/getting_started.md) or some of the [Examples](/examples/pingspoof.md).
