# FAQ

The FAQ section on the Home page serves as a comprehensive resource for users to find answers to commonly asked questions about the Bolbhav application. Here's how it works and some key features:

### How it Works

1. **Accessing the FAQ Section:**
   * Users can access the FAQ section by clicking on the "Sawal Jawab" section on the homepage. This redirects them to a screen displaying a list of questions.
2. **Question Selection:**
   * On the FAQ screen, users can browse through the list of questions and select any question they are interested in. Upon clicking a question, the user is redirected to a new screen displaying the answer to that question.
3. **Navigation Options:**
   * At the bottom of the answer screen, users have the functionality to navigate to the next or previous question. This allows for easy exploration of multiple questions without returning to the main FAQ list.
4. **Admin Configuration:**
   * The questions in the FAQ section can be added, removed, or edited by the admin through the [Flask admin dashboard](https://gramhal.gitbook.io/bolbhav/chapter-15-admin-portal). This provides flexibility for the admin to manage and update the FAQ content as needed. Learn more about it [here](https://gramhal.gitbook.io/bolbhav/chapter-15-admin-portal/other-admin-use-cases)
5. **Contextual "Sawal Jawab" Buttons:**
   * Additionally, specific pages within the app may feature "Sawal Jawab" buttons at the bottom, containing questions related to the functionality or content of that particular page. These questions are hardcoded into the app to provide users with targeted assistance relevant to their current context.
   * For example: On the referral page, there is a "sawal jawab" section where there are questions and answers are listed based on the referral page.&#x20;

<br>


---

# 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://gramhal.gitbook.io/bolbhav/chapter-9-other-use-cases/faq.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.
