# Global Preferences

**Global Preferences** allow us to apply default settings to aspects of Incari. These aspects are discussed below:

{% tabs %}
{% tab title="Animation Editor" %}
![](/files/-MIxaUkCHpdTmgQGo0hB)

### Playback

#### Loop Mode

`Loop Mode` determines if an animation should play forward or alternate between playing forward and backward in a **Scene**. It can be set in the following ways:

* `Alternate`: The animation is played forward and backward in each animation cycle.

![](/files/-MIxaUkDTV47jb8oS0wS)

* `None`: The animation is played forward once in each animation cycle.

![](/files/-MIxaUkEIMOVwJRpZzLI)

* `Repeat`: The animation is played forward in repeated cycles without reversing direction.

![](/files/-MIxaUkFIgHr-I_xYh92)
{% endtab %}

{% tab title="Global" %}
![](/files/-MIxaUkG7QoRfBwEesk6)

### Projects

#### Projects Path

The default directory on a user's computer where Incari **Projects** are saved.
{% endtab %}

{% tab title="Logic Editor" %}
![](/files/-MIxaUkHEtc_vMM_MJu7)

### Theme

#### Grid Color

The `Grid Color` of the **Logic Editor** can be set here. The *color* can be set by manually adjusting the the **HSB** / **RGBA** values or inserting a **Hex Code**, using their corresponding [**Color Attribute**](https://github.com/cgi-studio-gmbh/incari-doc/tree/66656c2442958de634bc73f77b533a03f83df0fb/_archive/attributes/attribute-types/color-attributes.md).

Also, the `Reset color` button sets the `Grid color` back to its default value.
{% endtab %}

{% tab title="User Interface" %}
![](/files/-MIxaUkIc-8Q_QT77zav)

### Layout

#### Reset layout

The `Reset Layout` button resets all **Module**s found in Incari to their default positions.
{% endtab %}

{% tab title="Viewport" %}
![](/files/-MIxaUkJvci3VIjWdy4u)

### Theme

#### Bottom and Top Gradient Color

`Bottom` and `Top Gradient Color` sets a *color gradient* that starts at the *bottom* and *top* positions of the **ViewPort** respectively. The *color gradient* can be set by manually adjusting the the **HSB** / **RGBA** values or inserting a **Hex Code**, using their corresponding [**Color Attribute**](https://github.com/cgi-studio-gmbh/incari-doc/tree/66656c2442958de634bc73f77b533a03f83df0fb/_archive/attributes/attribute-types/color-attributes.md).

#### Grid Color

`Grid Color` sets the color of the *grid* found in the **Viewport**. The color is set in the same way as `Bottom` and `Top Gradient Color` **Attributes**.

`Reset colors` sets the `Bottom` and `Top Gradient Color` as well as the `Grid Color` of the **Viewport** back to their default colors.
{% endtab %}
{% endtabs %}

In order to open the **Global Preference** **Module**, *right-click* on the *menu bar* in Incari and *click* on **Global Preference** from the drop-down list. Please the see the illustration below:

![](/files/-MIxaUkKrB-v-umIUcca)


---

# 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.incari.com/incari-studio/2.0/interface/global-preferences.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.
