> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plandalf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HTML Script Tag

> Script tag installation

We provide an HTML `<script>` tag option for easily integrating Plandalf into any website.

This option is quick and straightforward to use and does not require coding knowledge to implement.

```html theme={null}
<script src="https://js.plandalf.dev/v1.js"></script>
<script>window.plandalf = Plandalf('<AGENT_JWT>');</script>
```
