# Deploy Project

We're here to guide you through the deployment process. If you need assistance, please refer to the contact information provided.

Navigate to button Deploy

subsection ESSENTIAL

<figure><img src="/files/RxI0xIKwFNGN0seTVih8" alt=""><figcaption><p>deploy - essential</p></figcaption></figure>

subsection EXTRAS

<figure><img src="/files/mff38TFpXLXGtKDX5cDg" alt=""><figcaption><p>deploy extras</p></figcaption></figure>

Assigning a new phone number to your assets is an essential part of this process.

<details>

<summary>Step-by-step of project deployment</summary>

**Essential**

1. **Ensure Conversation Flow Training:** Verify that your conversation flow is adequately trained before initiating deployment.
2. **Initiate Deployment:** Click on the "Deploy Version" option within your project.
3. **Assign a Phone Number:** Associate the created phone number with your deployment.
4. **Assign a Bubble:** Associate chat bubble with your deployment (in case of chatbot deployment).
5. **Record calls:** an option to automatically record calls, which you can later find within project.
6. **Language split:** in case more than one language is supported within project.
7. **Speech to text provider:** select your preferred provider
8. **Text to speech provider:** select your preferred provider
9. **Voice model:** select your preferred voice model
10. **Repeat question after no answer:** how many times bot should repeat a question if no answer from customer.

**Extras**

1. **Backround music:** preferences for call recordings and background music (upload custom tracks in assets).
2. **Whitelisting or blacklisting** specific numbers as needed.

**Confirm Deployment:** Click "Confirm" to execute and deploy your project.

**Test Your Conversation Flow:** Run a test call to ensure the effectiveness of your deployed Conversation Flow.

</details>

{% hint style="info" %}
Ensure your project is trained and has an assigned phone number in assets before deployment. You can refer to our step-by-step guide in the "Create First Project" chapter for assistance.&#x20;
{% endhint %}

Minor adjustments may be required in the project to successfully deploy your voicebot.


---

# 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.borndigital.ai/digital-agent/workspace/deploy-project.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.
