# Playmaker

In order to create FSMs with PlayMaker, you have to extract the "PlayMaker - Integration" package in your project. You can find it in the Plugin/TextAnimator/Integrations folder.\
After doing so, you'll find its action added to PlayMaker, called "Set Text".

<figure><img src="/files/TWqR7YVKfiHuJ2ll0dyW" alt=""><figcaption></figcaption></figure>

You can use it to set the typewriter's text, showing the text dynamically etc.\
To edit its settings, edit the referenced \`Typewriter\` component in the inspector.

<figure><img src="/files/U00X9LcCbBkLmUgMj4ep" alt=""><figcaption></figcaption></figure>


---

# 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/integrations/integrated-plugins-and-dialogues-systems/playmaker.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.
