> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/voice/commandrequester.md).

# CommandRequester

Anythingworld.Voice.CommandRequester

#### Methods

| [RequestCommand](/anything-world/unity/documentation/anythingworld-api/voice/commandrequester/requestcommand.md)                   | Requests a command from a plain text input string and handles resulting command through CommandHandler utility. |
| ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [RequestAndReturnCommand](/anything-world/unity/documentation/anythingworld-api/voice/commandrequester/requestandreturncommand.md) | Requests a command from a plain text input string and returns the resulting command as a JSON-formatted string. |

#### Description

A class that handles sending plain text commands to our parsing API and then returning the parsed commands to users and handling the command.&#x20;
