> 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: Question Entries and Categories # Type: Question Entry Object # Link: https://dev.wix.com/docs/api-reference/business-management/faq-app/faq-v1/question-entries-and-categories/question-entry-object.md ## Description: Question entry, including a single question and its answer. ## Schema: ```json Type: Question Entry Object | type: QuestionEntry Description: Question entry, including a single question and its answer. - name: id | type: string | description: FIXME auto-derive field with id - name: value | type: string | description: - name: question | type: string | description: Question text. - name: answer | type: Content | description: - name: labels | type: Array