> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/customization/global-settings.md).

# Global Settings

You can use global settings to handle many of the assets features.

{% hint style="info" %}
A "TextAnimatorSettings" ScriptableObject is required to be placed in the Resources folder. The plugin should do it for you automatically when you import it, and if it doesn't find it it should fix it automatically as well!
{% endhint %}

The main options are:

* Toggles to enable or disable animation categories **globally** (for all text animators)
* Set different databases to be recognized automatically for
* Change the parsing symbols (e.g. "\[]" brackest instead of "<>" for persistent effects)
* Set "fallbacks" that will be used in case optios are not set in components&#x20;

<figure><img src="/files/eDu0PfS2b3d6f2rz6pg6" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/customization/global-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.
