> For the complete documentation index, see [llms.txt](https://docs.guestlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-form/questions.md).

# Questions

The `BookingForm` has in it an array of `QuestionGroup`s. Each `QuestionGroup` has a title, an optional disclaimer, and an array of `Question`s. Each `Question` then has a title, a description, a`Type` as well as some `VaidationRule`s

You are to ask the user all the questions presented inside a `BookingForm`
