# Deployments

Building an agent is only the first step; deployment is what transforms your workflows into a live, interactive chat experience. We have made the process entirely code-free, allowing you to launch professional interfaces across multiple channels with ease—no technical expertise required.&#x20;

{% hint style="info" %}
You can live demo any specific workflow separately using the Live Demo button in the Designer or the preview option in the workflow dashboard.
{% endhint %}

### Deployment Channels

Choose the deployment that fits your workflow: embed a fully customizable chat widget on your website, integrate via API, or connect directly to your favorite messaging channels.

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="https://604830754-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBM1xs3i59ajeTgi4uVfN%2Fuploads%2F2HaCie7Eki7JQGRFN4he%2Fdeployment%20webchat.png?alt=media&#x26;token=794f9d27-408a-44c7-8733-1fd1cccf4841" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

#### Web deployment

Create an embeddable, responsive [chat interface](https://docs.helvia.ai/deploy/webchat) designed for seamless website integration. Fully customize the theme, colors, and branding to provide a cohesive experience for your site visitors.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### Third-party channels

Meet your customers exactly where they are. Deploy your agents to [popular messaging platforms](https://docs.helvia.ai/deploy/third-party-channels) like WhatsApp, Viber, Slack, and Microsoft Teams to provide instant, automated support within the apps your users already know and trust.
{% endcolumn %}

{% column %}

<div data-with-frame="true"><figure><img src="https://604830754-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBM1xs3i59ajeTgi4uVfN%2Fuploads%2FU3kakQGxeABsDTZ3QoKV%2Fdeployment%20third%20party.png?alt=media&#x26;token=53e5f420-a72b-4fe8-8415-022e21d72fdd" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="https://604830754-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBM1xs3i59ajeTgi4uVfN%2Fuploads%2FML0j6qQ7XOndbvDkDoOA%2Fdeployment%20api.png?alt=media&#x26;token=591d04fd-7624-41bc-b92c-585e5390768d" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

#### API integration

Connect your agent to any proprietary software or internal system. Our [API interface](https://docs.helvia.ai/deploy/api) offers the flexibility to deliver your workflows wherever you need them, without being tied to a pre-built UI.
{% endcolumn %}
{% endcolumns %}

### Manage Your Deployments

Manage your deployments directly in **Designer > Deployments**. Depending on the specific deployment channel you choose, you will have access to different sets of actions for your agents.

<details>

<summary><i class="fa-eye">:eye:</i>  <strong>Launch</strong></summary>

Open a standalone chat interface in a new tab to start a live conversation with your agent. Only available for Webchat channels.

</details>

<details>

<summary><i class="fa-copy">:copy:</i>  <strong>Clone</strong></summary>

Create an exact copy of your deployment. You can also copy deployments between different agents to save time on setup.

![](https://604830754-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBM1xs3i59ajeTgi4uVfN%2Fuploads%2FJD8lFRoCGaADIzVFyJ3W%2Fdeployment-clone.png?alt=media\&token=9039431e-7faa-4894-a1e2-d30797528833)

</details>

<details>

<summary><i class="fa-pen">:pen:</i>  <strong>Edit</strong></summary>

Click on a deployment or the 'Edit' action button to access its settings.

</details>

<details>

<summary><i class="fa-trash-can">:trash-can:</i>  <strong>Delete</strong></summary>

Navigate to the Edit page of your deployment and scroll down to the Danger Zone. Click on **Delete this deployment** and then type "DELETE" (all caps) to confirm deletion.

{% hint style="danger" %}
Deleting an deployment is permanent. Ensure you have cloned or backed up any necessary data before proceeding.
{% endhint %}

</details>

### Best Practices

* Test before launch: Use the preview function to verify logic before deploying to a public channel.
* Meet your clients where they are: Minimize friction by deploying agents directly to the platforms your clients already use. If you require a platform not currently listed, please reach out to our [support team](https://docs.helvia.ai/resources/support).
* Brand your agents: Different channels offer unique styling capabilities. Explore the available customization depth for each deployment to ensure your agent aligns perfectly with your brand identity and specific use case.
* Set clear defaults: Ensure your default flow handles unexpected user inputs gracefully to maintain a smooth experience.
* Monitor agent sessions: Use the Observatory to review real-world interactions and iterate on the chat interface.

{% hint style="success" %}
You can now create, modify, and launch agent deployments across your chosen channels. Learn more about each channel in its respective page.
{% 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.helvia.ai/deploy/deployments.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.
