> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

## Resource: Introduction

## Article: Introduction

## Article Link: https://dev.wix.com/docs/api-reference/business-management/marketing/seo/txt-file-server/llms-txt/introduction.md

## Article Content:

# About the Llms Txt API

With the Llms Txt API, Wix users can manage the `llms.txt` file served at their site's root. Wix auto-generates a default file that describes the site and documents how AI agents can access live content through the Wix Model Context Protocol (MCP). Site owners can customize the file or reset it to Wix's default.

The Llms Txt API allows you to:

- [Retrieve](https://dev.wix.com/docs/api-reference/business-management/marketing/seo/txt-file-server/llms-txt/get-llms-txt.md) an existing `llms.txt` file.
- [Append data to](https://dev.wix.com/docs/api-reference/business-management/marketing/seo/txt-file-server/llms-txt/append-llms-txt.md) and [update](https://dev.wix.com/docs/api-reference/business-management/marketing/seo/txt-file-server/llms-txt/update-llms-txt.md) the `llms.txt` file.
- [Update hidden status](https://dev.wix.com/docs/api-reference/business-management/marketing/seo/txt-file-server/llms-txt/update-llms-txt-hidden-status.md) to control public visibility.

## Terminology

- **llms.txt**: A plain text file at the site root that helps AI agents understand what a site offers and how to access it programmatically. See the [llms.txt specification](https://llmstxt.org).
- **MCP**: Model Context Protocol — Wix sites expose an MCP endpoint so agents can retrieve live site content without scraping.

@sdk_package_setup