# iterateTo > Keep product intent and user evidence available to builders and their agents. iterateTo ships Product Context, a feedback widget and inbox, REST, and a governed MCP connection. Every docs page is also available as raw Markdown by appending `.md` to its URL. New to iterateTo? Start with Install, or point your coding agent at the install skill below. ## Docs - [Documentation](https://iterateto.com/docs/index.md): Install the iterateTo feedback widget, keep captures private, and work the queue over REST or MCP — by hand or with an AI agent. - [Install the widget](https://iterateto.com/docs/install.md): Add the feedback launcher to any page — a script tag, the React component, or `npx iterateto init`. - [Install with AI](https://iterateto.com/docs/install-with-ai.md): Point your AI coding agent at iterateTo's Agent Skill and let it install and configure the widget for you. - [Widget configuration](https://iterateto.com/docs/widget.md): Position, accent, screenshots, privacy-policy link, and stable element targeting — from project settings or per-page attributes. - [Privacy & masking](https://iterateto.com/docs/privacy.md): Screenshots are captured and scrubbed entirely client-side before anything is sent. - [REST API](https://iterateto.com/docs/rest-api.md): Read and work the feedback queue over HTTPS — bearer-authenticated with an itr_ API key, scoped to your organization. - [MCP server](https://iterateto.com/docs/mcp.md): Give ChatGPT, Codex, Claude Code, Cursor, VS Code, and other MCP clients governed access to Product Context and feedback. - [Recipes](https://iterateto.com/docs/recipes.md): Copy-paste agent workflows for the feedback → context → iteration loop. ## Install with AI - [Agent Skill (SKILL.md)](https://iterateto.com/skill.md): Hosted install skill an AI coding agent follows to install and configure the widget across any framework. - [Product Context connection skill](https://iterateto.com/mcp-skill.md): Hosted skill for securely connecting and verifying ChatGPT, Codex, Claude Code, Cursor, and VS Code. - [Install with AI guide](https://iterateto.com/docs/install-with-ai.md): The skill URL, `npx skills add`, and `npx iterateto init` one-liner. - CLI: `npx iterateto init --key pk_... --yes` · `iterateto info --json` · `iterateto mcp init --client claude|codex|cursor|vscode` ## API - [REST API reference](https://iterateto.com/docs/rest-api.md): REST v1 under https://iterateto.com/api/v1; bearer auth with an `itr_` API key. - [MCP server](https://iterateto.com/docs/mcp.md): Streamable-HTTP MCP at https://iterateto.com/api/mcp; scoped Product Context and feedback tools; OAuth or an environment-backed `itr_` personal token. - [Recipes](https://iterateto.com/docs/recipes.md): Copy-paste agent workflows (nightly triage, feedback → GitHub issue, close the loop). ## Optional - [Full docs, single file](https://iterateto.com/llms-full.txt): Every docs page concatenated as one Markdown document.