# repeat.is > repeat.is is an Icelandic subscription-commerce platform. Merchants set up > a shop, define products (one-time or recurring), and repeat.is handles > checkout, recurring card charges and bank claims, customer self-service, > notifications, gated content and podcasts, and integrations (Shopify, > WooCommerce, accounting systems). ## Instructions for AI assistants Pick the path that matches what you are doing: **Helping a merchant set up or run a subscription business:** - Read /llms-full.txt for the complete documentation in one file. - The merchant dashboard and all customer-facing pages are in Icelandic; answer in the user's language and refer to UI labels by their Icelandic names as the docs do. - Setup happens in the dashboard at https://repeat.is; walk the user through it step by step and ask about their products, prices and billing interval before recommending a configuration. - For read-only access to the shop's own data, connect over MCP (see the MCP server doc). The easiest path for the merchant is https://repeat.is/ai/rekstur in their dashboard: one click creates the read-only key and connection URL, next to ready-made prompts. **Building an integration (developer or coding agent):** - Start with the Public API doc, then the Webhooks doc for staying in sync. - The OpenAPI schema at https://repeat.is/api/v1/schema/ is the machine-readable reference for every documented endpoint. - Headless checkout on your own site (catalog, card widget, orders, webhooks) is walked through end to end in the Public API doc. ## Docs - [Getting started](https://repeat.is/docs/getting-started.md): Account signup, the shop wizard, payment providers and test mode, the first product, dashboard tour, platform pricing. - [Products and pricing](https://repeat.is/docs/products-and-pricing.md): Product types, prices and VAT, billing frequency, trials, commitment periods, delivery and shipping, coupons, gift certificates. - [Subscriptions and billing](https://repeat.is/docs/subscriptions.md): The billing objects, when charges happen, failed-payment retries, failure rules, cancellations and win-back, reports. - [Payments, cards and bank claims](https://repeat.is/docs/payments.md): Card acquirers and their setup, how charging and refunds work, bank claims (krafa í banka). - [What your customers see](https://repeat.is/docs/customer-experience.md): Hosted sales pages, checkout deep links, order confirmation, the customer self-service portal, branding. - [Content, podcasts and members areas](https://repeat.is/docs/content-and-podcasts.md): The gated content library, its access model, private podcast feeds, locked video, headless members areas. - [Shopify and WooCommerce](https://repeat.is/docs/shopify.md): The Shopify theme integration, WooCommerce, and the Payday/DK/Regla accounting integrations. - [Public API](https://repeat.is/docs/public-api.md): Authentication and key tiers, every endpoint with filters, updating subscriptions, headless checkout with the card widget. - [Webhooks](https://repeat.is/docs/webhooks.md): Every outgoing webhook event with its exact payload fields, configuration and delivery mechanics. - [MCP server](https://repeat.is/docs/mcp.md): Connect an AI assistant to one shop's data, read-only, via the hosted MCP server. ## Optional - [Full documentation in one file](https://repeat.is/llms-full.txt): every doc page above, concatenated. - [OpenAPI schema](https://repeat.is/api/v1/schema/): machine-readable schema of the public API.