# Faq

An FAQ page provides quick answers to common questions, helping visitors find information easily and improving their experience. It reduces customer inquiries, builds trust, and supports decision-making.

{% hint style="info" %}
**Steps:**

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

## Page template sections

The default sections we add to the template to create a layout page faq

* Breadcrumbs
* Image with text overlay
* FAQ
* Rich text


---

# 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://oranthemes.gitbook.io/nimbus-theme/other-pages/faq.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.
