> For the complete documentation index, see [llms.txt](https://docs.gooey.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-voice.md).

# Deploy to Voice

### **Step 1:** Click on the ‘Deploy’ tab

![](/files/a42671ea267d25b4cbe273044c81128743dac00c)

### **Step 2:** Select ‘Add Deployment’.

![](/files/62830ce4b72353cf729b22db854d056cefb74c04)

### **Step 3:** Select ‘Voice & SMS’.

![](/files/9LaMMXezfllSe1AJz9OI)

### **Step 4:** Test your Voice Agent

* Click on "Copy Phone Number" or "Start Voice Call" to test your Voice AI Agent

<figure><img src="/files/nq9Rv83suRubEX55V9vW" alt=""><figcaption></figcaption></figure>

### ![](/files/Qyu0LVM76uFh8Tu48YRZ)

### **Step 5:** Additional Settings

You can additional settings to enhance the expernece of the Voice Agent&#x20;

* **Initial Text**: A welcome message in a TTS voice can be played at the start of the call
* **Initial Audio**: A welcome message as a pre-recorded audio can be played at the start of the call
* **Waiting Audio:** A pre-recorded audio can be played when the user is waiting for a response
* **Waiting Text**: An SMS can be sent to the user when they are waiting for response
* **Use Missed Call**: Create a call back service for your users
* **Fresh Conversation History for Each Call**: If switched on Voice Agent will have no context of previous conversation history with the user

<figure><img src="/files/diULUTkFXLqMigDJUQyJ" alt=""><figcaption></figcaption></figure>

<div data-full-width="true"><figure><img src="/files/bfpupvMs39HVSnCBOTsq" alt=""><figcaption></figcaption></figure></div>

## Add a Voice Agent button your Saved Run

## Step 1: Head to Copilot Deploy tab

<figure><img src="/files/f9X4gRSNQLfhqYLrM3Vg" alt=""><figcaption></figcaption></figure>

### Step 2: Click on the dropdown under ‘Configure your Copilot’&#x20;

* Find your deployment in the dropdown under ‘Configure your Copilot’&#x20;
* Select your bot with the Voice logo to its left.

<figure><img src="/files/wl20Dy60PYVndlcwzz0g" alt=""><figcaption></figcaption></figure>

### **Step 3:** Click the ‘Show Voice Button’.

* Scroll down and toggle the "Show Voice Button".&#x20;

![](/files/DOOPN1hEdLmACUTrLBtX)

### **Step 4:** Generate a QR code

* Click on ‘Generate’ to generate a QR code link to your Voice AI Agent (or upload your own), and hit ‘Save Settings’.

<figure><img src="/files/jIkpk1GYaz5PEakt8ASp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Q8pqm2Kq2vtfKpKtaPN3" alt=""><figcaption></figcaption></figure>

### **Step 5:** It’s time to test the bot!&#x20;

* If you head back to your "Run" or "Saved" Copilot you'll see a new "Voice" button the top
* Click on the Voice/SMS icon and use your QR code to start chatting up and testing your bot.

![](/files/DzV6d7jo4rVP1gEapiBV)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-voice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
