# Install AnswerLattice with your AI coding agent

> Copy the AnswerLattice agent packet, install the v1 widget once, pass safe page context, and verify from the dashboard.

## Start here

- [AI agent install packet](https://answerlattice.com/install/ai-agent.md): Copyable prompt and acceptance criteria for coding agents installing AnswerLattice.
- [Manual widget install](https://answerlattice.com/install/manual.md): Human-readable install steps for teams that do not use an AI coding agent.
- [Next.js install](https://answerlattice.com/install/frameworks/nextjs.md): App Router and Pages Router guidance for installing the v1 widget once and updating route context.
- [React SPA install](https://answerlattice.com/install/frameworks/react.md): React SPA guidance for installing the v1 widget once and updating context on router changes.
- [Vue install](https://answerlattice.com/install/frameworks/vue.md): Vue and Nuxt guidance for installing the v1 widget and updating context on route changes.
- [Plain HTML install](https://answerlattice.com/install/frameworks/plain-html.md): Script-tag install for static or server-rendered products.
- [Shopify-style install](https://answerlattice.com/install/frameworks/shopify.md): Theme-level script injection guidance for Shopify-style storefronts.
- [Webflow install](https://answerlattice.com/install/frameworks/webflow.md): Custom-code footer install guidance for Webflow and similar hosted sites.
## Start with the agent packet

The product owner does not need to hand-write an integration. Save the widget key, allowed origins, and blocked routes in the AnswerLattice dashboard, then copy the dashboard packet into Codex, Claude Code, Cursor, Windsurf, or another coding agent.

- Save allowed origins and blocked routes in AnswerLattice first.
- Copy the AI install packet from the dashboard Install Center.
- Review the files changed and verification output.
- Use the AnswerLattice dashboard to confirm runtime status.

## Stable contract

AnswerLattice freezes the public v1 script URL, browser global, context methods, and safe context fields for the supported install path.

```
<script
  src="https://answerlattice.com/widget/v1/answerlattice-widget.js"
  data-answerlattice-key="{{ANSWERLATTICE_WIDGET_KEY}}"
  async
></script>
```

## Agent downloads

- https://answerlattice.com/agents/answerlattice/AGENTS.md
- https://answerlattice.com/agents/answerlattice/CLAUDE.md
- https://answerlattice.com/agents/answerlattice/cursor/RULE.md
- https://answerlattice.com/agents/answerlattice/cursor.mdc
- https://answerlattice.com/agents/answerlattice/windsurf.md
- https://answerlattice.com/agents/answerlattice/skill/SKILL.md
- https://answerlattice.com/agents/answerlattice/answerlattice-agent-kit.zip

## Public API note

The public API may be account-gated. For most clients, install the AnswerLattice widget first.