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

# Widget embed options — site-wide or page-specific placement

> Control where the Agenvik chat widget loads: site-wide for all visitors, or targeted to specific pages like pricing, help center, or landing pages.

Most teams install Agenvik as a floating web chat widget that is available across the website.

<Note>
  Agenvik does not provide a public API yet. Use the dashboard-provided widget snippet for supported installs.
</Note>

## What you will learn

* Common widget placement options
* How loading location affects visibility
* How to choose pages for launch

## Site-wide install

Install the widget in a global template when you want it available on every page.

<Frame>
  <img src="https://mintcdn.com/arokart/bVqC9z00iBm9fRgB/images/product-ss/install-widget-html.png?fit=max&auto=format&n=bVqC9z00iBm9fRgB&q=85&s=25a51a022fc3c6b0e37e00d6d92953c1" alt="Site-wide widget install placeholder" width="719" height="536" data-path="images/product-ss/install-widget-html.png" />
</Frame>

This is best for support, onboarding, pricing, and general product questions.

{/* Install the widget only on selected pages when the Agent is designed for a specific journey, such as a pricing page, help center, or campaign landing page. */}

{/*   <img src="/images/placeholders/selected-page-widget.png" alt="Selected page widget placeholder" /> */}

## Script placement

For most websites, placing the snippet near the closing `</body>` tag keeps the page content loading first. If your CMS only supports scripts in the site header, use that location and verify the widget still loads normally.

{/* If you use a tag manager, publish the Agenvik snippet as a custom HTML tag. Configure it to load on the pages where the Agent should appear. */}

{/*   <img src="/images/placeholders/tag-manager-widget.png" alt="Tag manager widget placeholder" /> */}

## Next steps

<CardGroup cols={2}>
  <Card title="Install the web widget" icon="code" href="/developer-guide/install-web-widget">
    Add the snippet to your website.
  </Card>

  <Card title="Configure before launch" icon="check-circle" href="/developer-guide/configure-before-launch">
    Confirm the Agent is ready for visitors.
  </Card>
</CardGroup>
