> For the complete documentation index, see [llms.txt](https://docs.quizhour.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quizhour.mrb-lab.com/customization/2.-disable-specific-features.md).

# 2. Disable Specific Features

<div align="left"><figure><img src="/files/2FTm07MZoe5fkivUKvv3" alt=""><figcaption></figcaption></figure></div>

> You can disable/enable some specific features of the app from this file. File Location: **quiz\_app/lib/configs/feature\_config.dart**

### Disable Facebook Login

As per the new policy from Meta, A registered organization/company is required to enable Facebook login in the app or website. If you are an individual and having issues with fb login steps, then you can easily disable fb login from the app. To do that,

Change the **fbLoginEnabled** value to **false**. That's it.

<div align="left"><figure><img src="/files/X3Hgrji0bZRkvtcxKf1Y" alt=""><figcaption></figcaption></figure></div>

### Disable Multi-Language Feature

If you want to use the app language only in English and remove the language selection dialog from the app, then you can disable that easily. To do that,

Change the **MultiLanguageEnabled** value to **false**. That's it.

<figure><img src="/files/WVU31HBJc3aC3o80CJVn" alt=""><figcaption></figcaption></figure>

### Disable Bookmark Questions For Users

If you want to disable the Bookmark question feature for your users, then just change the **bookmarkQuestionsEnable** value to **false**. That's it.

{% hint style="info" %}
In this way, You can disable/enable the other available features on the page.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quizhour.mrb-lab.com/customization/2.-disable-specific-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
