> For the complete documentation index, see [llms.txt](https://pointbleep.gitbook.io/speechr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pointbleep.gitbook.io/speechr/director/overview.md).

# Overview

This module lets you auto identify scripts which has actors and add an auto incremental voice over tag (\[#1]) .<br>

It also lets you classify each tagged line with its actor in order to quickly view and export scripts that are sorted per actor and stripped to only-tagged lines. Useful to distribute to voice actors

![2018-09-04 17\_38\_54-Start](https://pointbleepstudios.files.wordpress.com/2018/09/2018-09-04-17_38_54-start.jpg?w=1024)

**WIP Features:**\
&#x20;It also has an Actor Properties section where you will be able to define each actor properties, like name, gender bio, etc.

Potential Use:\
Actor properties could potentially be used for quick reference while scripting or even variables.

\
`Example ::Poffle::I am {age} years old/.`\
&#x20;`Example ::Narrator::Accuracy Increased to {player.accuracy} or {actors.player.accuracy}`


---

# 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://pointbleep.gitbook.io/speechr/director/overview.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.
