> 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: Interactive Form Sessions # Type: Interactive Form Session Object # Link: https://dev.wix.com/docs/api-reference/crm/forms/interactive-form-sessions/interactive-form-session-object.md ## Description: An interactive form session enables AI-powered conversational form completion. The session maintains conversation context and tracks form data extraction throughout the user's interaction with the AI assistant. ## Schema: ```json Type: Interactive Form Session Object | type: InteractiveFormSession Description: An interactive form session enables AI-powered conversational form completion. The session maintains conversation context and tracks form data extraction throughout the user's interaction with the AI assistant. - name: id | type: string | description: Interactive form session ID. - name: formId | type: string | description: Form ID. ```