# Text Actors

Glimmer has the ability to auto discover all the 3D Text Actors in the scene and separate them out from all the other actors.  These 3D Text Actors can be found in the Text Tab.  This allows the user to quickly find and work with any text actors implemented in the scene.

![](/files/-MRfxKHLvnrrmicsM6Mr)

By selecting the Text Actor in the left-hand column the user will have access to selected properties of that selected actor.  These properties include Text, Kerning, and Word Spacing.&#x20;

Once all the properties are set the user can either "Execute" and apply the changes in real-time or "Save as Preset" and execute them at a later time by selecting from the Presets section.

When selecting "Save as Preset" the user will be prompted with the following section to save a preset.

![](/files/-MRfx_nl2iEpSUg58rTj)


---

# 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.sequinar.com/glimmer-vc/features/text-actors.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.
