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

# Initialize the SDK

> Initialize the SDK

## Initialize the SDK

<CodeGroup>
  ```javascript JavaScript theme={null}
  import { Vartiq } from 'vartiq';

  const vartiq = new Vartiq("YOUR_API_KEY");
  ```

  {/* ```php PHP
    use Vartiq\Vartiq;

    $vartiq = new Vartiq("YOUR_API_KEY");
    ``` */}
</CodeGroup>
