# Effect Settings

Effect settings of the selected collection effect appear in the 'details' tab of the effect library section on the right.

{% hint style="info" %}
Changes made to the effect settings are only effective after upload
{% endhint %}

![Effect settings window](/files/-MlRCpLZVe1yGnAotVYr)

#### Position

The offset of the effect from the x and y axis in the collection

#### Transform

Scale effect on x and/or y axis

#### Rotation

Haptic effects can be experienced when rotating either clockwise or counterclockwise or in both directions. Effects can also be repeated every rotation.

#### Repeat

Effects can also be repeated, changes made to the original effect will be copied to the other instances.

#### Quality

The quality value changes the render resolution of the effect, which affects the data size. The values in between the data points will be derived using linear interpolation. A lower quality value will result in a higher render resolution and larger data size.


---

# 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.feelix.xyz/create-and-edit-files/effect-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.
