# typewriter

- [Show and hide letters dynamically](https://docs.febucci.com/text-animator-unity/typewriter/show-and-hide-letters-dynamically.md)
- [Wait Actions when typing](https://docs.febucci.com/text-animator-unity/typewriter/wait-actions-when-typing.md)
- [WaitInput Action](https://docs.febucci.com/text-animator-unity/typewriter/wait-actions-when-typing/waitinput-action.md): The WaitInput action lets you pause the typewriter until any input, or a specific one, has been pressed by the player.
- [Trigger Events when typing](https://docs.febucci.com/text-animator-unity/typewriter/trigger-events-when-typing.md)
- [Play sounds when a letter is shown](https://docs.febucci.com/text-animator-unity/typewriter/play-sounds-when-a-letter-is-shown.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/typewriter.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.
