> 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/form-submissions/introduction.md ## Article Content: # About Form Submissions With Wix Form Submissions, site owners can manage individual form submissions from site visitors. The Form Submissions API provides flexibility in managing form submission data and allows your app to: - Query and manage submissions for a specified form. - Retrieve the total number of submissions per form. - Support the ability to upload media files to a [media manager folder](https://dev.wix.com/docs/api-reference/assets/media/media-manager/introduction.md) when forms include "file upload" fields. Learn more about [Wix Forms](https://support.wix.com/en/article/wix-forms-an-overview). ## Before you begin - The Form Submission API only works with the Wix Forms app. Call [GetAppInstance](https://dev.wix.com/docs/api-reference/app-management/app-instance/get-app-instance.md) to confirm that the app named `wix_forms` is installed on the site. ## Use cases - [Submit a form with media](https://dev.wix.com/docs/api-reference/crm/forms/form-submissions/sample-flows.md#submit-a-form-with-media) - [Periodically sync with an external analysis and reporting tool](https://dev.wix.com/docs/api-reference/crm/forms/form-submissions/sample-flows.md#periodically-sync-with-an-external-analysis-and-reporting-tool) - [Sync with an external CRM for marketing purposes](https://dev.wix.com/docs/api-reference/crm/forms/form-submissions/sample-flows.md#sync-with-an-external-crm-for-marketing-purposes) ## Terminology - **Submission:** Data received when a site visitor submits a form. - **Media Upload URL:** A URL used to upload a file to a form. - **Namespace:** The app that a form belongs to. @sdk_package_setup