# Using ElevenLabs

To use ElevenLabs, you must first create an account. You can do this by going to [ElevenLabs](https://elevenlabs.io) and clicking "Sign Up". Once you have created an account, you can log in and create a new voice.

### Setting API Key

Click your profile icon in the top right corner and select "Profile". You can then copy your API key and paste it into the settings.

```bash
settings -> Text-to-Speech -> ElevenLabs -> API Key
```

### Creating new Voices

Inside the [VoiceLab](https://elevenlabs.io/voice-lab) click the "Potion" icon to copy the Voice ID. You can then paste this ID into the settings.

```bash
settings -> Text-to-Speech -> ElevenLabvs -> Voice ID
```


---

# 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.heyamica.com/connecting-speech-options-tts/using-elevenlabs.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.
