> 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: wix-crm-backend ## Namespace: contacts ## Article: About Extended Fields ## Article Link: https://dev.wix.com/docs/velo/apis/wix-crm-backend/contacts/about-extended-fields.md ## Article Content: # About Extended Fields Basic contact information is stored in the contact's default properties. This includes information such as contact name, company, phone numbers, addresses, and email addresses. Additional properties are stored in extended fields. There are 2 types of extended fields: - **System fields** are added by Wix apps. They often enrich your contacts with data from Wix products, such as Wix Bookings or Wix Stores. System fields cannot be renamed. - **Custom fields** can be added by site contributors or 3rd-party apps. Custom fields can be renamed, and their data can be written by site contributors and 3rd-party apps. When you create, update, or retrieve contacts, you'll find extended field data in the contact object under `info.extendedFields`. Most system fields are read-only, while all custom fields can be written to.