# effects

- [Add effects to your texts](https://docs.febucci.com/text-animator-unity/2.x/effects/add-effects-to-your-texts.md): Learn how to add effects to your text.
- [Modifiers](https://docs.febucci.com/text-animator-unity/2.x/effects/add-effects-to-your-texts/modifiers.md)
- [Styles](https://docs.febucci.com/text-animator-unity/2.x/effects/add-effects-to-your-texts/styles.md)
- [Databases](https://docs.febucci.com/text-animator-unity/2.x/effects/add-effects-to-your-texts/databases.md)
- [Preview and Edit effects](https://docs.febucci.com/text-animator-unity/2.x/effects/preview-and-edit-effects.md)
- [Dynamic Scaling](https://docs.febucci.com/text-animator-unity/2.x/effects/preview-and-edit-effects/dynamic-scaling.md)
- [Time Scale](https://docs.febucci.com/text-animator-unity/2.x/effects/preview-and-edit-effects/time-scale.md)
- [Built-in effects list](https://docs.febucci.com/text-animator-unity/2.x/effects/built-in-effects-list.md)
- [Create your own effects](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects.md)
- [Create effects in the Inspector](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/create-effects-in-the-inspector.md): Learn how to create effects in the Inspector, without having to code anything.
- [Curve Effects](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/create-effects-in-the-inspector/curve-effects.md)
- [Composite Effects](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/create-effects-in-the-inspector/composite-effects.md)
- [Writing Custom Effects (C#)](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/writing-custom-effects-c.md)


---

# 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-unity/2.x/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.
