# User Assistance

- [HelpHub](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/user-assistance/helphub.md)
- [Feedback Workflow Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/user-assistance/feedback-workflow-component.md): A versatile interface for user communication, offering options to report issues, provide feedback, request features, or contact support, ensuring user engagement and problem-solving.
- [General Feedback Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/user-assistance/general-feedback-component.md): The Feedback Form Component is an essential tool for collecting user opinions, suggestions, and comments. It allows you to gather valuable feedback to improve your product or service.
- [Inline Feedback Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/user-assistance/inline-feedback-component.md): A user-friendly tool for collecting feedback, featuring email, message, name, and star ratings for effective user input.
- [Credits Popup Component](https://docs.questera.ai/questera-ai-sdks/react-native-sdk-components/user-assistance/credits-popup-component.md): The Credit Component is a versatile tool for managing and displaying credits in your application or project. It allows you to keep track of credits.


---

# 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-native-sdk-components/user-assistance.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.
