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

# Get started

> Create a web snippet and add it to your site.

<Steps>
  <Step title="Create a new snippet">
    Open the [Web Snippets dashboard](https://app.alttextlab.com/web-snippets) and click **New snippet**.
  </Step>

  <Step title="Enter your domain">
    Type your website's domain (e.g. `example.com`).
  </Step>

  <Step title="Configure defaults">
    Choose a writing style (e.g. `neutral`) and default language for generated alt text.
  </Step>

  <Step title="Copy the embed code">
    After creation, copy the `<script>` tag provided by the dashboard.
  </Step>

  <Step title="Add to your site">
    Paste the script before the closing `</head>` tag on every page. See [Installation](/web-snippet/installation) for full configuration options and Google Tag Manager deployment.
  </Step>
</Steps>

## What happens next

* On the **first page load**, the snippet scans for images without alt text and submits them for generation
* Generated alt text appears on **subsequent visits**, served from the CDN cache
* All processed images are logged in your dashboard

<CardGroup cols={2}>
  <Card title="Installation" icon="code" href="/web-snippet/installation">
    Embed the script and configure parameters.
  </Card>

  <Card title="Allowed sources" icon="shield-check" href="/web-snippet/allowed-sources">
    Control which image sources the snippet will process.
  </Card>
</CardGroup>
