# Onboarding

- [Onboarding Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/onboarding/onboarding-component.md): The Onboarding component is a versatile React 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/react-sdk-components/onboarding/get-started-component.md): The GetStarted component is a part of the Quest Labs React SDK. It provides a quick start guide for users to explore and engage with Application.
- [Tutorial/Quest List Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/onboarding/tutorial-quest-list-component.md): A versatile UI element for managing and tracking task completion. Displays tasks, tracks progress with a progress bar, and shows checkmarks for completed tasks.
- [Walk Through Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/onboarding/walk-through-component.md): The WalkThrough component is used to guide users through a series of steps in a quest or tutorial. It provides a visual overlay with step-by-step instructions and can be customized to fit the specific


---

# 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/react-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.
