# 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/GsIBiGh5v61QxsJOAZIB)

**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:

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

![](/files/hYgXHcicT2vhBUKGCXdN)

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

![](/files/PML32CVeuGzgr7t66eZN)

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

![](/files/1FHZDo5ZRgx6QZs5pvjb)
{% endtab %}

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

**Projects**

**Projects Path**

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

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

**Theme**

**Grid Color**

The `Grid Color` of the **Logic Editor** can be set here. The *color* can be set by manually adjusting the **HSB** / **RGBA** values or inserting a **Hex Code**, using their corresponding [**Color Attribute**](/incari-studio/2023.1/objects-and-types/attributes/attribute-types/color-attribute.md).

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

{% tab title="User Interface" %}
![](/files/9X3vAGEKTr28a4pjMn7x)

**Layout**

**Reset layout**

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

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

**Theme**

**Bottom and Top Gradient Color**

`Bottom` and `Top Gradient Color` set 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 **HSB** / **RGBA** values or inserting a **Hex Code**, using their corresponding [**Color Attribute**](/incari-studio/2023.1/objects-and-types/attributes/attribute-types/color-attribute.md).

**Grid Color**

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

`2D Background color` sets the background color for **2D Scenes**.

`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 Preferences** **Module**, right-click on the Menu bar in **Incari** and click on **Global Preferences** from the drop-down list. Please see the illustration below:

![](/files/zrEvKyGV1pxDtXAamWTV)


---

# 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/2023.1/modules/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.
