# TTS Engine Characteristics

The Voice tag supports the following attributes, although not every TTS engine supports every attribute:

* \<gender>
* \<age>
* \<name>
* \<speak>
* \<voice>
* \<xml:lang>
* \<break>
* \<paragraph>
* \<phoneme>
* \<prosody>
* \<say-as>
* \<sentence>

Each TTS engine has a dedicated page that describes which attributes it supports and how to use them.

* [Amazon Polly](/dev/developer-reference/tts-engine-characteristics/amazon-polly-tts-engine/polly-voice-tag-attribute-details.md)
* [AT\&T Natural Voices](/dev/developer-reference/tts-engine-characteristics/at-and-t-natural-voices.md)
* [Cepstral Engine](/dev/developer-reference/tts-engine-characteristics/cepstral-engine.md)
* [RealSpeak Engine](/dev/developer-reference/tts-engine-characteristics/realspeak-engine.md)
* [Vocalizer 7](/dev/developer-reference/tts-engine-characteristics/vocalizer-7.md) (Beta\*)

{% hint style="info" %}
**\* Trying our beta features?**

Please share your feedback with us via email at **<beta@plumgroup.com>**.
{% endhint %}


---

# 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.plumvoice.com/dev/developer-reference/tts-engine-characteristics.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.
