> 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/crm/forms/other-services/intake-forms/introduction.md ## Article Content: # About Intake Forms Intake forms let you collect customer information such as health waivers, liability releases, or consent forms, with built-in expiration tracking and submission management. Use the Intake Forms APIs to manage forms, set expiration periods, generate shareable submission links, and track submission lifecycles. The Wix Forms app isn't required. However, some flows also use the [Wix Forms API](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/introduction.md), for example to create form schemas or to create submissions on behalf of customers. - [Intake Forms](https://dev.wix.com/docs/api-reference/crm/forms/other-services/intake-forms/intake-forms/introduction.md): Manage intake forms with expiration periods and generate shareable submission links. - [Intake Form Submissions](https://dev.wix.com/docs/api-reference/crm/forms/other-services/intake-forms/intake-form-submissions/introduction.md): Query, track, and manage form submissions with lifecycle operations like extending and canceling. ## Typical scenarios These APIs are commonly used for forms that require expiration tracking, such as: - Health and safety waivers that need periodic renewal. - Liability releases that customers complete before participating in activities. - Consent forms with automatic expiration tracking.