# Settings

## Asynchronous loading

Loads the widgets and assets asynchronously in the background. This allows you to show page immediately, even if the widgets still loading.

Synchronously block page render and waits for all widgets and their assets to be completely loaded.

To enable asynchronous loading:

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Enable Asynchronous

<div align="left"><img src="/files/-MIxukOqHvESy2ixkYTM" alt=""></div>

## Loading on demand

Disable Load on demand to preload next and previous page.

To enable loading on demand:

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Enable Load on demand

<div align="left"><img src="/files/-MIxukOrSM0pKEcqiv1D" alt=""></div>

## Mouse trail (Desktops only)

<div align="left"><img src="/files/-MIxukOmgaFvn1VeqKMf" alt=""></div>

To show mouse or touch trail:

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Enable Show trail in Mouse trail section
5. Adjust Size and Color
6. Enable Random for random color for each touch (will ignore Color value)


---

# 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.flipabit.dev/project/settings.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.
