LLMs.txt AI-generation

Helps AI assistants discover and recommend your products
Last update: 29.06.2026
LLMs.txt AI-generation
$55.00

ip5_seo_llms_ai-1.png

Fig. 1 — General view of the IP5 Agency — AI llms.txt Generator module in the CS-Cart admin panel.

IP5 Agency — AI llms.txt Generator: add-on for CS-Cart and MultiVendor

The add-on is available in 2 languages: Russian and English.

Customers increasingly ask AI assistants instead of traditional search engines. To appear in an AI-generated answer, an online store needs to be understandable to machines: what it sells, how its content is structured, and where important information can be found. The add-on generates three machine-readable formats for your store — llms.txt, llms-full.txt, and page-level Markdown — and helps keep them up to date. Unlike template-based generators, the main file is written by a real language model such as Claude or another provider compatible with the Anthropic Messages API, including OpenRouter. This allows the result to remain coherent and readable instead of becoming a mechanical export of database fields.

How the add-on works

The add-on is based on three main components:

  • llms.txt — a concise AI-generated description of the store, including what it sells, key categories, featured products, contact information, and recommendations for language models on how to use the file.
  • llms-full.txt — a complete structured export of the catalog, including categories, products, pages, and blog posts. It is generated directly from the database without calling an AI model, making the process fast and free.
  • Page-level Markdown — any product, category, or CMS page can be accessed in clean Markdown format by adding .md to its regular URL, for example example.com/product-name.md. The content is generated on request, so nothing needs to be prepared in advance.

Each AI generation first creates a draft. The draft is not available through the public URL until an administrator reviews it in the admin panel and clicks Publish. This prevents an unsuccessful or low-quality AI response from immediately replacing the live file.

Compliance with the llms.txt standard

The llms.txt format the module generates isn't arbitrary — it follows the official specification from llmstxt.org line by line: a first-level heading, a short description as a blockquote, second-level topic sections with markdown hyperlink lists, and a dedicated Optional section for secondary material — exactly as described in the spec. Every link to a category, product, page, or blog post is a real markdown hyperlink [Name](url), not just plain text next to a URL — that's an explicit requirement of the standard, and we verified it against the reference example line by line.

The module also follows the guidance in CS-Cart's own documentation on Optimizing your site with LLM: the short llms.txt stays navigational (an optimal link count of 20–50, not the full catalog), while the entire product and category listing with descriptions moves into the separate llms-full.txt file — exactly the split the platform itself recommends.

1. Installation and initial setup

Go to Add-onsManage Add-onsInstall add-on, upload the add-on archive, and activate it. After installation, the add-on will be available under MarketingIP5 Agency — AI llms.txt Generator.

Open the add-on's Settings tab and enter the API key and endpoint before starting AI generation. Without an API key, manual editing and the non-AI llms-full.txt file remain available.

ip5_seo_llms_ai-2-1.png

Fig. 2 — Upper section of the add-on settings on the Settings tab.

ip5_seo_llms_ai-2-2.png

Fig. 3 — Continuation of the add-on settings list.

ip5_seo_llms_ai-2-3.png

Fig. 4 — Lower section of the add-on settings list.

2. General settings reference

The table below describes the settings available on the add-on's Settings tab.

Setting Description
API key The key used to access the language model API. It works with Anthropic or any provider compatible with the Anthropic Messages API, including OpenRouter or a custom proxy.
API base URL The endpoint where the add-on sends generation requests. By default, the Anthropic endpoint is used, but a compatible proxy can also be specified.
AI model The exact model name as specified by the selected provider.
Timeout The amount of time the add-on waits for an API response before considering the request unsuccessful.
CRON key A secret key used for the external generation endpoint so that only requests containing the key can start generation.
Include categories / products / pages / blog posts Four independent options that determine which content types are included in the generated data.
Product / category / page / blog post limit The maximum number of objects of each type included when automatic selection is used.
Exclude out-of-stock products and products without a price Filters products that have no price or are not available.
Generate llms-full.txt Enables the second file, which contains a complete export without calling an AI model.
Store description Free-form text used by the AI as the basis for the introductory section instead of generating that information independently.
External links Additional URLs, such as PDFs, social media pages, or landing pages, added to both files one link per line.
Manual selection Switches from quantity limits to an exact list of objects selected manually.
Markdown version of the page Enables the /page-name.md route for individual pages.
Scheduled auto-update and time Automatically regenerates and publishes the file once per day at the specified time without requiring access to the server cron.
Maximum tokens The maximum allowed length of the AI-generated response.

3. Content generation and publication

Open the add-on management page under Marketing → IP5 Agency — AI llms.txt Generator. The page provides the main tools for generating, reviewing, and publishing the files.

ip5_seo_llms_ai-3.png

Fig. 5 — Add-on management page with the main controls.

ip5_seo_llms_ai-4.png

Fig. 6 — File status and generation information on the management page.

Click Estimate volume to see how many categories, products, pages, and blog posts will be included in the generated file, as well as the approximate number of input tokens before using the API budget.

ip5_seo_llms_ai-10.png

Fig. 7 — Initial state of the management page before generating and publishing new content.

Click Generate llms.txt with AI. This creates a new draft while leaving the currently published file unchanged.

ip5_seo_llms_ai-11.png

Fig. 8 — Management page while llms.txt is being generated.

After generation is complete, a draft containing the new text becomes available for review before publication.

ip5_seo_llms_ai-5.png

Fig. 9 — Generated llms.txt draft before publication.

After reviewing the draft, it can be published. Publication updates the public llms.txt URL.

ip5_seo_llms_ai-12.png

Fig. 10 — Management page after content generation and publication.

4. Manual content selection

Enable Manual selection in the settings to switch from quantity limits to selecting specific objects. On the management page, you can choose the categories, products, pages, and blog posts that should be included in the generated files.

ip5_seo_llms_ai-8.png

Fig. 11 — Manual selection of categories, products, pages, and blog posts for inclusion in the generated file.

5. Manual editing

Both files can also be edited directly as regular text and saved manually. Changes made this way are published immediately without going through the draft stage.

ip5_seo_llms_ai-9.png

Fig. 12 — Manual editing of llms.txt and llms-full.txt content.

6. Page-level Markdown

When the corresponding setting is enabled, any product, category, or CMS page is also available in clean Markdown format by adding .md to its regular URL — for example, example.com/product-name.md. The Markdown content is generated on request in real time without additional actions in the admin panel.

ip5_seo_llms_ai-7.png

Fig. 13 — Example of a product page opened in Markdown format.

7. Scheduling

There are two ways to keep the generated files up to date without manual actions:

  • Built-in soft scheduler — enable it in the settings and specify the required time in HH:MM format. The add-on regenerates and publishes the file when the next storefront request occurs after the specified time, no more than once per day. Server cron access is not required.
  • External cron — if a CRON key is configured, an external request can be used to start generation according to a schedule through a system scheduler.

8. Generation log

Every generation attempt, whether successful or unsuccessful, is recorded with a timestamp, status, token usage, and an error message when applicable. The log can be used to monitor generation history and identify problems when communicating with the API.

ip5_seo_llms_ai-6.png

Fig. 14 — Generation log with information about completed attempts, statuses, and token usage.

Payment type
One-time payment
Product
  • Store Builder Plus
  • Multi-Vendor
  • Multi-Vendor Ultimate
Compatible versions
  • 4.20.1
  • 4.19.1.SP2
  • 4.19.1.SP1
  • 4.19.1
  • 4.18.4
  • 4.18.3
  • 4.18.2.SP1
  • 4.18.2
  • 4.18.1.SP1
  • 4.18.1
  • 4.17.2.SP3
  • 4.17.2.SP2
  • 4.17.2.SP1
  • 4.17.2
  • 4.17.1
  • 4.16.2
  • 4.16.1
  • 4.15.2
  • 4.15.1.SP4
  • 4.15.1.SP3
  • 4.15.1.SP2
  • 4.15.1.SP1
  • 4.15.1
  • 4.14.3.SP1
  • 4.14.3
  • 4.14.2.SP1
  • 4.14.2
  • 4.14.1.SP1
  • 4.14.1
  • 4.13.3
  • 4.13.2.SP2
  • 4.13.2.SP1
  • 4.13.2
  • 4.13.1
  • 4.12.2
  • 4.12.1
Localizations
  • English
  • Русский

No reviews found

We have been working with CS-Cart since 2014 When you work with a single platform every day

Contact information

Phone +79782855558

We have been working with CS-Cart since 2014

When you work with a single platform every day for many years, you gain an understanding of not only its capabilities but also its limitations. That is why we can evaluate most tasks before development begins and recommend the best technical solution from the start.

Since 2014, we have been building online stores, marketplaces, and corporate eCommerce solutions with CS-Cart. Our team includes certified CS-Cart specialists, and our expertise is officially recognized by CS-Cart certification. We develop solutions all the way down to the CS-Cart core, allowing us to go far beyond standard customizations and implement truly complex functionality.

Our developers have contributed to projects such as CDEK.Market, Big.ru, and other large-scale eCommerce platforms. This experience enables us to make the right technical decisions quickly and avoid the mistakes that often appear only after years of practical development.

We value our clients' time. That is why we avoid unnecessary delays, honor our commitments, respond constructively to feedback, and always focus on delivering solutions that create real business value rather than simply completing another task.

In addition to CS-Cart development and custom module creation, we provide ongoing support and maintenance for your online store.

We stand behind our work and ensure your project operates reliably. Our goal is to build long-term partnerships based on trust and mutual success.

Website development and support: comprehensive business solutions


Turnkey website and online store development, pricing | IP5


Order website promotion, turnkey SEO optimization, pricing | IP5


Website and online store analytics, data analysis pricing | IP5


Website and online store support services | IP5


Similar products

Live search and Search history
5.0 (86)
$120.00
Fast and convenient smart search. Search history. Flexible search settings.
Fast and smart search with AI (GPT)
4.5 (4)
$52.50
$91.00
Save 42%
The add-on adds fast AJAX search for products, categories, and brands. It supports search by name, code, features, description, brands, vendor article, and AI keywords. Fast results are powered by a search cache that can be rebuilt from the admin panel.
AI (GPT) assistant for working with products and categories
4.3 (4)
$35.00
The Add-on automatically generates category and product descriptions, SEO titles and meta descriptions, simplifying the creation of content for online stores.
AI Translator (GPT)
5.0 (1)
$52.50
$60.67
Save 13%
The module translates product data into other languages using Yandex Translate and ChatGPT
AI Creator – Product Content Generator
5.0 (1)
$99.00
$129.00
Save 23%
AI Creator helps you generate high-quality product content for your CS-Cart store using AI. Create product descriptions, titles, and SEO text in seconds, with optional multilingual and translation support.
Chatbot for CS-Cart
1.0 (1)
$49.00
CS-Cart Chatbot add-on allows businesses to do automated communication with their customers. Chatbot can send and receive messages from the users.