# Onboarding

- [Onboarding Quiz - Multi page Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/onboarding/onboarding-quiz-multi-page-component.md): The Onboarding multipage is a versatile Flutter component designed for creating interactive onboarding experiences. It allows you to guide users through a series of screens, collect their responses.
- [Onboarding  Quiz - Single page Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/onboarding/onboarding-quiz-single-page-component.md): The Onboarding singlepage is a versatile Flutter component designed for creating interactive onboarding experiences. It allows you to guide users through a series of screens, collect their responses.
- [Get Started Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/onboarding/get-started-component.md): The Get Started component is a highly customizable Flutter widget that provides a quick and easy onboarding guide for your Flutter application, helping users navigate and interact with your app
- [Tutorial/Quest List Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/onboarding/tutorial-quest-list-component.md): Versatile Flutter UI component for effective task management, tracking progress with a dynamic progress bar, and displaying completion checkmarks for enhanced user experience


---

# 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.questera.ai/questera-ai-sdks/flutter-sdk-components/onboarding.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.
