# FAQ Accordion

Displays a list of expandable question-and-answer pairs.

## How to access

Add the **FAQ Accordion** section to any page in the customizer.

## Settings

### Heading

Section heading. Default: `Frequently Asked Questions`.

### Subtext

Optional paragraph below the heading.

## Blocks

Add **Question** blocks. Each block has:

* **Question** — The text shown when collapsed.
* **Answer** — Rich text shown when expanded. Supports formatting and links.

## Tips

Only one item is open at a time — opening a new question automatically closes the previous one.


---

# 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://docs.webexp.dev/drift/drift-studio/sections-and-features/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.
