# FAQ

**Content**&#x20;

1. Enter the title for the FAQ module.
2. Enter the subtitle for the FAQ module.&#x20;
3. Enter all of the FAQs that you want to appear in this module.  Inside of each content drawer you will see fields for each Question and Answer.  You can add more questions with the button at the bottom

**Design**

1. Select a background color for the FAQ module.  This color will appear behind all of your text.
2. Select your text color.  Make sure this color is legible against your background color.
3. Select your border color.  This is the color of the separators between each FAQ question.

#### Download the PDF below for step-by-step instructions

{% file src="/files/hCVRhDTW8Wxamyc423sn" %}

{% embed url="<https://youtu.be/UtIhAsrdNM8>" %}


---

# 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://help.inveterate.com/help-center/guides/program-setup/landing-page/configuring-the-landing-page/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.
