# User Assistance

- [Feedback Workflow](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/user-assistance/feedback-workflow.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.
- [Help Hub Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/user-assistance/help-hub-component.md): The Help Hub component for Flutter seamlessly integrates a comprehensive help center and an AI chatbot into your app, offering users effortless access to support and information across mobile platform
- [Inline Feedback Component](https://docs.questera.ai/questera-ai-sdks/flutter-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.
- [Spotlight Search Component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/user-assistance/spotlight-search-component.md): Enhance your Flutter app with our customizable search bar component, featuring interactive search results and keyboard shortcut navigation. Users can effortlessly find and access relevant links.
- [Survey component](https://docs.questera.ai/questera-ai-sdks/flutter-sdk-components/user-assistance/survey-component.md): Offer a versatile survey solution for your Flutter app with our comprehensive data collection feature, including diverse templates for seamless integration. Enhance user engagement.


---

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