> 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/members-contacts/contacts/notes/notes-v2/introduction.md ## Article Content: # About the Notes API The Notes API allows you to create and manage notes associated with a specific contact on a site. Notes allow Wix users to document interactions, meetings, phone calls, and other important details about their contacts. This helps Wix users become more organized and provide relevant context for future interactions with their contacts. With the Notes API, you can: - Create, update, and delete notes associated with a contact. - Retrieve and query notes. ## Before you begin It's important to note the following points before starting to code: - All notes must be associated with a contact. When creating a note, you need to specify an existing contact ID. - The maximum size of a note's text is 2048 characters. ## Use cases - [Add custom note-taking functionality](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/notes/notes-v2/sample-flows/.md#add-custom-note-taking-functionality) - [Sync notes between your app and Wix](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/notes/notes-v2/sample-flows/.md#sync-notes-between-your-app-and-wix) ## Terminology - **Note**: A text-based record associated with a contact that documents interactions, meetings, calls, or other important information. - **Note type**: Optional classification for organizing notes by their purpose: - `NOT_SET`: General notes about a contact. - `MEETING_SUMMARY`: Summary notes following a meeting with a contact. - `CALL_SUMMARY`: Summary notes following a call with a contact.