> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Voice Management

Use Voice tags to provide descriptive metadata about each voice, helping you categorize and filter voices based on their characteristics. Tags describe properties like gender, age group, tone, and style, making it easier to find the right voice for your use case.

## Understanding voice tags

Each voice includes a `tags` array with descriptive labels such as:

* **Gender**: `male`, `female`, `non-binary`
* **Age group**: `young_adult`, `adult`, `middle-aged`, `elderly`
* **Vocal style**: `energetic`, `calm`, `professional`, `friendly`, `warm`
* **Voice quality**: `smooth`, `clear`, `expressive`, `conversational`

## Adding voice tags

To add custom tags to voices, you'll use the voice cloning feature in the API playground:

### Step-by-step process

1. **Navigate to the API playground**
   * Go to the [TTS playground](https://platform.inworld.ai/tts-playground)
   * Select the "Clone Voice" option

2. **Configure voice parameters**
   * Enter a voice name and description for your cloned voice

3. **Add voice tags**
   * Press Enter after each tag entry to add it to the list
     <img src="https://mintcdn.com/inworldai/CMlU9hQvIvEdFmh4/img/tts/voice_tags.png?fit=max&auto=format&n=CMlU9hQvIvEdFmh4&q=85&s=779e0f99a0d3002ce683d64ef533d055" alt="Voice tags" width="1794" height="1524" data-path="img/tts/voice_tags.png" />

4. **Upload your audio sample**

5. **Submit and process**

6. **Verify tags in voice list**
   * Your new voice will appear with the assigned tags
     <img src="https://mintcdn.com/inworldai/CMlU9hQvIvEdFmh4/img/tts/saved_voice_tags.png?fit=max&auto=format&n=CMlU9hQvIvEdFmh4&q=85&s=2b1fd4ca98183c0389d604ffca193e87" alt="Saved voice tags" width="760" height="694" data-path="img/tts/saved_voice_tags.png" />

## Using voice tags

Voice tags are returned in the [List voices](https://docs.inworld.ai/api-reference/ttsAPI/texttospeech/list-voices) endpoint response:
