# 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: 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.quizhour.mrb-lab.com/customization/2.-disable-specific-features.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.
