You can add an accordion style FAQ page that works like the page in the demo store ( Sunrise FAQ )
Create a page named FAQ and you’ll see an icon that looks like this <>
Click that icon to switch the editor to HTML mode then paste in the simple HTML for your FAQ.
For example this will give you an faq with 2 questions…
<div class="gt-accordion">
<h4>This is question one</h4>
<div>The answer for question one goes here</div>
<h4>This is question two</h4>
<div>The answer for question two goes here</div>
</div>