# Faqs

<figure><img src="/files/X289sbNL6edMolIKv8J8" alt=""><figcaption></figcaption></figure>

## How to create page FAQs ?

{% hint style="success" %}
**Step 1**: Login to your Shopify store, go to **Online Store > Pages**&#x20;

**Step 2: Create page new page**

* Title: **FAQs**
* Visibility: **Visible**
* Theme template: **faqs**
  {% endhint %}

## How to customize page FAQs ?

{% hint style="success" %}
Steps

1. In the theme editor (**Customize**), open the template selector.
2. Select **Pages**, then **about.**
3. On the left-sidebar, add **Faqs page.**
4. Make necessary changes > **Save.**
   {% endhint %}

### General settings

<table data-full-width="false"><thead><tr><th width="143">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Section width</td><td><p></p><p>3 options for section width</p><ul><li>Stretch width: span the section width regardless of screen size.</li><li>Fix width: depends on your page content width in <strong>Theme settings</strong> <strong>-></strong> <strong>Layout</strong>.</li><li>Expand full width: takes up the entire space on the page and it usually resizes itself to fit the size of the screen.</li></ul></td></tr><tr><td>Show number question</td><td>Displaying question numbers before the question titles.</td></tr><tr><td>Open all question</td><td>Expand all questions instead of default closed state</td></tr></tbody></table>

### FAQs content right

<table data-full-width="false"><thead><tr><th width="143">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Show faqs content right</td><td>When enabled, the content of the right column will be displayed</td></tr><tr><td>Heading</td><td>Custom title </td></tr><tr><td>Content</td><td>Custom content </td></tr><tr><td>Button label</td><td>Custom name button, if left empty, the button will be hidden</td></tr><tr><td>Button link</td><td>The link URL you want to add</td></tr></tbody></table>

### Section padding

* **Top padding:** Customize the top margin of the section
* **Bottom padding:** Customize the bottom margin of the section

### Block settings

* **Title:** Content title block
* **Question:** Add content question
* **Answer:** Add content answer


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nextsky.gitbook.io/agile-theme/other-pages/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
