> 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/business-management/faq-app/category-v2/introduction.md ## Article Content: # About the Categories V2 API The Categories API lets you view and manage categories in the [FAQ app](https://support.wix.com/en/article/the-wix-faq-app-an-overview). Categories group FAQ questions and are displayed on a site's Wix FAQ dashboard page. In a site's Wix FAQ widgets, categories appear as sections, helping visitors find the information they need. With the Categories API, you can: - Create, update, and delete categories to organize FAQ content. - Retrieve category information and listings. - Manage category ordering and display in Wix FAQ widgets. - Query and filter categories based on various criteria. Categories work together with the [Question Entries API](https://dev.wix.com/docs/rest/business-management/faq-app/faq/question-entry-v2/introduction.md) to create a complete FAQ management system. While categories provide the organizational structure, question entries contain the actual FAQ content and must be assigned to categories. Question entries reference the category they belong to via `categoryId`. ## Before you begin It's important to note the following points before starting to code: - The Wix user must install the [FAQ app](https://support.wix.com/en/article/adding-and-setting-up-the-wix-faq-app) on their site. - When you delete a category, the questions that belong to it are also deleted. ## Use cases - [Sync FAQ content across multiple sites](https://dev.wix.com/docs/rest/business-management/faq-app/faq/category-v2/sample-flows.md) ## Terminology - **Question entries**: Individual FAQ content items, containing a question and its answer. The questions and answers appear on Wix FAQ widgets on a site. - **Categories**: Themed groupings that organize question entries. For example, Shipping or Returns. Categories appear as sections in Wix FAQ widgets on a site, allowing visitors to browse questions by topic. - **Labels**: Additional groupings of FAQ question entries. Labels aren't visible to site visitors, but are useful in specific contexts, such as chat bots. @sdk_package_setup