# Effect Library

Effects are automatically stored in the Effect list (Effects tab). The effects that are stored in the Library (Library tab) can be used across different files. The effects can be stored in the Library using the save button in the toolbar on the left side, above the sketch canvas.

From the effect window, effects can be edited by clicking the edit button (only applies to effects in the Effect List). This will open the effect in the drawing canvas. The effect can also be exported from here as plain code (more details can be found [here](/create-and-edit-files/export.md)). Last, effects can be deleted from the list with the delete button.

{% hint style="info" %}
When dragging a library effect onto a collection, it will automatically be added to the Effect list
{% endhint %}

![Effect library](/files/-MlRHyw5nviA82CQb4k3)


---

# 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/getting-started/effect-library.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.
