> 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: Llms Txt

# Type: Llms Txt Object

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

## Schema:

```json
 Type: Llms Txt Object | type: LlmsTxt
       - name: content  | type: string | description: CFull text content of the `llms.txt` file.
       - name: default  | type: boolean | description: Whether this `llms.txt` file uses Wix's default content.
       - name: subdomain  | type: string | description: Target subdomain for the `llms.txt` file (for example, 'www', 'es', 'fr'). Default: 'www'
       - name: hidden  | type: boolean | description: Whether the llms.txt file should be hidden from public access.
           - name: value  | type: boolean | description: 
       - name: manuallyEdited  | type: boolean | description: Whether the content was manually edited by the user. If `true` in DB, update/append requests must also set `manually_edited=true` or they'll be rejected with `FAILED_PRECONDITION`.
       - name: detectedLanguage  | type: string | description: ISO 639-1 language code detected for the site (e.g. en, fr). Used to localize the MCP documentation section when serving llms.txt.

```