# FAQ template

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

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

With this section, you can add basic FAQ blocks to your store.

## **Adding a Section**

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

The section is static on an **FAQ page** template, it was added initially and cannot be removed.

## **Section settings**

### General

<figure><img src="/files/0x4TFnevuq3BJ9Z8s0Ns" alt=""><figcaption></figcaption></figure>

1. **`Heading`** - the setting allows you to set the text for the title. If the value is not specified, the name of the page to which the template is applied is displayed.

### Banner

<figure><img src="/files/3Hq6A0SqXsus908mndEQ" alt=""><figcaption></figcaption></figure>

1. **`Image`** - the setting allows you to set a picture for the banner;
2. **`Heading`** - the setting allows you to specify a heading for the banner;
3. **`Link`** - the setting allows you to specify a link for the banner.

### Layout

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

1. **`Desktop offset top`** - the **top** indent of the section on the **desktop**;
2. **`Desktop offset bottom`** - the **bottom** indent of the section on the **desktop**;
3. **`Mobile offset top`** - the **top** indent of the section on the **mobile**;
4. **`Mobile offset bottom`** - the **bottom** indent of the section on the **mobile**.

## **Blocks settings**

### **Block Question and answer**

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

The block is responsible for displaying the *question-answer* pair. When rendering, it is displayed as an accordion.

1. **`Heading`** - accordion title, question;
2. **`Text`** - response, accordion content;
3. **`Icon`** - icon in the accordion header.

### **Block Category**

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

The block is designed to group question-answer pairs by category. Rendered as a header separating a group of accordions. In addition, adding blocks of this type makes it possible to build section navigation in the form of a side menu (**desktop**), and a fixed category bar (**mobile**). Clicking on a menu item scrolls to the corresponding category.

1. **`Heading`** - title, category name.

## **Additional information**

1. The **Question and answer** block is not displayed if the settings for the `Heading` and `Text` fields are not specified;
2. The **Category** block is not displayed if the settings for the `Heading` field are not specified;
3. The **Banner** is not displayed if the settings for the `Image` field are not specified.


---

# 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://utd-bv.gitbook.io/manual-shopify-theme-ultra/templates/faq-template.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.
