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

# Check Snippet Integration

> How to verify if the DialogShift chat widget is correctly integrated

Is the chat not showing on your website? Follow this guide for verification.

## Open Browser Developer Tools

<Tabs>
  <Tab title="Windows">
    Key combination: `Ctrl + Shift + i`
  </Tab>

  <Tab title="Mac">
    Key combination: `Command + Option + i`
  </Tab>
</Tabs>

## Verify Integration

<Steps>
  <Step title="Open website">
    Open the hotel website in Chrome or Safari
  </Step>

  <Step title="Open developer tools">
    Use the key combination mentioned above
  </Step>

  <Step title="Select Sources tab">
    Click on the "Sources" tab
  </Step>

  <Step title="Search for DialogShift">
    Check if a "Dialogshift" entry is present
  </Step>
</Steps>

## Interpret Result

<CardGroup cols={2}>
  <Card title="✅ Snippet integrated" icon="check-circle" color="#22c55e">
    "Dialogshift" entry is visible - snippet is correctly integrated
  </Card>

  <Card title="❌ Snippet missing" icon="xmark-circle" color="#ef4444">
    No "Dialogshift" entry - contact your website administrator
  </Card>
</CardGroup>

<Tip>
  The verification works best with Chrome or Safari browsers.
</Tip>
