# Miscellaneous

- [Confetti Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/confetti-component.md): This documentation provides information on how to use the confetti function to create a confetti animation on a webpage.
- [Alert Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/alert-component.md): The toast notification system allows you to display temporary pop-up messages (toasts) with different styles (success, warning, info, error) in your application.
- [Login Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/login-component.md): Our login component provides a simple means to incorporate secure user authentication into React apps. Easily tailor the login UI to fit your project's needs with various customization options.
- [One to one Survey Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/one-to-one-survey-component.md): The Quest Survey component is a  customizable feature that empowers users to create one-to-one surveys and quizzes.
- [Pricing & Payment Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/pricing-and-payment-component.md): Empower users to design custom plans and effortlessly handle payments via Stripe with this versatile component.
- [Badge Component](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/badge-component.md): The Badge component visually represents user achievements, showcasing earned badges within your application.
- [Toast Service](https://docs.questera.ai/questera-ai-sdks/react-sdk-components/miscellaneous/toast-service.md): The Toast component is a React functional component responsible for displaying notifications to users in a non-intrusive and visually appealing manner.


---

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