# Edit effects

You can edit any effect currently being used by a Text Animator node by simply going to its Inspector -> Databases -> expand the category you’re interested in -> edit any value (or edit the resource file itself individually).

<figure><img src="/files/TAxHGQGyF0kIiy9r6H84" alt="" width="550"><figcaption></figcaption></figure>

Since Effects are stored inside **Resources**, which are “data containers” that are independent from any scene or node, you can reference them from your scripts and modify their values at any time, without needing to have a Text Animator component in your scene to access them.


---

# 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.febucci.com/text-animator-godot/effects/edit-effects.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.
