> 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: Category V2 # Type: Category Object # Link: https://dev.wix.com/docs/api-reference/business-management/faq-app/category-v2/category-object.md ## Description: Categories are themed groupings of FAQ question entries that a site owner can create to organize their FAQ questions. For example, Shipping or Returns. Each category can contain multiple questions and is displayed as a section on a site's Wix FAQ widgets. ## Schema: ```json Type: Category Object | type: Category Description: Categories are themed groupings of FAQ question entries that a site owner can create to organize their FAQ questions. For example, Shipping or Returns. Each category can contain multiple questions and is displayed as a section on a site's Wix FAQ widgets. - name: id | type: string | description: Category ID. - name: value | type: string | description: - name: revision | type: string | description: Revision number, which increments by 1 each time the category is updated. To prevent conflicting changes, the current revision must be specified when updating the category. Ignored when creating a category. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the category was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the category was last updated. - name: title | type: string | description: Category title displayed on a site's Wix FAQ widgets. - name: sortOrder | type: number | description: Order of the category within a site's Wix FAQ dashboard page. Categories with lower sort order values appear first. - name: value | type: number | description: - name: extendedFields | type: ExtendedFields | description: Custom field data for the `category` object. [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions.md) must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). ```