The [faq] shortcode can be used to include a FAQ category (ie. a group of Questions) from the FAQs > FAQ Categories list.

[faq id="123"]

By default, the [faq] shortcode includes Questions sorted by title. You can change the default sort order using the 'order' and 'orderby' shortcode attribute.

[faq id="123" order="ASC" orderby="menu_order"]

See the Order and Orderby Parameters section in the WordPress WP_Query code reference for additional information on these WordPress query attributes.

You can change the default heading level and the FAQ title using the 'heading' and 'title' attributes.

[faq id="123" heading="h2" title="Alternate FAQ Title"]