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

# AddInitScriptOptions

Input options for the 'addInitScript' mutation.

## Definition

```graphql theme={null}
input AddInitScriptOptions {
  content: String!
}
```

## Fields

### `content`

[String!](/reference/graphql/scalars/string)

The JavaScript content of the script to be added. This script will run on new documents.
Example: `"window.myGlobalVar = 'initialValue';"`
