# Focus Mode Enhancements

### **New Site-Level Focus Mode Settings**

The **Focus Mode** setting in the **RemUI theme settings** has been revamped to a **select box**, enabling site administrators to have better control over the Focus Mode behavior. The following options are now available at the site level:

#### **Focus Mode ON**

* Displays a **Focus Mode** toggle button on course pages. Learners can click this button to switch to a distraction-free learning mode.

#### **Focus Mode OFF**

* The **Focus Mode** toggle button will not be displayed on course pages, and learners will not be able to activate the distraction-free mode.

#### **Force Focus Mode ON for All Courses**

* This setting forces **Focus Mode** to be enabled by default for all courses on the site. Learners will still have the option to turn it off if needed.

***

### **Per-Course Focus Mode Setting**

In addition to the global site-level settings, a **Focus Mode** setting has been introduced in the **RemUI Custom Field** section of each course’s settings. This allows course-level control and provides the following options:

#### **Default**

* Inherits the global Focus Mode behavior set by the site administrator. The behavior of Focus Mode will follow the global settings.

#### **Force Focus Mode (with learner control)**

* Forces **Focus Mode** to be enabled by default for the course. However, learners can still disable Focus Mode if they prefer.

> ⚠️ **Note:** If the site administrator has globally disabled or enforced Focus Mode, the course-level setting will have no effect.


---

# 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://remui-docs.edwiser.org/remui-theme-setup/focus-mode-enhancements.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.
