> 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/question-entry-v2/introduction.md ## Article Content: # About the Question Entries V2 API The Question Entries API manages FAQ questions and answers in the [FAQ app](https://support.wix.com/en/article/the-wix-faq-app-an-overview). This API allows you to manage FAQ content that appears in a site's Wix FAQ widgets, helping site visitors find answers to common questions. With the Question Entries API, you can: - Create and manage question entries with multiple possible answer formats. - Organize questions using categories and labels for better content structure. - Perform bulk operations for efficient content management. Question entries work together with the [Categories API](https://dev.wix.com/docs/rest/business-management/faq-app/faq/category-v2/introduction.md) to create a complete FAQ management system. Categories provide the organizational structure, and question entries contain the actual FAQ content and must be assigned to categories. Question entries reference the category they belong to via `categoryId`. The Question Entries API supports 3 different answer formats to accommodate various content needs: - **[Draft.js](https://draftjs.org/)**: Structured rich text format ideal for complex formatting and editing workflows. - **[Rich Content](https://ricos.dev/)**: Advanced format supporting media, interactive elements, and sophisticated layouts. - **Plain Text**: Simple text format for basic answers without special formatting. ## 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. - Question entries must be assigned to categories. Use the [Categories API](https://dev.wix.com/docs/rest/business-management/faq-app/faq/category-v2/introduction.md) to create and manage categories first. ## Use cases - [Sync FAQ content across multiple sites](https://dev.wix.com/docs/rest/business-management/faq-app/faq/question-entry-v2/sample-flows.md) ## Terminology - **Question entries**: Individual FAQ content items, containing a question and its answer. The questions and answers appear in Wix FAQ widgets on a site. - **Categories**: Themed groupings that organize question entries. For example, Shipping or Returns. Managed via the Categories API. 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. - **Share links**: Direct URLs that link to specific question entries in the site's Wix FAQ widgets. @sdk_package_setup