> For the complete documentation index, see [llms.txt](https://docs.helvia.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helvia.ai/getting-started/welcome.md).

# Welcome to Helvia

<p align="center">Build, deploy, and monitor AI agents. </p>

<p align="center">One platform. No code required.</p>

{% embed url="<https://youtu.be/QqVR7cXzwnM>" %}

### The Helvia Advantage

<table data-column-title-hidden data-view="cards"><thead><tr><th>Title</th><th>Description</th></tr></thead><tbody><tr><td><h4><i class="fa-diagram-project">:diagram-project:</i></h4><h4>Visual Orchestration</h4></td><td>Build complex logic via a simple drag-and-drop canvas without writing any code</td></tr><tr><td><h4><i class="fa-arrows-spin">:arrows-spin:</i></h4><h4>End-to-End Experience</h4></td><td>Manage the entire agent lifecycle from prototyping to testing, deployment, and monitoring</td></tr><tr><td><h4><i class="fa-chart-line">:chart-line:</i></h4><h4>Analytics and Insights</h4></td><td>Turn performance data into actionable insights to scale and optimize your agents with confidence</td></tr><tr><td><h4><i class="fa-comments">:comments:</i></h4><h4>Optimized for Conversational AI</h4></td><td>From customized chat widgets to live human handoff, built for conversations</td></tr><tr><td><h4><i class="fa-rocket">:rocket:</i></h4><h4>Deploy Everywhere</h4></td><td>Connect your agents to your preferred platforms to reach your users wherever they are</td></tr><tr><td><h4><i class="fa-microchip">:microchip:</i></h4><h4>Model Agnostic</h4></td><td>Access the latest LLMs from leading AI labs through a unified interface</td></tr></tbody></table>

### Who Is It For

Our platform is designed for cross-functional success and caters to both technical and non-technical teams:

* **Developers:** Leverage APIs for deep technical control and build automation
* **Product Teams:** Prototype and iterate on agent behavior using visual workflows
* **Enterprises:** Deploy secure, monitorable AI workflows at scale

### Book a Demo

See Helvia in action with a personalised walkthrough. To book one, just [chat with our AI assistant](https://helvia.ai/contact-us), it will collect your details and our team will reach out to schedule a session tailored to your use case. You can also [contact our support team](/resources/support.md) directly.

### What's Next

Explore the key parts of the platform to get up and running.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Build Your First Agent</h4></td><td>Create and manage your AI agents behind your workflows</td><td><a href="/pages/fm84JKdFDGPZ75YDVfep">/pages/fm84JKdFDGPZ75YDVfep</a></td></tr><tr><td><h4>Platform Overview</h4></td><td>Learn how the Workspace, Designer, and Observatory power the entire agent lifecycle</td><td><a href="/pages/JHvfBDFXEPeAefzw6B2f">/pages/JHvfBDFXEPeAefzw6B2f</a></td></tr><tr><td><h4>Webchat</h4></td><td>Talk to your agent through our own chat widget, fully customizable to your brand</td><td><a href="/pages/kBZkGZt6jvNd934TocaN">/pages/kBZkGZt6jvNd934TocaN</a></td></tr><tr><td><h4>API Reference</h4></td><td>Explore developer tools and API access for end-to-end agent management</td><td><a href="/pages/FzBnmn1tTLYBYr6hyxHQ">/pages/FzBnmn1tTLYBYr6hyxHQ</a></td></tr></tbody></table>

Can't find what you need? Our team is here to help.

<a href="/pages/21r6MM6uyroIfX7xWHV5" class="button primary" data-icon="headset">Contact Support</a>

{% hint style="success" %}
**Actively maintained:** These docs are actively maintained. New pages and updates ship alongside every Helvia.ai release.
{% endhint %}


---

# 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.helvia.ai/getting-started/welcome.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.
