# Screen Control

### Recommended Setup:

Use this action on page load or based on specific user actions, such as during video playback or reading sessions.

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

### Steps:

1. Go to the Workflow tab and select the desired event trigger (e.g., Page Load or Button Click).
2. Add the "Screen Control" action.
3. Configure the following property:
   * "Control Type":
     * `keepScreenOn`: Prevents the screen from dimming.
     * `keepScreenNormal`: Restores normal screen behavior.


---

# 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.webtonative.com/website-plugins/bubble.io/screen-control.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.
