> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/components/readme.md).

# Components Overview

Pre-built UI components for building subscription commerce experiences.

## Overview

Limio Commerce Components provide ready-to-use, configurable UI elements for building your subscription commerce shop, checkout, and self-service experiences. These components are designed to work seamlessly together and can be customized to match your brand.

## What's Covered

* **Standard Components** - Core commerce components
* **Cart Components** - Shopping cart and basket functionality
* **Modular Checkout Components** - Flexible checkout building blocks
* **Self-Service Components** - Customer account management components
* **Partner Portal Components** - Partner-specific commerce components
* **AI Components** - The conversational agent as a chat widget or inline panel
* **Legacy Configuration Components** - Older component configurations

## Component Categories

### Standard Components

Essential components for commerce experiences:

* Product display and selection
* Offer cards and comparison
* Campaign banners
* Call-to-action elements
* Form inputs and validation

### Cart & Checkout

Build seamless purchase flows:

* Shopping cart with item management
* Multi-step checkout components
* Payment method selection
* Address collection and validation
* Order summary and confirmation

### Self-Service

Enable subscription management:

* Account dashboard
* Subscription overview and details
* Payment method management
* Billing history
* Cancellation and retention components

### Modular Checkout

Flexible checkout building blocks:

* Customizable checkout steps
* Payment form components
* Address components
* Delivery options
* Order review and confirmation

## Component Features

* **Configurable** - Adjust behavior and appearance through configuration
* **Branded** - Customize styling to match your brand
* **Responsive** - Mobile-first design that works on all devices
* **Accessible** - All Limio components are built with accessibility in mind. Non-legacy components are developed in line with the European Accessibility Act (EEA) standards, helping you meet WCAG-aligned requirements for customers in the EU.
* **Integrated** - Work seamlessly with Limio SDK and APIs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.limio.com/components/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
