# Hyperflow Studio

[Hyperflows](https://aisera.com/platform/hyperflows/) are an advanced form of Workflow where the conversation flow is determined by the learning of the backend LLM, as it determines which APIs to implement to answer a user request.

During a conversation, the virtual assistant can generate and execute a Hyperflow in minutes, using natural-language prompts and API collections.

<figure><img src="/files/Nb3ITfnnhBCZmsrlovpT" alt="" width="362"><figcaption></figcaption></figure>

### Conversation Using Hyperflow

When you're using a Hyperflow, your AI agents automate processes by dynamically planning and executing actions that include API calls to external systems and calls to Aisera Workflow Actions.

### **The Advantage of Hyperflows**

When you use Hyperflows, you don't have to design or maintain the Workflow chart. You just add an integration to your virtual assistant, choose the APIs that you want in the flow, and let the AI fill in the parameters for the APIs based on the user's request and the information in the data sources.

This approach saves you time because you don't have to design and maintain the Workflow chart.

In summary, using Hyperflows in your virtual agents gives you:

* Shorter build time for faster delivery of conversational automation use cases
* Support for natural language flow definition
* Use of 1000+ existing Aisera Actions for unlimited automation possibilities
* The ability to enable AI automation use-cases in an almost fully unsupervised capacity.
* Hyperflow functions can span multiple integrations.


---

# 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.aisera.com/aisera-platform/ai-automation-optimize-flow/hyperflow-studio.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.
